lilypond-devel
[Top][All Lists]
Advanced

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

'make all' fails ChangeLog 1.3867


From: David Bobroff
Subject: 'make all' fails ChangeLog 1.3867
Date: Mon, 11 Jul 2005 16:29:00 +0000

'make all' on CVS ChangeLog 1.3867 gags and quits:


bison -o./out/parser.cc -d parser.yy
mv -f parser.yy.tab.h out/parser.hh  # bison < 1.30 ???
mv: cannot stat `parser.yy.tab.h': No such file or directory
make[1]: [out/parser.hh] Error 1 (ignored)
mv -f ./out/parser.cc.h out/parser.hh  # bison < 1.30
mv: cannot stat `./out/parser.cc.h': No such file or directory
make[1]: [out/parser.hh] Error 1 (ignored)
mv parser.tab.hh out/parser.hh
mv: cannot stat `parser.tab.hh': No such file or directory
make[1]: [out/parser.hh] Error 1 (ignored)
rm -f parser.tab.c parser.tab.cc # bison < 1.30
rm -f ./out/parser.cc # avoid recompiling the .cc file
cp /usr/include//FlexLexer.h  out/FlexLexer.h
rm -f ./out/lily-lexer.dep; DEPENDENCIES_OUTPUT="./out/lily-
lexer.dep ./out/lily-lexer.o" g++ -c   -DHAVE_CONFIG_H  -DNDEBUG -
DSTRING_UTILS_INLINED -Iinclude -I./out -I../flower/include -
I../flower/./out -I../flower/include -DNDEBUG -I/usr/include/python2.3
-O2 -finline-functions -g -pipe  -I/usr/include/pango-1.0 -
I/usr/include/freetype2 -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include    -I/usr/include/freetype2       -DNDEBUG -
I/usr/include/python2.3  -O2 -finline-functions -g -pipe  -
I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include    -I/usr/include/freetype2   -W -Wall -
Wconversion  -o out/lily-lexer.o lily-lexer.cc
rm -f ./out/lily-parser-scheme.dep; DEPENDENCIES_OUTPUT="./out/lily-
parser-scheme.dep ./out/lily-parser-scheme.o" g++ -c   -DHAVE_CONFIG_H
-DNDEBUG -DSTRING_UTILS_INLINED -Iinclude -I./out -I../flower/include -
I../flower/./out -I../flower/include -DNDEBUG -I/usr/include/python2.3
-O2 -finline-functions -g -pipe  -I/usr/include/pango-1.0 -
I/usr/include/freetype2 -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include    -I/usr/include/freetype2       -DNDEBUG -
I/usr/include/python2.3  -O2 -finline-functions -g -pipe  -
I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include    -I/usr/include/freetype2   -W -Wall -
Wconversion  -o out/lily-parser-scheme.o lily-parser-scheme.cc
lily-parser-scheme.cc: In function `scm_unused_struct*
ly_parser_output_name(scm_unused_struct*)':
lily-parser-scheme.cc:228: error: `scm_from_locale_string' undeclared
(first use this function)
lily-parser-scheme.cc:228: error: (Each undeclared identifier is
reported only once for each function it appears in.)
make[1]: *** [out/lily-parser-scheme.o] Error 1
make[1]: Leaving directory `/usr/src/lilypond/lily'
make: *** [all] Error 2
address@hidden lilypond]#

-David
Fedora Core 3





reply via email to

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