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: Fri, 09 Sep 2011 21:07:46 +0000


Comment #1 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

I'm able to reproduce this (with "./configure CXXFLAGS=-fkeep-inline-functions
--disable-optimising").
If I do "cd flower; make clean; make test", I get the following error:

g++ -o out/test-flower ./out/test-file-name.o ./out/test-file-path.o
./out/test-std.o ./out/test-string.o ./out/../../flower/out/library.a
./out/test-file-name.o: In function `recursive_init_error':
/usr/include/c++/4.5/cxxabi.h:623: undefined reference to `vtable for
__gnu_cxx::recursive_init_error'
collect2: ld returned 1 exit status
make: *** [out/test-flower] Fehler 1


A quick google search for the error message brings this up:
http://www.daniweb.com/software-development/cpp/threads/114299
http://gcc.gnu.org/faq.html#vtables

The problem appears to be in flower/include/yaffut.hh, because if I strop down test-file-name.cc to only include that file (instead of yaffuf-parameters.hh)
and remove all other code there, I still get the linker error...





reply via email to

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