KEITH install libglade2-develSince I did the lookups I have managed to install both missing progs. But it still tells me; * * Unable to find the GTK+ installation. Please make sure that * the GTK+ 2.0 development package is correctly installed... * You need gtk+-2.0, glib-2.0 and libglade-2.0. * make[1]: *** [scripts/kconfig/.tmp_gtkcheck] Error 1 make: *** [scripts/kconfig/gconf] Error 2
also: [EMAIL PROTECTED] linux-2.6.0-test1]# rpm -q gtk+2.0 gtk+2.0-2.2.2-4mdk and [EMAIL PROTECTED] linux-2.6.0-test1]# rpm -q glib glib-1.3.15-1
libglade is now install also but same result.
Mine had that exact error aswell and after Installed the devel package I finally got the gtk interface YE HAR!
It's on CD3 of the Mandrake distributions CDs
Also I found the code that does the check for the right environment
pkg-config gtk+-2.0 exists echo $? pkg-config gmodule-2.0 --exists echo $? pkg-config libglade-2.0 --exists echo $?
The echo should be zero if you have the package.
_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
