lilypond-user
[Top][All Lists]
Advanced

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

Re: opinion on next install


From: Olivier Cloirec
Subject: Re: opinion on next install
Date: Sat, 27 Sep 2003 21:19:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030917

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.







reply via email to

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