PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : KDevelop



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?

peschmae
12-04-2003, 08:38
hast du denn _wirklich_ qt >= 3.1.0 installiert oder etwa qt-3.0.4 oder so?

(mach mal "apt-cache show libqt3-mt" oder so)

im übrigen würde ich auch für 2) zur darstellung die Code - Tags verwenden, auch wenns kein echter code ist, ist die Darstellung dann schon viel klarer :D

MfG Peschmä

anda_skoa
12-04-2003, 13:33
Vielleicht brauchst du noch
#> apt-get install libqt3-mt-dev

Ciao,
_