From: Pete S. <pst...@gm...> - 2008-05-22 05:12:58
|
KC = Kevin Cosgrove KC> I seem to have lost the recipe to build jazz++ KC> KC> In my old build space I did this: KC> KC> svn update https://jazzplusplus.svn.sourceforge.net/svnroot/jazzplusplus/trunk/jazz jazz KC> KC> ../jazz/jazz/configure \ KC> --prefix=$HOME/temp/JazzTest KC> --enable-debug \ KC> --enable-alsa \ KC> --enable-sequencer2 \ KC> --with-wx-prefix=$HOME/temp/wx287 \ KC> --with-wx-config=/home/kevinc/temp/wx287/bin/wx-config KC> KC> make KC> KC> What I got was: KC> KC> cd ../jazz/jazz && /bin/sh /home/kevinc/NoBackup/OutsideSource/jazz/jazz/config/ KC> missing --run aclocal-1.9 KC> /usr/share/aclocal/libfame.m4:6: warning: underquoted definition of KC> AM_PATH_LIBFAME KC> run info '(automake1.8)Extending aclocal' KC> or see http://sources.redhat.com/automake/automake.html#Extending-aclocal KC> aclocal:configure.ac:136: warning: macro `AM_OPTIONS_WXCONFIG' KC> not found in library KC> aclocal:configure.ac:138: warning: macro `AM_PATH_WXCONFIG' KC> not found in library KC> cd ../jazz/jazz && /bin/sh /home/kevinc/NoBackup/OutsideSource/jazz/jazz/config KC> /missing --run automake-1.9 --gnu KC> cd ../jazz/jazz && /bin/sh /home/kevinc/NoBackup/OutsideSource/jazz/jazz/config/ KC> missing --run autoconf KC> configure.ac:136: error: possibly undefined macro: AM_OPTIONS_WXCONFIG KC> If this token and others are legitimate, please use m4_pattern_allow. KC> See the Autoconf documentation. KC> configure.ac:138: error: possibly undefined macro: AM_PATH_WXCONFIG KC> make: *** [../jazz/jazz/configure] Error 1 KC> KC> Did I do something wrong this time? Kevin, I'm not sure what's going on here, but could you 1. Remove aclocal.m4, configure, and the autom4te.cache directory from your /home/kevinc/NoBackup/OutsideSource/jazz/jazz directory and remove all instances of Makefile.in. 2. Run ./bootstrap from /home/kevinc/NoBackup/OutsideSource/jazz/jazz. 3. Run configure as you did above and report back the results. Thanks in advance, Pete |