From: Kevin C. <ke...@co...> - 2008-05-21 15:02:52
|
I seem to have lost the recipe to build jazz++ In my old build space I did this: svn update https://jazzplusplus.svn.sourceforge.net/svnroot/jazzplusplus/trunk/jazz jazz ../jazz/jazz/configure \ --prefix=$HOME/temp/JazzTest --enable-debug \ --enable-alsa \ --enable-sequencer2 \ --with-wx-prefix=$HOME/temp/wx287 \ --with-wx-config=/home/kevinc/temp/wx287/bin/wx-config make What I got was: cd ../jazz/jazz && /bin/sh /home/kevinc/NoBackup/OutsideSource/jazz/jazz/config/ missing --run aclocal-1.9 /usr/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBF AME run info '(automake1.8)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal aclocal:configure.ac:136: warning: macro `AM_OPTIONS_WXCONFIG' not found in libr ary aclocal:configure.ac:138: warning: macro `AM_PATH_WXCONFIG' not found in library cd ../jazz/jazz && /bin/sh /home/kevinc/NoBackup/OutsideSource/jazz/jazz/config /missing --run automake-1.9 --gnu cd ../jazz/jazz && /bin/sh /home/kevinc/NoBackup/OutsideSource/jazz/jazz/config/ missing --run autoconf configure.ac:136: error: possibly undefined macro: AM_OPTIONS_WXCONFIG If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:138: error: possibly undefined macro: AM_PATH_WXCONFIG make: *** [../jazz/jazz/configure] Error 1 Did I do something wrong this time? Thanks.... -- Kevin |