As a gentoo user there is no xmms anymore.. I'd have to build it myself but im lazy^^...
but it doesnt matter. i have only amarok and so i only want to support amarok. so i configured currenttrack with this:
./configure --disable-xmms --disable-rhythmbox
end output:
Build Parameters:
XMMS: Disabled
Amarok: Enabled
Rhythmbox: Disabled
But when i type "make" i get this error(particial):
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/share\" -I/usr/include/pidgin -I/usr/include/gtk-2.0 -I/usr/include/libpurple -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -MT xmms.lo -MD -MP -MF .deps/xmms.Tpo -c xmms.c -fPIC -DPIC -o .libs/xmms.o
xmms.c:24:27: xmms/xmmsctrl.h: No such file or directory
xmms.c: In function `get_track_from_xmms':
xmms.c:51: warning: assignment makes pointer from integer without a cast
make[2]: *** [xmms.lo] Error 1
make[2]: Leaving directory `/home/nozomi/downloads/currenttrack-1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nozomi/downloads/currenttrack-1.2'
make: *** [all] Error 2
it's obviously that it wants to build for xmms althoug i disabled it....
please check on this ;)
Logged In: YES
user_id=935841
Originator: NO
I have the same problem. And what's worse, when I insatll the missing files, I am still unable to enable the plugin - it's greyed out, and when I say "show details", it tells me
"Error: undefined symbol: xmms_remote_is_paused
Check plugin website for an update."