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.

Rammal

Beginner

  • "Rammal" started this thread

Posts: 1

Location: Pakistan

Occupation: Student

  • Send private message

1

Thursday, March 18th 2004, 7:34am

kdegraphics3.2.1 installation problem

Hey i have compiled Qt with thread support but again when i try to install kdegraphics3.2.1 it says that make sure you have compiled Qt with thread support, the full error is given below
-------
checking for Qt... configure: error: Qt (>= Qt 3.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!
-------
Please tell me what to do.

2

Friday, March 19th 2004, 2:05am

I am not sure if it will work or not but I get similar errors and the fix I use is setting the "--with-qt-dir" flag of configure.

./configure --with-qt-dir=/usr/lib/QT-3.2/

Give it a shot.

- anshul