Thanks for your advices.

I compiled it successfully with gcc 3.3.1 and latest version of flex.
I did almost the same, except "change HAVE_SNPRINTF and HAVE_VSNPRINTF from 0 to 1 in config.h".
It installed well but when I ran lilypond on any .ly file, it segfaulted when started to parse the file.
I'm going to try again, it's very obvious.


Olivier


Philip Nelson wrote:


With the latest version of flex and gcc 3.3 I got it compiled (suse 8.2) with
the help of this advice from the archives:

- run configure
- run lexer-gcc-3.1.sh
- reconfigure as written by lexer-gcc-3.1.sh
- run lexer-gcc-3.1.sh
- change HAVE_SNPRINTF and HAVE_VSNPRINTF from 0 to 1 in config.h
- run make
- add a semicolon in line 1882 of lily/parser.yy:
       | STRING { $$ =  $1; }
- run make

You didn't mention your actual failure.







_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to