> Have you tried the suggested fix from the second thread? > > Something like > > sed -i 's|__vector|lily_vector|g' flower/include/std-vector.hh > > might be worth a try. > > Regards, > Neil
You are right, according to http://www.mail-archive.com/fink-us...@lists.sourceforge.net/msg29281.html perl -pi -e 's|__vector|lily_vector|g' flower/include/std-vector.hh helped. Thanks! Now, the build proceeds, but after a while, I get the following error: flex -Cfe -p -p -oout/lexer.cc lexer.ll lexer.ll:605: multiple <<EOF>> rules for start condition longcomment flex: fatal internal error, exec failed make[1]: *** [out/lexer.cc] Broken pipe make[1]: *** Deleting file `out/lexer.cc' make: *** [all] Error 2 What could this be? thSoft _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel