qt problems compiling kde31


Subject: qt problems compiling kde31
From: LT (lee@afabco.com)
Date: Tue Mar 18 2003 - 19:42:33 AKST


Well, as if I didn't have enough other people trying to complicate my
life, I decided to compile the new kde from scratch...

It's a mandrake 9 box, minimal installation with X 4.1 (I think). I
removed all the kde and qt rpms (I think)

Upon unzipping kdebase-3.1.tar.bz2:

./configure

<bunchostuff deleted>

checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library
qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
[thomson@bridget kdebase-3.1]$

Here's the background:

I downloaded qt-x11-free-3.1.2.tar.bz2 from trolltech,

unzipped it into /usr/local per the instructions, where it made
/usr/local/qt-x11-free-3.1.2

then ln -s /usr/local/qt-x11-free-3.1.2 /usr/local/qt

set up the /etc/profile as recommended in the INSTALL

<stuff deleted>

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

<following deleted>

all per the INSTALL

seeing if they took:

[root@bridget local]# echo $QTDIR;echo $PATH;echo $MANPATH;echo
$LD_LIBRARY_PATH
/usr/local/qt
/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
/usr/local/qt/doc/man:

[root@bridget local]#

shows that (even after a reboot) $PATH and $LD_LIBRARY_PATH didn't
take. But $QTDIR did.

And finally the tail end of config.log:

#define SIZEOF_CHAR_P 4
#define SIZEOF_CHAR 1
#define HAVE_VSNPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_LIBZ 1
#define HAVE_LIBPNG 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPTHREAD 1

configure: exit 1
[thomson@bridget kdebase-3.1]$

looking for anything with qt-mt in it:

[thomson@bridget kdebase-3.1]$ locate qt-mt
[thomson@bridget kdebase-3.1]$

<this is after an updatedb>

So I'm at a loss. What next?

thx,

Lee

-- 
LT <lee@afabco.com>

--------- To unsubscribe, send email to <aklug-request@aklug.org> with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Tue Mar 18 2003 - 20:42:19 AKST