I am trying to compile vanilla Linux kernel 3.12.14 downloaded from kernel.org. When I try make gconfig, it says:
* 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]: *** No rule to make target 'scripts/kconfig/.tmp_gtkcheck', needed by `scripts/kconfig/gconf.o'. Stop.
make: *** [gconfig] Error 2
Now I checked and found my ubuntu has newest versions of libgtk2.0-0, libgtk2.0-bin, libglib2.0-0, and libglib2.0-bin and are manually installed. Cannot find libglade-2.0 whatsoever. I don't know how to go about that to make gconfig work properly.
>> sudo apt-get install libgtk2.0-dev libglib2.0-dev libglade2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libglib2.0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libglib2.0-0 libglib2.0-bin
Package libgtk2.0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libgtk2.0-dev' has no installation candidate
E: Package 'libglib2.0-dev' has no installation candidate
E: Unable to locate package libglade2-dev