I am trying to build the Linux kernel using
make xconfig
but I get this error:
$ make xconfig
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 ts 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
So I used Synaptic package tool to install Qt, now there are some of Qt things installed already and some are not. It specifically said to have qmake, I installed from Synaptic, again the same error as above.
How can I know which packages xconfig needs?
