Code: Alles auswählen
checking for libXext... yes
checking for Xinerama... no
checking for pthread_create in -lpthread... yes
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... configure: error: Qt (>= Qt 3.0.3) (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!
Code: Alles auswählen
configure:6678: checking for Qt
configure: 6742: /usr/lib/qt3/include/qstyle.h
configure: 6742: /usr/lib/qt3/qstyle.h
configure: 6742: /usr/lib/qt/include/qstyle.h
configure: 6742: /usr/lib/qt/qstyle.h
configure: 6742: /usr/local/qt/include/qstyle.h
configure: 6742: /usr/include/qt/qstyle.h
taking that
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt/lib
tried /usr/lib/qt
tried /usr/X11R6/lib
configure:6854: rm -rf SunWS_cache; c++ -o conftest -O2 -fno-exceptions -fno-check-new -I/usr/include/qt -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib -L/usr/X11R6/lib conftest.C -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lresolv -lpthread 1>&5
conftest.C:5: qstylefactory.h: No such file or directory
conftest.C:6: private/qucomextra_p.h: No such file or directory
conftest.C:8: #error 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 303)
#error 1
#endif
int main() {
(void)QStyleFactory::create(QString::null);
QCursor c(Qt::WhatsThisCursor);
return 0;
}
(END)
Hab mal gehört, es gäbe da nen *.deb-Paket für, aber ich hab keine Quelle dafür gefunden.
apt-get install qvcd klappt nich.
Irgendwie bin ich mit meinem DAU-Latein am Ende.