trying to compile 2.6 kernel
James McDonald
james
Mon May 17 11:50:07 PDT 2004
>Since 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:
>root at kantoine linux-2.6.0-test1]# rpm -q gtk+2.0
>gtk+2.0-2.2.2-4mdk
>and
>root at kantoine linux-2.6.0-test1]# rpm -q glib
>glib-1.3.15-1
>
>libglade is now install also but same result.
>
>
>
KEITH install libglade2-devel
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.
More information about the Linux-users
mailing list