qwtplot3d kompilieren geht net

Verschiedenes zu Qt
Antworten
etsmart
Beiträge: 12
Registriert: 8. Februar 2009 11:11

qwtplot3d kompilieren geht net

Beitrag von etsmart »

Servus,

Ich versuche gerade die qwtplot3d lib zu kompilieren. Das funktioniert aber nicht und ich weiß nicht warum. Es werden offensichtlich keine Makefiles erstellt. Ich habe eben qwt kompiliert und ein paar von den Beispielen auch, das hat funktioniert.

Das ganze versuche ich mit dem QT Creator 1.0

Was mache ich falsch?
  • Running build steps for project qwtplot3d...
    Creating gdb macros library...
    Starting: D:/Qt/4.4.3/bin/qmake.exe D:/Qt/qwtplot3d/qwtplot3d.pro -spec win32-g++ -r
    WARNING: Unable to generate output for: D:/Qt/qwtplot3d//Makefile.Debug [TEMPLATE vclib]
    WARNING: Unable to generate output for: D:/Qt/qwtplot3d//Makefile.Release [TEMPLATE vclib]
    Exited with code 0.
    Starting: C:/Dev-Cpp/bin/mingw32-make.exe -w
    C:\Dev-Cpp\bin\mingw32-make.exe: Entering directory `D:/Qt/qwtplot3d'
    C:/Dev-Cpp/bin/mingw32-make.exe -f Makefile.Debug
    mingw32-make.exe[1]: Entering directory `D:/Qt/qwtplot3d'
    mingw32-make.exe[1]: Leaving directory `D:/Qt/qwtplot3d'
    C:\Dev-Cpp\bin\mingw32-make.exe: Leaving directory `D:/Qt/qwtplot3d'
    mingw32-make.exe[1]: Makefile.Debug: No such file or directory
    mingw32-make.exe[1]: *** No rule to make target `Makefile.Debug'. Stop.
    C:\Dev-Cpp\bin\mingw32-make.exe: *** [debug] Error 2
    Exited with code 2.
    Error while building project qwtplot3d
    When executing build step 'Make'

Darf ich die in meiner Diplomarbeit verwenden, wg. Lizenz. Das wird ein Simulationsprogramm für eine Firma ?
Christian81
Beiträge: 7319
Registriert: 26. August 2004 14:11
Wohnort: Bremen
Kontaktdaten:

Beitrag von Christian81 »

"TEMPLATE vclib" ist falsch - da werden MS Visual Studio Projektfiles erzeugt. Es muss "TEMPLATE = lib" heißen.
MfG Christian

'Funktioniert nicht' ist keine Fehlerbeschreibung
Antworten