compiling kde3
Pam R
pamroberts
Mon May 17 11:28:19 PDT 2004
On Monday 11 March 2002 11:43 am, Keith Antoine wrote:
> On Monday 11 March 2002 08:45 pm, you wrote:
>
> I got kdesupport finished. However on arts make failed with ::
>
Wow, progress!!
[snip]
> checking for Qt... configure: error: Qt (>= Qt 3.0.2) (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!
Here's a stripped down version of my Qt build script for qt-copy from cvs.
Watch out for line wraps here..
#!/bin/bash
# Qt source in /usr/lib/qt3
QTDIR=/usr/lib/qt3
cd $QTDIR
make -f Makefile.cvs
cstr="-system-zlib -qt-gif -system-libpng -system-libjpeg -thread \
-plugin-imgfmt-mng -no-stl -no-xinerama -no-g++-exceptions -enable-xml"
./configure $cstr
make
HTH
Pam
--
Linux Step by Step (UK mirror): http://www.pam.roberts.btinternet.co.uk/sxs/
More information about the Linux-users
mailing list