hi list, after installing powerprefs042+pbbuttonsd056 im trying to get gtkpbbuttons061 on place, it configures ok, but im getting this error on the make step:
debian:/home/kdag/gtkpbbuttons-0.6.1# make make all-recursive make[1]: Entering directory `/home/kdag/gtkpbbuttons-0.6.1' Making all in po make[2]: Entering directory `/home/kdag/gtkpbbuttons-0.6.1/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kdag/gtkpbbuttons-0.6.1/po' Making all in src make[2]: Entering directory `/home/kdag/gtkpbbuttons-0.6.1/src' gcc -O2 -Wall -o gtkpbbuttons gtkpbbuttons.o gtkpbinit.o gtkinterface.o audio.o themes.o layout_classic.o layout_macosx.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangox-1.0 -lpangoxft-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lpthread -L/usr/lib -laudiofile -lm -lpbb -lpbb gtkinterface.o: In function `popup_update_background': gtkinterface.o(.text+0x60c): undefined reference to `gdk_draw_pixbuf' gtkinterface.o(.text+0x60c): relocation truncated to fit: R_PPC_REL24 gdk_draw_pixbuf collect2: ld returned 1 exit status make[2]: *** [gtkpbbuttons] Error 1 make[2]: Leaving directory `/home/kdag/gtkpbbuttons-0.6.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/kdag/gtkpbbuttons-0.6.1' make: *** [all-recursive-am] Error 2 any help appreciated. nmp