Bana
2004-03-16, 10:04 PM CST
Whenever I am trying to configure my kernel I cannot use gconfig or xconfig because of the following errors:
make xconfig:
[bana@tuxpenguin linux-2.6.4]$ make xconfig
make[1]: `scripts/fixdep' is up to date.
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] Error 1
make: *** [xconfig] Error 2
make gconfig
[bana@tuxpenguin linux-2.6.4]$ make gconfig
make[1]: `scripts/fixdep' is up to date.
*
* 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
[bana@tuxpenguin linux-2.6.4]$ rpm -qa | grep gtk2
gtk2-engines-2.2.0-3
gtk2-2.2.4-5.1
pygtk2-2.0.0-1
pygtk2-libglade-2.0.0-1
gtk2-2.2.4-5.1
gtk2-devel-2.2.4-5.1
[bana@tuxpenguin linux-2.6.4]$ rpm -qa | grep glib
glibc-2.3.2-101.4
glib2-2.2.3-1.1
glibc-devel-2.3.2-101.4
glib-1.2.10-11
glibc-2.3.2-101.4
glib-1.2.10-11
glib2-2.2.3-1.1
glib2-devel-2.2.3-1.1
glibc-headers-2.3.2-101.4
glibc-common-2.3.2-101.4
dbus-glib-0.13-6
glibc-kernheaders-2.4-8.36
[bana@tuxpenguin linux-2.6.4]$ rpm -qa | grep libglade
libglade2-2.0.1-5.1
pygtk2-libglade-2.0.0-1
[bana@tuxpenguin linux-2.6.4]$ rpm -qa | grep qt
qt-3.1.2-14
Any ideas?
make xconfig:
[bana@tuxpenguin linux-2.6.4]$ make xconfig
make[1]: `scripts/fixdep' is up to date.
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] Error 1
make: *** [xconfig] Error 2
make gconfig
[bana@tuxpenguin linux-2.6.4]$ make gconfig
make[1]: `scripts/fixdep' is up to date.
*
* 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
[bana@tuxpenguin linux-2.6.4]$ rpm -qa | grep gtk2
gtk2-engines-2.2.0-3
gtk2-2.2.4-5.1
pygtk2-2.0.0-1
pygtk2-libglade-2.0.0-1
gtk2-2.2.4-5.1
gtk2-devel-2.2.4-5.1
[bana@tuxpenguin linux-2.6.4]$ rpm -qa | grep glib
glibc-2.3.2-101.4
glib2-2.2.3-1.1
glibc-devel-2.3.2-101.4
glib-1.2.10-11
glibc-2.3.2-101.4
glib-1.2.10-11
glib2-2.2.3-1.1
glib2-devel-2.2.3-1.1
glibc-headers-2.3.2-101.4
glibc-common-2.3.2-101.4
dbus-glib-0.13-6
glibc-kernheaders-2.4-8.36
[bana@tuxpenguin linux-2.6.4]$ rpm -qa | grep libglade
libglade2-2.0.1-5.1
pygtk2-libglade-2.0.0-1
[bana@tuxpenguin linux-2.6.4]$ rpm -qa | grep qt
qt-3.1.2-14
Any ideas?