I fixed it all up and gave it a small configure script to compile. here is how it goes :
- First you need to have Tcl/Tk Dev packages installed.
- Second you need Imlib Dev packages Installed.
Then you run
./configure
If it says it can't find the tk/tcl stuff, try using
./configure --with-tcl=/path/to/tcl --with-tk=/path/to/tk
once thats all nice and done it will create a Makefile, then we do :
make
If all goes well you will have a nice little libtray.so file
This file has to stay in this directory of course ([amsndir]/plugins/traydock/)
You'll need to enable de KDE3, or Gnome2 system tray applet, or the dock icon won't work.