Re: QT Error compiling KBiff
Quote:
Originally Posted by timread
I would like to install KBiff and since I cann't find it prebuilt for Debian, I have downloaded the source and tried to compile, well, I didn't get further than configure... There is a problem with finding the QT version. I have tried to add all the fields but when I type:
./configure --with-qt-dir=/usr/share/qt3 --with-qt-includes=/usr/include/qt3 -with-qt-libraries=/usr/share/qt3/lib
I get the following error:
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!
Any suggestions?
Thanks,
Tim
From the Debian KDE wiki so it looks like you should check to make sure you have both the required packages installed if you do you should visit the page and go to the suggested link.
Quote:
3) Other Questions:
I can't compile KDE programs - it can't find Qt libraries.
If you get an error about missing Qt libraries when compiling programs for KDE3 on Debian, try running configure with the following option:
--with-qt-includes=/usr/include/qt3
If this still doesn't work, and you definately have kdelibs-dev and libqt3-compat-headers installed, try reading the "Qt-Trouble" document or asking on
[email protected] for help.