PDA

View Full Version : showeq not fidning qt 3.2.0b2



rampage
08-03-2003, 03:28 PM
I'm using this line to configure showeq.
./configure --with-qt-dir=/usr/local/qt --with-qt-includes=/usr/local/qt/include/ --with-qt-libraries=/usr/local/qt/lib/


I compiled qt in /usr/local/qt

but i'm getting this error when configure showeq

>> Found version.: 3.2.0b2
>>> Headers......: /usr/local/qt/include//
>>>> Libraries...: /usr/lib/qt3/lib/


I'm not sure how its finding the libs in /usr/lib/qt3... what do i need to do?

Cryonic
08-03-2003, 09:07 PM
QTDIR=/usr/local/qt ./configure

rampage
08-04-2003, 07:58 AM
I have this is my .profile so I don't think that is the problem


QTDIR=/usr/local/qt
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

export QTDIR PATH MANPATH LD_LIBRARY_PATH


any other ideas?

S_B_R
08-04-2003, 10:07 AM
Try
echo $QTDIR See if you get what you believe to be correct.

I don't know of any current distro shipping with qt3.2.0b2, so assuming you compiled that version yourself, did you use the "-thread" option. I'm not sure if that's what's causing your problem, it's just a thought.

rampage
08-04-2003, 10:31 AM
Originally posted by S_B_R
Try
echo $QTDIR See if you get what you believe to be correct.

I don't know of any current distro shipping with qt3.2.0b2, so assuming you compiled that version yourself, did you use the "-thread" option. I'm not sure if that's what's causing your problem, it's just a thought.

I didn't use the -thread. So I'm guessing i should. I'll recompile qt and see how it goes