Hello,

Using gcc 3.2 and flex 1.5.19 (ftp://ftp.uncg.edu/people/wlestes/), and 
thanks to advices from Joerg Anders (thanks a lot), I manage to compile
lilypond 1.6.2 by adding :

using namespace std;

at the top of lily/lexer.ll

I report this in the hope that it will be useful for other users...
(I did not need to use others fixs in complement, configure ; make all 
works fine.)

Many thanks to people who answered my messages in lilypond-users 
mailing-list and help me to resolve that problem :-)... I can now use 
the last version of lilypond thanks to these helps :-)

Alex.

PS : little patch attached.
--- lily/lexer.ll       Tue Sep 10 17:46:10 2002
+++ lily/lexer.ll.old   Tue Sep 10 17:46:28 2002
@@ -22,7 +22,6 @@
  */
 
 
-using namespace std; /* to avoid errors with gcc-3.2 (and flex 1.5.19) (dirty trick 
?) */
 #include <stdio.h>
 #include <ctype.h>
 #include <errno.h>

Reply via email to