Results 1 to 2 of 2
I am using Fedora 9 (KDE 4.1.1)
Here's the output:
Code:
[abhishek@localhost linux-2.6.26.5]$ sudo make xconfig
[sudo] password for abhishek:
CHECK qt
*
* Unable to find the QT3 installation. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-27-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 13
Can't run xconfig, menuconfig or gconfig!
I am using Fedora 9 (KDE 4.1.1)
Here's the output:
I searched for libqt3-mv-dev in yum but didn't find it.Code:[abhishek@localhost linux-2.6.26.5]$ sudo make xconfig [sudo] password for abhishek: CHECK qt * * Unable to find the QT3 installation. Please make sure that * the QT3 development package is correctly installed and * either install pkg-config or set the QTDIR environment * variable to the correct location. * make[1]: *** No rule to make target `scripts/kconfig/.tmp_qtcheck', needed by `scripts/kconfig/qconf.o'. Stop. make: *** [xconfig] Error 2
gconfig gives a similar error
For menuconfig, Yum refused to install ncursesCode:[abhishek@localhost linux-2.6.26.5]$ sudo make gconfig [sudo] password for abhishek: * * 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
Code:[abhishek@localhost linux-2.6.26.5]$ sudo yum install ncurses* Loaded plugins: refresh-packagekit Setting up Install Process Parsing package install arguments Package matching ncurses-5.6-16.20080301.fc9.i386 already installed. Checking for update. Package matching ncurses-libs-5.6-16.20080301.fc9.i386 already installed. Checking for update. Package matching ncurses-base-5.6-16.20080301.fc9.i386 already installed. Checking for update. Resolving Dependencies --> Running transaction check ---> Package ncurses-term.i386 0:5.6-16.20080301.fc9 set to be updated --> Processing Dependency: ncurses-base = 5.6-16.20080301.fc9 for package: ncurses-term ---> Package ncurses-static.i386 0:5.6-16.20080301.fc9 set to be updated ---> Package ncurses-devel.i386 0:5.6-16.20080301.fc9 set to be updated --> Processing Dependency: ncurses-libs = 5.6-16.20080301.fc9 for package: ncurses-devel --> Finished Dependency Resolution ncurses-devel-5.6-16.20080301.fc9.i386 from fedora has depsolving problems --> Missing Dependency: ncurses-libs = 5.6-16.20080301.fc9 is needed by package ncurses-devel-5.6-16.20080301.fc9.i386 (fedora) ncurses-term-5.6-16.20080301.fc9.i386 from fedora has depsolving problems --> Missing Dependency: ncurses-base = 5.6-16.20080301.fc9 is needed by package ncurses-term-5.6-16.20080301.fc9.i386 (fedora) Error: Missing Dependency: ncurses-base = 5.6-16.20080301.fc9 is needed by package ncurses-term-5.6-16.20080301.fc9.i386 (fedora) Error: Missing Dependency: ncurses-libs = 5.6-16.20080301.fc9 is needed by package ncurses-devel-5.6-16.20080301.fc9.i386 (fedora)
Does anyone know what exact packages I'm supposed to install to get any of these working? Thanks!
- 09-27-2008 #2Just Joined!
- Join Date
- Sep 2007
- Posts
- 25
I know for compiling the kernel in debian I need the following files for either/or xconfig menuconfig, and here's how I install them:
sudo apt-get install build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev wget libncurses5 libncurses5-dev


Reply With Quote
