bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1875 in lilypond: tests for flower appear to miss instantiatio


From: lilypond
Subject: Re: Issue 1875 in lilypond: tests for flower appear to miss instantiations of classes
Date: Tue, 29 Nov 2011 23:02:44 +0000


Comment #14 on issue 1875 by address@hidden: tests for flower appear to miss instantiations of classes
http://code.google.com/p/lilypond/issues/detail?id=1875

hello,

I really am not sure here. I cannot get the same error as reported initially and whatever I do (patch or no patch) i get an error.

--snip--
address@hidden:~/lilypond-git/flower$ CXXFLAGS=-fkeep-inline-functions ./autogen.sh

...etc... runs through until prompt.

address@hidden:~/lilypond-git$ cd flower/
address@hidden:~/lilypond-git/flower$ make test
mkdir -p ./out
touch ./out/dummy.dep
echo '*' > ./out/.gitignore
cp -p /home/jlowe/lilypond-git/config.hh out/config.hh
rm -f ./out/test-file-name.dep; DEPENDENCIES_OUTPUT="./out/test-file-name.dep ./out/test-file-name.o" g++ -c -I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing -g -fwrapv -DHAVE_CONFIG_H -DNDEBUG -I./include -I./out -I../flower/include -I../flower/./out -fkeep-inline-functions -O2 -finline-functions -g -pipe -pthread -I/usr/include/freetype2 -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wconversion -o out/test-file-name.o test-file-name.cc rm -f ./out/test-file-path.dep; DEPENDENCIES_OUTPUT="./out/test-file-path.dep ./out/test-file-path.o" g++ -c -I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing -g -fwrapv -DHAVE_CONFIG_H -DNDEBUG -I./include -I./out -I../flower/include -I../flower/./out -fkeep-inline-functions -O2 -finline-functions -g -pipe -pthread -I/usr/include/freetype2 -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wconversion -o out/test-file-path.o test-file-path.cc
test-file-path.cc: In constructor '<unnamed>::Find::Find()':
test-file-path.cc:13: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result
test-file-path.cc: In constructor '<unnamed>::Find::Find()':
test-file-path.cc:13: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result
test-file-path.cc: In constructor '<unnamed>::Find::Find()':
test-file-path.cc:13: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result rm -f ./out/test-std.dep; DEPENDENCIES_OUTPUT="./out/test-std.dep ./out/test-std.o" g++ -c -I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing -g -fwrapv -DHAVE_CONFIG_H -DNDEBUG -I./include -I./out -I../flower/include -I../flower/./out -fkeep-inline-functions -O2 -finline-functions -g -pipe -pthread -I/usr/include/freetype2 -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wconversion -o out/test-std.o test-std.cc rm -f ./out/test-string.dep; DEPENDENCIES_OUTPUT="./out/test-string.dep ./out/test-string.o" g++ -c -I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing -g -fwrapv -DHAVE_CONFIG_H -DNDEBUG -I./include -I./out -I../flower/include -I../flower/./out -fkeep-inline-functions -O2 -finline-functions -g -pipe -pthread -I/usr/include/freetype2 -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wconversion -o out/test-string.o test-string.cc make: *** No rule to make target `../flower/./out/library.a', needed by `out/test-flower'. Stop.
address@hidden:~/lilypond-git/flower$

--snip--

?






reply via email to

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