Bug 8277

Summary: Problem configuring with QT
Product: Other Reporter: Pierre (pierre42d)
Component: ConfigurationAssignee: Roman Zippel (zippel)
Status: CLOSED PATCH_ALREADY_AVAILABLE    
Severity: normal CC: bunk
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.20.4 Subsystem:
Regression: --- Bisected commit-id:

Description Pierre 2007-03-28 15:20:03 UTC
# 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


I have qt 4.2.2 installed in the default location, and pkg-config too.
Comment 1 Roman Zippel 2007-04-25 09:24:13 UTC
qt4 is not supported right now, so you need the qt3 packages.
The easiest thing to do right now would be to improve the error message.
Comment 2 Sam Ravnborg 2007-04-29 12:03:35 UTC
The error message now explicit mentions qt3.
Comment 3 Pierre 2008-05-27 15:48:34 UTC
Is QT4 support planned ?