kdemm/akode/arts_plugin build error
Pavel Troller
patrol at sinus.cz
Mon Aug 22 13:38:26 BST 2005
Hi!
During today's svn update of 3.4 branch, I found that something fatal happens
to linking of akode arts plugin:
Making all in lib
make[1]: Entering directory `/usr/src/kde3/kdemultimedia/akode/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/kde3/kdemultimedia/akode/lib'
Making all in arts_plugin
make[1]: Entering directory `/usr/src/kde3/kdemultimedia/akode/arts_plugin'
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o libarts_akode.la -rpath /opt/kde3.4/lib -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde3.4/lib -R /opt/kde3.4/lib -R /opt/qt3.2/lib -R /opt/X11/lib -R /opt/sound/lib -R /opt/alsa/lib -R /opt/jack/lib akodearts.lo libarts_akode_la.all_cpp.lo ../lib/libakode.la -lkmedia2_idl -lsoundserver_idl -lartsflow -lartsflow_idl
.libs/akodearts.o(.text+0x19): In function `akodePlayObject_base::_create(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
: undefined reference to `Arts::ObjectManager::the()'
.libs/akodearts.o(.text+0x21): In function `akodePlayObject_base::_create(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
: undefined reference to `Arts::ObjectManager::create(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
.libs/akodearts.o(.text+0x70): In function `akodePlayObject_base::_fromString(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
: undefined reference to `Arts::ObjectReference::ObjectReference[in-charge]()'
.libs/akodearts.o(.text+0x81): In function `akodePlayObject_base::_fromString(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
: undefined reference to `Arts::Dispatcher::the()'
...
There are really hundreds of undefs below, I cut them out to keep the mail
small.
I tried full build (with svn-clean) but it didn't help.
With regards, Pavel Troller
More information about the kde-multimedia
mailing list