DarkSorcerer
12-04-2003, 00:29
Hallo zusammen,
wenn ich über den Application Wizard ein neues Projekt KDE-Projekt erstellen will, kommt folgendes:
configure.in:44: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:75: warning: do not use m4_regexp: use regexp or m4_bregexp
autoheader2.50: `config.h.in' is created
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!
1) Die QT Lib habe ich installiert, auch die MultiThreaded. Sie befinden sich unter /usr/lib
Eine cpp-Datei mit QT Klassen, die ich mit VI erstellt habe, kann ich auch mit Angabe des Pfades kompilieren.
2) root@debian # apt-get install libqt3-mt
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, libqt3-mt is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
Sie ist also installiert... Wo liegt dann das Prob?
wenn ich über den Application Wizard ein neues Projekt KDE-Projekt erstellen will, kommt folgendes:
configure.in:44: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:75: warning: do not use m4_regexp: use regexp or m4_bregexp
autoheader2.50: `config.h.in' is created
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!
1) Die QT Lib habe ich installiert, auch die MultiThreaded. Sie befinden sich unter /usr/lib
Eine cpp-Datei mit QT Klassen, die ich mit VI erstellt habe, kann ich auch mit Angabe des Pfades kompilieren.
2) root@debian # apt-get install libqt3-mt
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, libqt3-mt is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
Sie ist also installiert... Wo liegt dann das Prob?