As the Makefile stands, generic slider doesn't compile with simply editing the paths. Some symbols have changed library, so this has to be added to the pkg-config commands: LIBXFCE4PANEL_CFLAGS = `$(PKG_CONFIG) --cflags libxfce4panel-1.0 libxfce4ui-1` LIBXFCE4PANEL_LIBS = `$(PKG_CONFIG) --libs libxfce4panel-1.0 libxfce4ui-1` John
Thanks. Sorry it took me so long to get around to this.