[EMAIL PROTECTED] writes: > In Lilypond 1.6.0, there's a recipe for compiling with gcc 3.1 which > includes the line: > > CPPFLAGS=$(pwd)/lily/out-gcc-3.1 CC=gcc-3.1 CXX=g++-3.1 \ > ./configure --enable-config=gcc-3.1 > > I believe this should be: > > CPPFLAGS=-I$(pwd)/lily/out-gcc-3.1 CC=gcc-3.1 CXX=g++-3.1 \ > ./configure --enable-config=gcc-3.1
Thanks. > Meanwhile, unfortunately the purported fix did not work for me (redhat > 7.3, i686, gcc 3.1). I get a zillion compile errors on > includable-lexer.cc, here are the first few: that's strange ; I recently compiled lilypond on gcc-3.1 / RH7.3 and I did not have to fix anything. Can you see what happens if you skip the lexer-gcc-3.1.sh step? -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.cs.uu.nl/~hanwen/ _______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
