bug-lilypond
[Top][All Lists]
Advanced

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

mdk 9.0 beta compile, third round


From: Carlo Salinari
Subject: mdk 9.0 beta compile, third round
Date: 02 Aug 2002 16:52:52 +0200

On Fri, 2002-08-02 at 14:47, Han-Wen Nienhuys wrote:

> I removed iostream usage from as many files as I could -- if you know
> C++, you're invited to replace all iostream usage by stdio where
> possible (and send the patch to me :-).

I don't dare to touch the holy-sources. Not yet :-)
(I'm too new to the linux toolchain).

This time problems seem to come from flex (I've run lexer-gcc-3.1.sh).
Thanks for your time, anyway.

flex -Cfe -p -p -t lexer.ll > out/lexer.cc
"lexer.ll", line 485: warning, -s option given but default rule can be
matched
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../flower/include -I../flower/./out
-I../flower/include -O2 -finline-functions -g   -I/usr/include     -O2
-finline-functions -g   -I/usr/include -Wall  -W -Wmissing-prototypes
-Wconversion  -o out/lexer.o out/lexer.cc
cc1plus: warning: changing search order for system directory
"/usr/include"
cc1plus: warning:   as it has already been specified as a non-system
directory
lexer.ll: In member function `virtual int My_lily_lexer::yylex()':
lexer.ll:195: `cerr' undeclared (first use this function)
lexer.ll:195: (Each undeclared identifier is reported only once for each
function it appears in.)
/usr/include/g++-v31/bits/locale_facets.h: At top level:
lexer.ll:127: warning: `int yy_start_stack_ptr' defined but not used
lexer.ll:128: warning: `int yy_start_stack_depth' defined but not used
lexer.ll:129: warning: `int*yy_start_stack' defined but not used
lexer.ll:131: warning: `void yy_push_state(int)' declared `static' but
never defined
lexer.ll:134: warning: `void yy_pop_state()' declared `static' but never
defined
lexer.ll:137: warning: `int yy_top_state()' declared `static' but never
defined
make[1]: *** [out/lexer.o] Error 1
rm out/lexer.cc
make[1]: Leaving directory `/home/carlo/z/lilypond/lily'
make: *** [all] Error 2
Command exited with non-zero status 2


        Carlo




reply via email to

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