Registered Member
|
well, i did make clean, even deleted the amarok subdirectory, and did an \"svn up\" from scratch. also make-f Makefile.cvs done, of course.
this time i am stuck at this point: [code:1] In file included from amarokapp.all_cpp.cpp:35: playlistloader.cpp:11:1: warning: \"DEBUG_PREFIX\" redefined In file included from amarokapp.all_cpp.cpp:32: playlistbrowser.cpp:6:1: warning: this is the location of the previous definition In file included from amarokapp.all_cpp.cpp:37: pluginmanager.cpp:16:1: warning: \"DEBUG_PREFIX\" redefined In file included from amarokapp.all_cpp.cpp:35: playlistloader.cpp:11:1: warning: this is the location of the previous definition In file included from amarokapp.all_cpp.cpp:40: scriptmanager.cpp:21:1: warning: \"DEBUG_PREFIX\" redefined In file included from amarokapp.all_cpp.cpp:37: pluginmanager.cpp:16:1: warning: this is the location of the previous definition In file included from amarokapp.all_cpp.cpp:41: scrobbler.cpp:5:1: warning: \"DEBUG_PREFIX\" redefined In file included from amarokapp.all_cpp.cpp:40: scriptmanager.cpp:21:1: warning: this is the location of the previous definition In file included from amarokapp.all_cpp.cpp:44: socketserver.cpp:11:1: warning: \"DEBUG_PREFIX\" redefined In file included from amarokapp.all_cpp.cpp:41: scrobbler.cpp:5:1: warning: this is the location of the previous definition In file included from amarokapp.all_cpp.cpp:45: streamprovider.cpp:18:1: warning: \"DEBUG_PREFIX\" redefined In file included from amarokapp.all_cpp.cpp:44: socketserver.cpp:11:1: warning: this is the location of the previous definition In file included from amarokapp.all_cpp.cpp:48: threadweaver.cpp:7:1: warning: \"DEBUG_PREFIX\" redefined In file included from amarokapp.all_cpp.cpp:45: streamprovider.cpp:18:1: warning: this is the location of the previous definition collectiondb.cpp: At global scope: collectiondb.cpp:1723: warning: unused parameter \'parent\' collectiondb.cpp:1723: warning: unused parameter \'artist\' collectiondb.cpp:1723: warning: unused parameter \'album\' collectiondb.cpp:1723: warning: unused parameter \'noedit\' make[2]: *** [amarokapp.all_cpp.o] Error 1 make[2]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src\' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src\' make: *** [all-recursive] Error 1 [/code:1] :woohoo: Post edited by: hds, at: 2005/07/28 15:27 |
Registered Member
|
aha!
today it complains that i will have to install taglib 1.4 - just compiling, will let you know if it builds then.. |
Registered Member
|
|
Registered Member
|
hey, just going to nail this ****.. searching google for \"collectiondb.cpp\" i found the following:
http://dot.kde.org/1096390465/109645275 ... 096543782/ ok, i removed \"--disable-amazon\" from my configure line, and the errors about collectiondb.cpp have gone. however, the debug_prefix stuff persists :evil: if i remove \"--disable-debug\" this is gone as well, but now i am stuck at: [code:1] : multiple definition of `amaroK::«»PluginConfig::qt_static_property(QObject*, int, int, QVariant*)\' ../../../../amarok/src/plugin/.libs/libplugin.a(libplugin_la.all_cpp.(.text+0x2d0): first defined here collect2: ld returned 1 exit status make[3]: *** [libamarok_void-engine_plugin.la] Error 1 make[3]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src/engine/void\' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src/engine\' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src\' make: *** [all-recursive] Error 1 [/code:1] :woohoo: so there definetely is smething wrong.. it used to compile alright everytime some weeks ago. |
Registered Member
|
K, story continues.
configured with: --disable-gstreamer seams to work hmy: also i did an \"make distclean\" in the multimedia directory. hmm.. |
Registered Member
|
yes, after i got it working as described above, i did my usual:
./configure --disable-amazon --enable-mysql --enable-final --disable-debug and get: [code:1] : multiple definition of `amaroK::«»Plugin::pluginProperty(QString const&«»)\' ../../../../amarok/src/plugin/.libs/libplugin.a(plugin.(.text+0x3c0): first defined here ../../../../amarok/src/plugin/.libs/libplugin.a(libplugin_la.all_cpp.(.text+0x7f0): In function `amaroK::«»Plugin::addPluginProperty(QString const&, QString const&«»)\': : multiple definition of `amaroK::«»Plugin::addPluginProperty(QString const&, QString const&«»)\' ../../../../amarok/src/plugin/.libs/libplugin.a(plugin.(.text+0x510): first defined here collect2: ld returned 1 exit status make[5]: *** [libamarok_void-engine_plugin.la] Error 1 make[5]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src/engine/void\' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src/engine\' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src\' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/amarok/multimedia/amarok\' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/amarok/multimedia\' make: *** [all] Error 2 [/code:1] sorry mates, i fear somehing is really broken here. if you need more hints, let me know. |
KDE Developer
|
Just delete the source directory and refetch and recompile and see what happens.
Amarok Developer
|
Registered Member
|
eean wrote:
thats what i did. i deleted "amarok" in the multimedia tree and did an "svn up" - so amarok was re-created from scratch. |
Registered Member
|
i give up. i now deleted everything, even the admin directory - same problem.
|
KDE Developer
|
Do not use --enable-final.
--
Mark Kretschmann - Amarok Developer |
Registered Member
|
it worked now (checked out this afternoon prior to your post, though..) i probably fetched a sombrero
i compiled it succesfully on 2 machines! but: had to compile twice (because i forgot the make clean?) infact mysql support was missing in the settings. anyway, it works fine now :laugh: but .. but .. but.. what happened to the \"tabs\" now if you use \"funkey monkey style\"? the inactive tabs have white textcolor on greyed out backcolor. pretty hard to read the inactive tabs. :evil: would be nice if you could change this back as is used to be. |
Registered users: bancha, Bing [Bot], daret, Evergrowing, Google [Bot], lockheed, sandyvee, Sogou [Bot]