[EMAIL PROTECTED]: > Here's the tail end of the console output after 'make all' on RedHat 9 > with current CVS (ChangeLog 1.2688). ... > accidental-engraver.cc:258: `scm_is_eq' undeclared (first use this > function) > make[1]: *** [out/accidental-engraver.o] Error 1 > make[1]: Leaving directory `/usr/src/lilypond/lily' > make: *** [all] Error 2 > [EMAIL PROTECTED] lilypond]#
A missing lily/include/guile-compatibility.hh. See below. How do I generate one ? $ cvs -q upd -dP ... $ date Fri Oct 8 11:20:44 CEST 2004 $ ./autogen.sh --prefix=$HOME processing . Running autoconf ... Running ./configure --prefix=/home/karl ... checking build system type... i686-pc-linux-gnu checking Package... LILYPOND checking builddir... /home/karl/most/music/lilypond-2.3.20 checking for stepmake... ./stepmake (${prefix}/share/stepmake not found) checking host system type... i686-pc-linux-gnu ... checking makeinfo version... 4.7 configure: creating ./config.status config.status: creating config.make config.status: creating config.hh config.status: config.hh is unchanged Type: make all to build LilyPond make install to install LilyPond make help to see all possible targets $ make all /home/karl/most/music/lilypond-2.3.20/stepmake/stepmake/generic-targets.make:143: out/dummy.dep: No such file or directory please ignore innocent warning about dummy.dep mkdir -p ./out touch ./out/dummy.dep cd /home/karl/most/music/lilypond-2.3.20 && rm -rf lib share mkdir -p /home/karl/most/music/lilypond-2.3.20/lib/lilypond mkdir -p /home/karl/most/music/lilypond-2.3.20/share/lilypond mkdir -p /home/karl/most/music/lilypond-2.3.20/share/lilypond/elisp mkdir -p /home/karl/most/music/lilypond-2.3.20/share/lilypond/fonts ... from accidental-engraver.cc:10: * include/lily-guile.hh:17:34: guile-compatibility.hh: No such file or directory accidental-engraver.cc: In function `void set_property_on_children(Context*, const char*, scm_unused_struct*)': ... accidental-engraver.cc:258: error: `scm_is_eq' undeclared (first use this function) make[1]: *** [out/accidental-engraver.o] Error 1 make[1]: Leaving directory `/home/karl/most/music/lilypond-2.3.20/lily' make: *** [all] Error 2 $ find . -name guile-compatibility.hh $ find . -type f | xargs grep guile-compatibility.hh ./ChangeLog: * lily/include/guile-compatibility.hh: ./lily/include/lily-guile.hh:#include "guile-compatibility.hh" $ _______________________________________________ lilypond-devel mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-devel