Not really suse linux thing but this might be easily fixed with enough knowledge of compiling KDE on any unix like system.
I have installed Qt 3.38b from Trolltech website. As i run Leopard I applied patch from
http://trac.macports.org/ticket/13208 so that I could compile Qt. I configured .profile as said in INSTALL file in source package provided Trolltech.
As I have Qt now installed I tried to start configuring kdelibs.
I downloaded latest 3.5 kdelibs source file from kde.org site and tried to run configure script, with parameters
|
Source code
|
1
|
LDFLAGS="-undefined dynamic_lookup" ./configure --enable-mac --without-arts --prefix=/KDE --with-extra-libs=/opt/local/lib/ --with-extra-includes=/opt/local/include
|
this ends with
error message: 'checking for Qt... configure: error: Qt (>= Qt 3.3
and < 4.0) (library qt-mt) not found. Please check your
installation!'
Ok. can't find qt-mt or libqt-mt on my hd so
naturally this error comes out of that but I compiled Qt from source,
so... Where I can get qt-mt library?