Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Problems Compiling (Score 1) 149

OK- here's my problem compiling the junk.

Advice about the gtk+ libs- you _can_ keep your old libs around- you should just rename them to .old or something (glib.h, gtk directory and gdk dircetory in /usr/X11R6/include). When compiling, issue ./configure --glib-exec-prefix= --glib-prefix=(where glib is> etc etc.

This leads me to my problem- can't get imlib to compile. Imlib 1.9.2 or something depends on some gtk+ routine that's only in the stable series (I grep'd the headers for both 1.1.15 and 1.0.6 and they didn't show up in 1.1.15 but did for 1.0.6). Compiling 1.8.? vs 1.0.6 doesn't help since gnome-libs will kvetch at me that imlib uses gtk 1.0.6 and it wants to use 1.1.15. I've had this problem for some time now.....

shashank

Slashdot Top Deals

Entropy requires no maintenance. -- Markoff Chaney

Working...