Seite 1 von 1

qwtplot3d kompilieren geht net

Verfasst: 8. April 2009 12:08
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 ?

Verfasst: 8. April 2009 12:10
von Christian81
"TEMPLATE vclib" ist falsch - da werden MS Visual Studio Projektfiles erzeugt. Es muss "TEMPLATE = lib" heißen.