On Monday 10 June 2002 01:08 am, Michael wrote: > Ok so what's the deal with xscreensaver, I'm unable to get it to build > now! All of my ports are up to date but what's odd about this is that > it use to build just fine and now it won't. > > Can anyone shed some light on the failure below?
Okay, here's some light. Not all the light I'm sure, but some of it: > -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lintl -lXext -lX11 -lm > -lglib -lXmu -lSM -lICE -lXt -lX11 \ There is no libgtk, no libgdk and no libglib. Instead your FreeBSD box is going to have something like libgtk12, libgdk12 and libglib12. I suspect that gtk-config (gtk12-config) is not being used by the xscreensaver configure correctly, but I haven't double checked to be sure. -- David Johnson ___________________ http://www.usermode.org pgp public key on website _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
