This is about compiling Jazz on an Intel PC under SuSE Linux 11.2. The downloaded version is revision 753. Compiling using "make 2>&1 | tee BuildLog" seems to fail at the very last step: g++: CoreMIDI: No such file or directory and g++: CoreAudio: No such file or directory (please find the Buildlog attached).
On another note: The instructions are great, and it would be great if this would bring the jazz++ sequencer back to life. A few additional instructions would have helped me: 1) Before doing anything else, call the bash (I normally use the tcsh). 2) Install gtk development files, a subversion client (e.g. "subversion"), autoconf (when autoreconf isn't found, one has to guess that it comes with autoconf), aclocal. 3) I had to add "AC_PROG_RANLIB" in .../jazz/configure.ac to avoid an error message upon bootstrap. 4) bootstrap always fails at first with: "configure.ac:45: error: possibly undefined macro: AC_PROG_LIBTOOL ... please use m4_pattern_allow". bootstrap then seems to exit normally just by running it once more.
Anyway, thanks so much for your hard work, and thanks in advance for your help. (It would be really great if jazz++ became an .rpm package again in the major Linux distributions.)
Ruedi (rport at gene dot com)
BuildLog
I just updated the autotools files. Could you check and see if issues 3) and 4) are still a problem.
I'll look into your other problems as time permits.
Pete
Thank you very much for the response! With version 739, bootstrap now finishes without error messages. Compiling seems to go well up to linking when it fails with: /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lporttime
collect2: ld returned 1 exit status
(Hope this webpage will allow me to upload the new Buildlog file. Otherwise, where can I send it?)
Best regards, Ruedi