Comment #14 on issue 1875 by pkx1...@gmail.com: 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--
jlowe@jlowe-lilybuntu2:~/lilypond-git/flower$
CXXFLAGS=-fkeep-inline-functions ./autogen.sh
...etc... runs through until prompt.
jlowe@jlowe-lilybuntu2:~/lilypond-git$ cd flower/
jlowe@jlowe-lilybuntu2:~/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.
jlowe@jlowe-lilybuntu2:~/lilypond-git/flower$
--snip--
?
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond