From kde-solaris Thu Sep 06 10:14:08 2001 From: Andras Mantia Date: Thu, 06 Sep 2001 10:14:08 +0000 To: kde-solaris Subject: Re: [kde-solaris] compile and QT X-MARC-Message: https://marc.info/?l=kde-solaris&m=99977166231576 Hi! > .... > checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and > libraries) not found. Please check your installation! No you shouldn't, the QT 2.3.x series is also good for KDE. Do you have the QTDIR set correctly? If you use tcsh you should have something like this in your .login file: setenv QTDIR /spare/local/qt-2.3.1 setenv KDEDIR /spare/local/kde-2.2 setenv PATH $QTDIR/bin:$KDEDIR/bin:/spare/local/bin:$PATH setenv MANPATH $QTDIR/man:/spare/local/man$MANPATH setenv LD_LIBRARY_PATH $QTDIR/lib:$KDEDIR/lib:/spare/local/lib:$LD_LIBRARY_PATH setenv LIBRARY_PATH $LD_LIBRARY_PATH Also try examine the config.log file to see while the configuration failed (missing headers OR missing libraries), and try to use the --with-extra-includes --with-extra-libs switch of the configure script. Andras ___________________________________________________ This message is from the kde-solaris mailing list. Account management: http://mail.kde.org/mailman/listinfo/kde-solaris. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.