As of version 0.1.10 I have switched to using automake/autoconf. I hope that these tools make it easier for people to compile GDancer. Its a very simple process as long as you have the required librarires. 1.) ./configure (you can add configure options such as --enable-pixbuf if you would like to try making gdancer use gdk-pixbuf for image loading, which would let you use themes with different image formats than just xpm, as of writing there are linking issues and this probably won't work) 2.) make 3.) su 4.) make install 5.) That should be it, if everything went correctly you should be able to run xmms and select gdancer in the plugins list. So try it. PROBLEMS: --------------------- -- xmms-config not found -- This is almost always caused by not having the xmms-devel rpm installed. If you installed from source then you shouldn't have to worry about this, and if you get this error you have something else messed up like the directory xmms-config is in isn't in your $PATH. But everyone who has emailed me about this problem so far has installed from RPM and has not installed the xmms-devel rpm. You cannot compile plugins for xmms without the xmms-devel rpm. So go get that, install it, then give configure another shot. Travis Emslander