LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   make xconfig asks for qt installation (https://www.linuxquestions.org/questions/linux-newbie-8/make-xconfig-asks-for-qt-installation-922067/)

doughyi8u 01-04-2012 03:40 PM

make xconfig asks for qt installation
 
I'm trying to configure a kernel and when I type "make xconfig" it comes back with the following error:

Code:


 CHECK  qt
* Unable to find the QT4 tool qmake. Trying to use QT3
*
* Unable to find any QT installation. Please make sure that
* the QT4 or QT3 development package is correctly installed and
* either qmake can be found or 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

I tried installing libqt4-core but it still comes back with this same error. Any ideas?

T3RM1NVT0R 01-04-2012 04:08 PM

@ Reply
 
Hi doughyi8u,

You need to install qt development (qt-devel) package.

doughyi8u 01-04-2012 04:10 PM

I'm using Debian. Do you happen to know the package name?

T3RM1NVT0R 01-04-2012 04:14 PM

@ Reply
 
I hope this will help: http://packages.debian.org/search?ke...=qt4-dev-tools

honeybadger 01-05-2012 12:00 PM

Are you on the gui when yor are executing make xconfig... jude another idea may or may not help.

aabmass 03-28-2012 03:47 PM

Quote:

Originally Posted by doughyi8u (Post 4566146)
I'm trying to configure a kernel and when I type "make xconfig" it comes back with the following error:

Code:


 CHECK  qt
* Unable to find the QT4 tool qmake. Trying to use QT3
*
* Unable to find any QT installation. Please make sure that
* the QT4 or QT3 development package is correctly installed and
* either qmake can be found or 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

I tried installing libqt4-core but it still comes back with this same error. Any ideas?

I was having this problem, too on Debian, even after installing qt4-dev-tools and qt4-qmake. You need to install pkg-config with apt, also :)

theNbomr 03-28-2012 06:22 PM

Or, just use 'make menuconfig'. It only requires ncurses, which is probably already installed.

--- rod.

jepjep 10-25-2016 03:25 AM

qt5-default
 
Quote:

Originally Posted by doughyi8u (Post 4566185)
I'm using Debian. Do you happen to know the package name?

On Debian 8 (jessie) I got it working by installing the qt5-default package.

ondoho 10-25-2016 11:40 AM

jepjep, you need to look closer at posting dates before replying.
:hattip:

jepjep 10-25-2016 12:11 PM

ondoho, yes, :) I read them before posting.

If I came here looking for a solution, it is probable that someone else comes here again for the same, so I decided publishing last method to make "make xconfig" work. :thumbsup:

Regards.

Emerson 10-25-2016 01:03 PM

make gconfig will work with GTK.
make nconfig is nicer than make menuconfig.


All times are GMT -5. The time now is 11:29 AM.