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. * make[2]: *** [scripts/kconfig/.tmp_gtkcheck] Error 1 make[1]: *** [gconfig] Error 2 make: *** [gconfig] Error 2 ----- Mensaje Original ----- De: Anthony Campbell <[EMAIL PROTECTED]> Fecha: Miercoles, Julio 14, 2004 3:31 am Asunto: Re: make xconfig not working > On 14 Jul 2004, Yohann Desquerre wrote: > > Marvin Gerardo Aguero Salazar wrote: > > > > >Hi guys, > > > > > >I am trying to install/compile the kernel 2.6, but when I issue > the 'make > > >xconfig' command I get a whole bunch of errors. Here is just a > sample:> > > > >make[1]: Nothing to be done for `Makefile'. > > > HOSTLD scripts/kconfig/qconf > > >scripts/kconfig/qconf.o(.text+0x2b): In function > > >`ConfigView::initMetaObject()': > > >: undefined reference to `QVBox::className() const' > > >scripts/kconfig/qconf.o(.text+0x67): In function > > >`ConfigView::initMetaObject()': > > >: undefined reference to `QObject::badSuperclassWarning(char > const*,> >char const*)' > > >scripts/kconfig/qconf.o(.text+0xaf): In function > `ConfigView::tr(char> >const*)': > > >: undefined reference to `QApplication::translate(char const*, char > > >const*, char const*) const' > > > > > >It was complaining about QT not being installed, but after 'apt-get > > >install qtlibs-dev' I passed this error. Now I am getting the > errors I > > >am showing here. > > > > > >Any help will be greatly appreciated. > > > > > > > > > > i think should install qt3-dev-tools package ! > > > > > > >-Marvin > > > I tried this but it didn't allow make xconfig to work, and nor has any > of the other suggestions I've seen, in spite of repeated attempts and > the installation of all kinds of qt libraries from debian. I also > triedfetching the source of qt3-X11-free-3.3.2 and installing it in > /usr/local, but still no luck. I now get a huge stream of error > messages, ending with: > > scripts/kconfig/qconf.cc:459: confused by earlier errors, bailing out > make[1]: *** [scripts/kconfig/qconf.o] Error 1 > make: *** [xconfig] Error 2 > > > The script is confused and so am I. I don't understand why the > decisionto use qt was made. I have, however, managed to get make > gconfig to > work, which is something I suppose. But I'd still like xconfig to > work,if only for my own satisfaction. > > > > Anthony > > -- > [EMAIL PROTECTED] || http://www.acampbell.org.uk > using Linux GNU/Debian || for book reviews, electronic > Windows-free zone || books and skeptical articles > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

