Re: v_size in lexer.cc

2013-11-12 Thread Mike Solomon
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

Re: v_size in lexer.cc

2013-11-12 Thread Keith OHara
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_

v_size in lexer.cc

2013-11-12 Thread Mike Solomon
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