000
28.12.2003, 00:34 Uhr
Pablo
Supertux (Operator)
|
Ich versuche schon seit einigen Tagen KDE 3 zu installieren. Ich habe die QT Version qt-x11-free-3.2.1 runtergladen und installiert (./configure make make install) und wenn ich z.B. das Paket arts-1.1.4 kompilieren will, dann bekomme ich immer folgenden Fehler, wenn ich configure ausführe:
Code: |
checking for Qt... configure: error: Qt (>= Qt 3.1.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!
|
In configure.log steht:
Code: |
#if ! (QT_VERSION >= 0x030100) #error 1 #endif
int main() { (void)QStyleFactory::create(QString::null); QCursor c(Qt::WhatsThisCursor); return 0; } configure:22244: result: no
|
Aber warum passier denn das? Soll ich QT nochmal installieren ( das hat aber lang gedauert)? wie aktiviere ich das thread support, ich hab leider (oder ich bin blind) nichts in configure von QT gefunden. Oder könnte es sein, dass ich die falsche QT Sourcen runtergeladen hab? -- A! Elbereth Gilthoniel! silivren penna míriel o menel aglar elenath, Gilthoniel, A! Elbereth! |