Carlo Salinari <[EMAIL PROTECTED]> writes: > Current cvs doesn't even start the build process. > I had to hack around:
Thanks for the report. > diff -r1.102 aclocal.m4 > 324c324 > < AC_HAVE_HEADERS(FlexLexer.h, true, false) > --- >> AC_HAVE_HEADERS($builddir/lily/out/FlexLexer.h, true, false) This isn't the right fix, though. $builddir/lily/out should be added to CPPFLAGS before this test. You can do that manually: CPPFLAGS=-I`pwd`/lily/out ../src/lilypond-x.y.z/configure or add it to stepmake/aclocal.m4 > I'm testing different flex versions under mdk 9. Still having troubles. > I'll post a report soon. Good luck. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
