Click to See Complete Forum and Search --> : Qt trouble


herbman
03-20-2001, 02:37 PM
hey...cheers for stopping by!!

The thing is when i run the command "./configure" i recieve an error message like this "checking for Qt... configure: error: Qt (>=1.42 and <2.0) (headers and libraries) not found. Please check your installation!"

What does this mean and how to I correct the problem?

Thanks

rem

royce
03-20-2001, 07:50 PM
g/day Herbman
The following is not the answer to your question, but was the answer to a question of "mine" on another forum, i'm just using it to illustrate what your problem may be.
---------------------------
Date: 03-01-01 18:21

you must "cd" to the directory your "configure" file is in then

type in
rm config.cache

export QTDIR=/where/your/qt/installed
export KDEDIR=/kde2's/directory

./configure

now i hope the script will find the right QTversion
----------------------------

I don't know why but a lot of scripts seem to have trouble finding qt anyway this may give you a lead in finding the solution to your problem

bdg1983
03-21-2001, 09:11 AM
Taking a guess here. Do you need the QT development package?