Installation problems.

Mathias Puetz mpuetz at alpha214.unm.edu
Thu Jul 8 23:20:10 BST 1999


> checking for Qt... configure: error: Qt (>= 1.42 and < 2.0) (libraries) not foun
> d. Please check your installation!
> bash$ QTDIR="/usr/lib/qt/"
> bash$ ./configure
> //--- snip! ---
> checking for Qt... configure: error: Qt (>= 1.42 and < 2.0) (libraries) not foun
> d. Please check your installation!
> bash$ QTDIR=/usr/include/qt/
> bash$ ./configure
> //--- snip! ---
> checking for Qt... configure: error: Qt (>= 1.42 and < 2.0) (libraries) not foun
> d. Please check your installation!
> bash$ QTDIR="/usr/include/qt/"
> bash$ ./configure
> //--- snip! ---
> checking for Qt... configure: error: Qt (>= 1.42 and < 2.0) (libraries) not foun
> d. Please check your installation!
> //-------------------------------------------------------------
> 
> It's probably my newbie-ness, but it seems weird that it doesn't work...
> 
> Anders.

Allright, RedHat 6.0 installs qt and qt-devel in an uncommon fashion
(shoot RH since the don't stick to what everybody else does or the KDE
guys for writing their configure files with to little imagination ;)

Here is a quick solution which will help you compile all
other KDE source packages:

cd /usr/lib/qt
ln -s /usr/lib lib
ln -s /usr/include/qt include
export QTDIR=/usr/lib/qt

That way you don't have to bother about Makefile hacking whenever
you try to compile a new KDE-package.

Mathias

--
 ______________
/              \
| Mathias Puetz \__________________________________
|                                                  \
| Advanced Materials Lab (University of New Mexico) \
| 1001 University SE, Albuquerque, NM 87106         |
|                         \|/                       |
| phone: (505)272-7132    -O-    fax: (505)272-7336 |
|                         /|\                       | 
|   \|/    email: mpuetz at alpha214.unm.edu    \|/    |
\___/o\________or puetz at mpip-mainz.mpg.de____/o\____/



More information about the KDevelop mailing list