I am trying to compile k3b 1-pre-release
but I keep getting
Zitat:
checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (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 have libqt3-headers, libqt3-compat-headers, libqt3-mt-dev, and qt3-dev-tools installed.
I tried ./configure, ./configure --with-qt-dir=/usr/lib/qt3, ./configure --with-qt-includes=/usr/lib/qt3, ./configure --with-qt-includes=/usr/share/qt3/, and a couple others.
Any ideas? |