You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

DarthJysky

Beginner

  • "DarthJysky" started this thread

Posts: 2

Location: Finland

  • Send private message

1

Monday, May 26th 2008, 10:08am

Compiling Kdelib On Mac Os X 10.5

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?
If you were to battle an old Sith Lord in a lightsabre duel, you would find out that we're only children playing with toys

DarthJysky

Beginner

  • "DarthJysky" started this thread

Posts: 2

Location: Finland

  • Send private message

2

Monday, May 26th 2008, 2:58pm

Apparently I hadn't compiled Qt with thread support witch is required by kdelibs
If you were to battle an old Sith Lord in a lightsabre duel, you would find out that we're only children playing with toys