bug-lilypond
[Top][All Lists]
Advanced

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

Cannot build LilyPond 2.16 under Lion (10.7.4) + Xcode 4.4.1


From: yrammos
Subject: Cannot build LilyPond 2.16 under Lion (10.7.4) + Xcode 4.4.1
Date: Sun, 9 Sep 2012 12:16:17 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I am unable to build LilyPond 2.16 under 10.7.4. 

Using the homebrew package manager for MacOS, 
I attempt to build the package with the command:

    brew install lilypond --use-gcc -vd --env=std

which invokes the gcc compiler (llvm and clang fail earlier on in the process).

The error message is:

out/lexer.cc:5783: error: prototype for 
‘void yyFlexLexer::LexerOutput(const char*, size_t)’
does not match any in class ‘yyFlexLexer’

./out/FlexLexer.h:134: error: candidate is: 
virtual void yyFlexLexer::LexerOutput(const char*, int)
make[1]: *** [out/lexer.o] Error 1

Some relevant dumps:

The build output (verbose): 
    https://dl.dropbox.com/u/1707887/install.log

My config.log: 
    https://gist.github.com/3581128

The output of the bash command `set` after `brew install`:
    https://gist.github.com/3588526

The configuration of the package manager (`brew —config`):
    https://gist.github.com/3684007

Thanks.




reply via email to

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