Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

make xconfig Error (Kernel Compile)

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
nayoo
Posts: 316
Joined: 2006-03-28 01:51

make xconfig Error (Kernel Compile)

#1 Post by nayoo »

Hi,

I am facing this error:

Code: Select all

debian:/usr/src/linux-2.6.15.1# make xconfig
  CHECK   qt
*
* Unable to find the QT installation. Please make sure that
* the QT development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] Error 1
make: *** [xconfig] Error 2 
when trying to configure the kernel. QT is needed. How shall I install this?

Thanks.
N.O

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#2 Post by lacek »

The

Code: Select all

apt-get install libqt3-mt-dev
command should help.

nayoo
Posts: 316
Joined: 2006-03-28 01:51

#3 Post by nayoo »

Thank you.

Yes, it works. QT was successfully installed and now

Code: Select all

make xconfig
can produce kernel configuration GUI window.

Guest

#4 Post by Guest »

Thank you,
don't forget libncurses5-dev for make menuconfig

Post Reply