you're missing pkg-config :)
Okies I now have that package installed.
kernel-source-2.6.5$ make gconfig * * 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: *** [gconfig] Error 2
so Im closer at least.
[ The Debian package pkg-config suggests libgnome-dev but that would but on another 100 packages and remove some. Hopefully I dont need that. ]
* * 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.
$ sudo apt-get install libgtk2.0-0 libgtk2.0-0 is already the newest version.
$ sudo apt-get install libglib2.0-0 libglib2.0-0 is already the newest version.
$ sudo apt-get install libglade2-0 libglade2-0 is already the newest version.
apt-get install libglade2.0-dev
(which in turn depends on libgtk2.0-dev, libglib2.0-dev, pkg-config etc.)
Conrad.
-- Mike Lake Caver, Linux enthusiast and interested in anything technical.
-- UTS CRICOS Provider Code: 00099F DISCLAIMER: This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
