lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compiling lilypond 1.6.2 with gcc 3.2 and flex 1.5.19 'howto'


From: Alexandre Beneteau
Subject: Compiling lilypond 1.6.2 with gcc 3.2 and flex 1.5.19 'howto'
Date: Tue, 10 Sep 2002 17:48:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020828

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

[Prev in Thread] Current Thread [Next in Thread]