From kde-devel Fri Oct 26 03:14:37 2007 From: James Richard Tyrer Date: Fri, 26 Oct 2007 03:14:37 +0000 To: kde-devel Subject: tunepimp 3.5 BRANCH Message-Id: <47215B9D.40708 () acm ! org> X-MARC-Message: https://marc.info/?l=kde-devel&m=119336853917300 We have this notice in 'configure': ************************************************** * * You do not seem to have libmusicbrainz and * libtunepimp. JuK will be compiled without * MusicBrainz support and automatic song * recognition will not be supported. * Please download libmusicbrainz 2.x and libtunepimp * 0.3.x from: * http://www.musicbrainz.org/products/client/download.html * http://www.musicbrainz.org/products/tunepimp/download.html * ************************************************** Unfortunately, libtunepimp-0.3.x is not maintained and is now old enough that GCC-4.2.1 won't build it against the current GLibc-2.7.0 -- at least that appears to be the problem: make[4]: Entering directory `/usr/src/libtunepimp-0.3.0/lib/threads/posix' /usr/local/bin/g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include/tunepimp -I/usr/gnome-2/include -I/usr/include/mysql -I/usr/local/BerkeleyDB.4.6/include -Wall -g -march=athlon -mtune=athlon -O2 -m128bit-long-double -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.cpp -fPIC -DPIC -o .libs/thread.o thread.cpp: In member function 'virtual bool Thread::isThreadAlive(void*)': thread.cpp:89: error: 'pthread_kill' was not declared in this scope make[4]: *** [thread.lo] Error 1 make[4]: Leaving directory `/usr/src/libtunepimp-0.3.0/lib/threads/posix' So, if we are going to continue to use this obsolete library, we are going to need to adopt it or rely on the distros to fix the problem. I also note that 0.3.x also has the same SOname as the latest release (0.5.3) which causes other issues. -- JRT >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<