On 2002.04.04 14:06 Pierre wrote:
> Hi,
> 
> Now i got a problem during the compilation :
> 
> # gmake
> gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C 
> buildscripts all &&  gmake --no-builtin-rules PACKAGE=LILYPOND 
> package=lilypond -C scripts all &&  gmake --no-builtin-rules 
> PACKAGE=LILYPOND package=lilypond -C flower all &&  gmake 
> --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C lily all &&  
> gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C mf all 
> &&  gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C ly 
> all &&  gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C 
> tex all &&  gmake --no-builtin-rules PACKAGE=LILYPOND 
> package=lilypond -C ps all &&  gmake --no-builtin-rules 
> PACKAGE=LILYPOND package=lilypond -C scm all &&  gmake 
> --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C python all 
> &&  gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C po 
> all &&  gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C 
> make all &&  gmake --no-builtin-rules PACKAGE=LILYPOND 
> package=lilypond -C intl all &&  gmake --no-builtin-rules 
> PACKAGE=LILYPOND package=lilypond -C debian all &&  gmake 
> --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C ./stepmake 
> all &&  gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C 
> Documentation all &&  gmake --no-builtin-rules PACKAGE=LILYPOND 
> package=lilypond -C input all &&  gmake --no-builtin-rules 
> PACKAGE=LILYPOND package=lilypond -C mutopia all &&  gmake 
> --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C ports all && 
> true
> gmake[1]: Entering directory `/tmp/lilypond-1.5.50/buildscripts'
> true
> gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/buildscripts'
> gmake[1]: Entering directory `/tmp/lilypond-1.5.50/scripts'
> true
> true
> gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/scripts'
> gmake[1]: Entering directory `/tmp/lilypond-1.5.50/flower'
> gmake PACKAGE=LILYPOND package=lilypond -C include all && true
> gmake[2]: Entering directory `/tmp/lilypond-1.5.50/flower/include'
> true
> gmake[2]: Leaving directory `/tmp/lilypond-1.5.50/flower/include'
> gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/flower'
> gmake[1]: Entering directory `/tmp/lilypond-1.5.50/lily'
> rm -f ./out/kpath.dep; DEPENDENCIES_OUTPUT="./out/kpath.dep 
> ./out/kpath.o" c++ -c  -DHAVE_CONFIG_H  -DSTRING_UTILS_INLINED 
> -Iinclude -I./out -I.././lib/include -I../lib/./out 
> -I.././flower/include -I../flower/./out -I../flower/include -O3 
> -march=i686 -O2 -finline-functions -g     -O3 -march=i686 
> -I/usr/share/texmf/include -O2 -finline-functions -g   
> -I/usr/local/include -Wall  -W -Wmissing-prototypes -Wconversion  -o 
> out/kpath.o kpath.cc
> kpath.cc: In function `String ly_find_afm(const char*)':
> kpath.cc:36: `kpse_afm_format' undeclared (first use this function)
> kpath.cc:36: (Each undeclared identifier is reported only once for 
> each    function it appears in.)
> kpath.cc:36: `kpse_find_file' undeclared (first use this function)
> kpath.cc: In function `String ly_find_tfm(const char*)':
> kpath.cc:62: `kpse_tfm_format' undeclared (first use this function)
> kpath.cc: In function `void ly_init_kpath(char*)':
> kpath.cc:77: warning: unused parameter `char*av0'
> gmake[1]: *** [out/kpath.o] Error 1
> gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/lily'
> gmake: *** [all] Error 2
> 

Now that kpathsea.h is correctly detected, i don't have this error 
anymore
compiling lilypond 1.5.51.
But i got another one :

[...]
gmake[1]: Entering directory `/tmp/lilypond-1.5.51/lily'
rm -f ./out/lexer.dep; DEPENDENCIES_OUTPUT="./out/lexer.dep 
./out/lexer.o" c++ -c  -DHAVE_CONFIG_H  -DSTRING_UTILS_INLINED 
-Iinclude -I./out -I.././lib/include -I../lib/./out 
-I.././flower/include -I../flower/./out -I../flower/include -O3 
-march=i686 -I/usr/share/texmf/include -O2 -finline-functions -g     
-O3 -march=i686 -O2 -finline-functions -g -O3 -march=i686 
-I/usr/share/texmf/include  -I/usr/local/include -Wall  -W 
-Wmissing-prototypes -Wconversion  -o out/lexer.o out/lexer.cc
In file included from /usr/include/FlexLexer.h:47,
                  from out/lexer.cc:241:
/usr/local/include/g++-v3/backward/iostream.h:36: using directive 
`istream'    introduced ambiguous type `istream'
lexer.ll: In member function `virtual int My_lily_lexer::yylex()':
lexer.ll:502: cannot convert `std::istream*' to `istream*' in assignment
lexer.ll: In member function `void yyFlexLexer::yy_load_buffer_state()':
lexer.ll:1025: cannot convert `istream*' to `std::istream*' in 
assignment
lexer.ll: In member function `void    
yyFlexLexer::yy_init_buffer(yy_buffer_state*, std::istream*)':
lexer.ll:1076: cannot convert `std::istream*' to `istream*' in 
assignment
/usr/local/include/g++-v3/bits/locale_facets.tcc: At top level:
lexer.ll:124: warning: `int yy_start_stack_ptr' defined but not used
lexer.ll:125: warning: `int yy_start_stack_depth' defined but not used
lexer.ll:126: warning: `int*yy_start_stack' defined but not used
lexer.ll:128: warning: `void yy_push_state(int)' declared `static' but 
never    defined
lexer.ll:131: warning: `void yy_pop_state()' declared `static' but 
never    defined
lexer.ll:134: warning: `int yy_top_state()' declared `static' but never 
defined
gmake[1]: *** [out/lexer.o] Error 1
gmake[1]: Leaving directory `/tmp/lilypond-1.5.51/lily'
gmake: *** [all] Error 2


Regards,

Pierre.

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to