|
Hello,
I just downloaded your nifty looking program and wanted to try it out. Unfortunately I couldn't try it cause it would not compile I'm using slackware 10.0, with KDE 3.2.3 This is what I get, after I get a ./configure, which went fine: (i did install the other lib thing it needs too btw.) .libs/rawscope_impl.o(.gnu.linkonce.d._ZTCN6Amarok13RawScope_implE4_N4Arts14StdSynthModuleE+0xa8): undefined reference to `virtual thunk to Arts::StdSynthModule::start()' .libs/rawscope_impl.o(.gnu.linkonce.d._ZTCN6Amarok13RawScope_implE4_N4Arts14StdSynthModuleE+0xac): undefined reference to `virtual thunk to Arts::StdSynthModule::stop()' .libs/rawscope_impl.o(.gnu.linkonce.d._ZTCN6Amarok13RawScope_implE4_N4Arts14StdSynthModuleE+0xb0): undefined reference to `virtual thunk to Arts::StdSynthModule::streamInit()' .libs/rawscope_impl.o(.gnu.linkonce.d._ZTCN6Amarok13RawScope_implE4_N4Arts14StdSynthModuleE+0xb4): undefined reference to `virtual thunk to Arts::StdSynthModule::streamStart()' .libs/rawscope_impl.o(.gnu.linkonce.d._ZTCN6Amarok13RawScope_implE4_N4Arts14StdSynthModuleE+0xb8): undefined reference to `virtual thunk to Arts::StdSynthModule::streamEnd()' collect2: ld returned 1 exit status make[4]: *** [libamarokarts.la] Error 1 make[4]: Leaving directory `/home/dagger02/amarok-1.0.1/amarok/src/amarokarts' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/dagger02/amarok-1.0.1/amarok/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/dagger02/amarok-1.0.1/amarok' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dagger02/amarok-1.0.1' make: *** [all] Error 2 dagger02@cyberslut:~/amarok-1.0.1$ |
|
i am getting the exact same errors but at amarokarts.o.
Slackware 10 KDE 3.2.3 Arts 1.2.3 Please help! |
Alumni
|
Most likely this is a bug in Slackware. I had the same error messages with Arch until something about the Arch packages was updated. I'll try to find out what the problem was.
|
|
I have the same problem to,
slackware 10.0 (current actually, but current == 10.0 at the moment) KDE 3.2.3 arts 1.2.3 I was compiling it with gcc 3.4.0, which is part of testing (gcc-3.3.4 comes standard with slackware 10), maybe that has something to do with it. |
|
It compiles if I disable arts (configure --without-arts)
|
Registered Member
|
I have eactly the same error on Mdk 10 Official, KDE 3.2.3 gcc 3.4.1
Even when I reconfigure it without arts (version 1.2.3 installed). |
KDE Developer
|
bob_smith wrote:
Fix is simple: dump aRts, and use GStreamer instead. (--without-arts will keep aRts away).
--
Mark Kretschmann - Amarok Developer |
|
Heeelp Myyyy!!!!!!!
/bin/sh ../../libtool --silent --tag=CXX --mode=link i686-pc-linux-gnu-g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -fno-cprop-registers -fno-thread-jumps -fno-defer-pop -maccumulate-outgoing-args -fno-if-conversion2 -fno-delayed-branch -fno-crossjumping -fno-merge-constants -fno-omit-frame-pointer -ftracer -finline-limit=600 -minline-all-stringops -mno-push-args -fmove-all-movables -mno-align-stringops -fforce-addr -fstrict-aliasing -fno-inline -ftracer -funroll-loops -falign-functions=16 -falign-jumps=16 -falign-loops=16 -falign-labels=1 -fprefetch-loop-arrays -maccumulate-outgoing-args -march=athlon-xp -O3 -pipe -fPIC -DPIC -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o kfile_mp3.la -rpath /usr/kde/3.4/lib/kde3 -L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib -L/usr/lib -ltag -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /usr/kde/3.4/lib -R /usr/kde/3.4/lib -R /usr/qt/3/lib -R /usr/lib kfile_mp3.lo -lkio .libs/kfile_mp3.o: In function `std::list::_M_insert(std::_List_iterator, TagLib::String const&)\': kfile_mp3.cpp:(.gnu.linkonce.t._ZNSt4listIN6TagLib6StringESaIS1_EE9_M_insertESt14_List_iteratorIS1_ERKS1_+0x2f): undefined reference to `std::_List_node_base::hook(std::_List_node_base*)\' collect2: ld returned 1 exit status make[3]: *** [kfile_mp3.la] Ошибка 1 make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.4.1-r1/work/kdemultimedia-3.4.1/kfile-plugins/mp3\' make[2]: *** [all-recursive] Ошибка 1 make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.4.1-r1/work/kdemultimedia-3.4.1/kfile-plugins\' make[1]: *** [all-recursive] Ошибка 1 make[1]: Leaving directory `/var/tmp/portage/kdemultimedia-3.4.1-r1/work/kdemultimedia-3.4.1\' make: *** [all] Ошибка 2 !!! ERROR: kde-base/kdemultimedia-3.4.1-r1 failed. !!! Function kde_src_compile, Line 164, Exitcode 2 !!! died running emake, kde_src_compile:make !!! If you need support, post the topmost build error, NOT this status message. |
KDE Developer
|
You realize that amaroK isn\'t in kde-base/kdemultimedia-3.4.1-r1
o.O
Amarok Developer
|
Registered users: bartoloni, Bing [Bot], Google [Bot], Yahoo [Bot]