Well, giving up on make xconfig. Going for make gconfig now.
What packages do I need to install gtk?
I've been trying apt-get install gtk, gtk+ and other variants to no avail.
Makefile:437: .config: No such file or directory make[1]: Nothing to be done for `Makefile'. * * 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.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Actually, you probably need the -dev versions of these.
May I suggest make menuconfig? It only requires curses... though you're probably getting sick of the wild goose chase by now...
Bah, ok, I'll go install gtk and try this out... (I've got a 2.6.4 tree sitting around)...
OK, works for me. Here's what I think should be relevant:
elrond:/usr/src/linux-2.6.4# dpkg -l |grep libgtk ii libgtk1.2 1.2.10-17 The GIMP Toolkit set of widgets for X ii libgtk1.2-comm 1.2.10-17 Common files for the GTK+ library ii libgtk1.2-dev 1.2.10-17 Development files for the GIMP Toolkit ii libgtk2.0-0 2.4.3-3 The GTK+ graphical user interface library ii libgtk2.0-bin 2.4.3-3 The programs for the GTK+ graphical user int ii libgtk2.0-comm 2.4.3-3 Common files for the GTK+ graphical user int ii libgtk2.0-dev 2.4.3-3 Development files for the GTK+ library ii libgtkhtml2-0 2.4.1-1 HTML rendering/editing library - runtime fil ii libgtksourcevi 1.0.1-2 Common files for the GTK+ syntax highlightin ii libgtksourcevi 1.0.1-2 Shared libraries for the GTK+ syntax highlig
elrond:/usr/src/linux-2.6.4# dpkg -l |grep libglib ii libglib1.2 1.2.10-9 The GLib library of C routines ii libglib1.2-dev 1.2.10-9 Development files for GLib library ii libglib2.0-0 2.4.2-1 The GLib library of C routines ii libglib2.0-dat 2.4.2-1 Common files for GLib library ii libglib2.0-dev 2.4.2-1 Development files for the GLib library
elrond:/usr/src/linux-2.6.4# dpkg -l |grep libglade ii libglade0 0.17-3 Library to load .glade files at runtime ii libglade0-dev 0.17-3 Development files for libglade ii libglade2-0 2.4.0-1 Library to load .glade files at runtime ii libglade2-dev 2.4.0-1 Development files for libglade
* make[2]: *** [scripts/kconfig/.tmp_gtkcheck] Error 1 make[1]: *** [gconfig] Error 2 make: *** [gconfig] Error 2
BTW, are you on stable, testing or unstable? The above is for unstable.
Cheers,
Rob.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]