[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: all KDE app builds fail






> > I upgraded to KDE 3.1.3, in Debian unstable.  This includes
libqt3c102-mt
> > and all the related build packages: libqt3-mt-dev, kdelibs4-dev, and
> > libqt3-compat-headers.  I also upgraded my gcc to version 3.2.2.
> >
> > Now whenever I try to build a KDE app from source (e.g. kgpg,
kopete,
> > knowit), I get the infamous error message
> >
> > # ./configure --with-qt-dir=/usr/share/qt3
> > <snip>
> > checking for Qt... configure: error: Qt (>= Qt 3.0.3) (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!
>
> I was struggling with the same problem and found that its solution is
> explicitly telling configure to use gcc-3.2. Thanks to
> http://opendoorsoftware.com/cgi/http.pl?p=DebianQTChecklist I realised
that
> the links /usr/bin/gcc, /usr/bin/cpp and /usr/bin/g++ were pointing to
the
> 2.95 versions.

Christoph, thanks for giving me the idea!  After your suggestion I went
back and checked gcc, cpp, and g++.  It turns out that although I had
updated gcc and cpp, g++ was still version 2.95.  I guess I thought g++
came along automatically with gcc...

Anyway, I brought g++ up to version 3.3, and the problem is solved.
Thank you!
Andrew.



Reply to: