Subject: Re: where is QT/configure question (more info)
To: paul beard <paulbeard@mac.com>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 05/06/2002 09:27:27
On Sun, 5 May 2002, paul beard wrote:
> ./configure --with-qt-dir=/usr/X11R6/qt2
> --with-qt-libraries=/usr/X11R6/qt2/lib
>
> checking for Qt... configure: error: Qt (>= Qt 2.2.2) (libraries)
> not found. Please check your installation!
> For more details about this problem, look at the end of config.log.
>
> [/usr/home/paul/src/ktouch-1.0]:: tail config.log
Look closer in the config.log to find the actual error.
You may want to try something like:
CPPFLAGS="-I/usr/X11R6/qt1/include/" LIBS="-L/usr/X11R6/qt1/lib/" ./configure
(using qt1, qt2, or qt3 as needed).
Jeremy C. Reed
http://www.reedmedia.net/