From: Kevin C. <ke...@do...> - 2004-03-18 20:09:32
|
On 18 March 2004 at 5:17, Patrick Earl <jaz...@pa...> wrote: > Hi all. Since I was able to compile and run the old Jazz, I've made a > tarball with the jazz binary and all the required shared libraries > here: > > http://patearl.net/static/jazz_and_libs.tar.gz The above says ".../static/..." but you refer to shared libraries. That's a bit confusing to me. The only interpretation that makes sense is that some of the executable is staticly linked, and shared libraries are used where no static library exists. Is that right? > If you don't already have them, you'll probably need to install the > data files from: > > http://patearl.net/static/jazz-src-4.1.8.tar.gz Would it make sense to bundle both tar files together, and include some instructions for using the static stuff? Just some thoughts..... |
From: Patrick E. <jaz...@pa...> - 2004-03-21 23:55:44
|
On Sunday 21 March 2004 08:19, ama...@ci... wrote: > Dave Fancella <dav...@co...> said: > > On Thursday 18 March 2004 12:17 pm, Patrick Earl wrote: > > > Hi all. Since I was able to compile and run the old Jazz, I've > > > made a tarball with the jazz binary and all the required shared > > > libraries here: > > > > > > http://patearl.net/static/jazz_and_libs.tar.gz > > > > > > If you don't already have them, you'll probably need to install > > > the data files from: > > > > > > http://patearl.net/static/jazz-src-4.1.8.tar.gz > > Did you get any feedback on if this did successfully compile (and > on which platform)... I tried once before to compile it on Windows > and it did not work out. Step by Step compilation instructions > would be great and then I could perhaps start contributing to the > source code development... As a preliminary note, I'd suggest sending future mails to the sourceforge mailing list. I am able to compile the above mentioned source under Linux after I hunt down old versions of everything. I don't know if it will compile under Windows. In any case, we have abandoned that line of the source code and are working to get the wx2.4 version in shape. Though we have no step by step instructions, I'm sure people on the sourceforge list would be willing to help with any problems compiling under windows. To get started under windows, I'd probably try the following: 1. Grab the cygwin tools suite, including things like g++, bash, make. 2. Grab the current CVS source using instructions on the jazz sourceforge page. You could probably use the cvs client that comes with the cygwin tools suite. 3. Run ./configure and make and either: a) Fix what breaks and send us patches. b) Complain about what breaks and hope that somebody knows what to do. :) At the very moment I'm writing this mail, the configure script is not in the CVS. I will be adding it very shortly. Technically, if you have the autoconf, automake tools installed, you don't need it. If you have those tools installed, you could try the ./rebuild script. Patrick |
From: Patrick E. <pa...@pa...> - 2004-03-22 00:29:01
|
On Sunday 21 March 2004 16:55, Patrick Earl wrote: > At the very moment I'm writing this mail, the configure script is > not in the CVS. I will be adding it very shortly. Technically, if > you have the autoconf, automake tools installed, you don't need it. > If you have those tools installed, you could try the ./rebuild > script. I added the configure and Makefile.in files. I believe it's ready for compilation testing under Windows. Let us know if there are any difficulties you are unable to resolve. There will likely be many problems at the moment. Patrick |
From: Patrick E. <jaz...@pa...> - 2004-03-18 23:06:35
|
On Thursday 18 March 2004 13:08, Kevin Cosgrove wrote: > The above says ".../static/..." but you refer to shared libraries. > That's a bit confusing to me. The only interpretation that makes > sense is that some of the executable is staticly linked, and shared > libraries are used where no static library exists. Is that right? The /static/ means that it's not using Zope to generate the web content, rather it's static content on my web site. :) > > > If you don't already have them, you'll probably need to install > > the data files from: > > > > http://patearl.net/static/jazz-src-4.1.8.tar.gz > > Would it make sense to bundle both tar files together, and include > some instructions for using the static stuff? Sure, it would make sense to do that, but I was a little lazy there. You wanna do that Kevin? It certainly fits under the role of packaging. Patrick |