lilypond-devel
[Top][All Lists]
Advanced

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

Re: yywrap compilation issue


From: Nicolas Sceaux
Subject: Re: yywrap compilation issue
Date: Thu, 31 Jan 2008 21:15:27 +0100


Le 31 janv. 08 à 18:10, Yves de Champlain a écrit :

Hi

I'm trying to build lilypond for MacOS X 10.5 and come across this error :

rm -f ./out/lexer.dep; DEPENDENCIES_OUTPUT="./out/lexer.dep ./out/ lexer.o" g++ -c -Woverloaded-virtual -DHAVE_CONFIG_H -DNDEBUG -I./ include -I./out -I../flower/include -I../flower/./out -I../flower/ include -O2 -finline-functions -pipe -I/opt/local/include - D_THREAD_SAFE -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/ include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/ glib-2.0/include -Wno-pmf-conversions -W -Wall -Wconversion -o out/lexer.o out/lexer.cc out/lexer.cc:389: error: no ‘int yyFlexLexer::yywrap()’ member function declared in class ‘yyFlexLexer’

Here is line 389 from lexer.cc :

int yyFlexLexer::yywrap() { return 1; }

Here is the virtual declaration from FlexerLexer.h :

        virtual int yywrap();

I don't remember whether I faced this issue, but here are some notes
I took while compiling LilyPond on 10.5 intel:

  <http://nicolas.sceaux.free.fr/index.php/2008/01/20/26>






reply via email to

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