On Nov 13, 2013, at 12:11 AM, Keith OHara wrote:
> Mike Solomon mikesolomon.org> writes:
>
>> out/lexer.cc:32:25: error: prototype for
>> 'size_t yyFlexLexer::LexerInput(char*, size_t)'
>> does not match any in class 'yyFlexLexer'
>> out/lexer.cc:6460:8: note: in expansion of macro 'yyFlexLexer
Mike Solomon mikesolomon.org> writes:
> out/lexer.cc:32:25: error: prototype for
> 'size_t yyFlexLexer::LexerInput(char*, size_t)'
> does not match any in class 'yyFlexLexer'
> out/lexer.cc:6460:8: note: in expansion of macro 'yyFlexLexer'
> size_t yyFlexLexer::LexerInput( char* buf, size_t max_
Hey all,
Compiling LilyPond with g++ on mac os x, I get the following errors:
out/lexer.cc: At global scope:
out/lexer.cc:32:25: error: prototype for 'size_t yyFlexLexer::LexerInput(char*,
size_t)' does not match any in class 'yyFlexLexer'
#define yyFlexLexer yyFlexLexer