Próbuję skompilować waniliowe jądro Linuksa 3.12.14 pobrane z kernel.org. Kiedy próbuję make gconfig, mówi:
* 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
Teraz wygląda na to, że moje Ubuntu domyślnie nie ma gtk +, dpkg -s xxxxpotwierdziło to. Próbowałem zainstalować wszystkie 3 z nich, sudo apt-get install xxxxale nie znaleziono pakietów.
Co mogę teraz zrobić! (Czy pygtk jest odpowiedzią?)
UWAGA: xxxx to symbol zastępczy dla 3 brakujących pakietów wymienionych w błędzie.