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.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond