[gelöst] Qt 4.1.x (OS) Build Debug Libraries schlägt fehl
Verfasst: 14. September 2006 12:27
Ich habe Qt 4.1.1 und MinGW 3.4.2 installiert und kann damit wundervoll arbeiten (Kompilieren als Release).
Wenn ich aber versuche die Debug-Versionen der Bibliothek zu erstellen-> Qt 4.1.1 (Build Debug Libraries) erhalte ich eine Fehlermeldung:
Ich verstehe nicht, was das für ein Problem sein könnte und im Forum habe ich keine passende Hilfe gefunden.
Wenn ich aber versuche die Debug-Versionen der Bibliothek zu erstellen-> Qt 4.1.1 (Build Debug Libraries) erhalte ich eine Fehlermeldung:
Code: Alles auswählen
...
...
Reading D:/Qt/examples/opengl/pbuffers/pbuffers.pro
Reading D:/Qt/examples/opengl/samplebuffers/samplebuffers.pro
Reading D:/Qt/examples/opengl/textures/textures.pro
Qt is now configured for building. Just run mingw32-make.
To reconfigure, run mingw32-make clean and configure.
(cd winmain && mingw32-make -f Makefile debug)
mingw32-make[1]: Entering directory `D:/Qt/src/winmain'
mingw32-make -f Makefile.Debug
mingw32-make[2]: Entering directory `D:/Qt/src/winmain'
g++ -c -g -g -Wall -frtti -fexceptions -DQT_THREAD_SUPPORT -DUNICODE -DQT_LARGEF
ILE_SUPPORT -DQT_NEEDS_QMAIN -DQT_NO_CAST_TO_ASCII -DQT3_SUPPORT -DQT_MOC_COMPAT
-I"D:/Qt/include" -I"tmp" -I"D:/Qt/include/QtCore" -I"D:\Qt\include\qtmain" -I"
tmp" -I"D:/Qt/include/ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"D:/Qt/mkspecs/
win32-g++" -o tmp\obj\debug_shared\qtmain_win.o qtmain_win.cpp
ar -ru "..\..\lib\libqtmaind.a" tmp\obj\debug_shared\qtmain_win.o
mingw32-make[2]: Leaving directory `D:/Qt/src/winmain'
mingw32-make[1]: Leaving directory `D:/Qt/src/winmain'
(cd tools/moc && mingw32-make -f Makefile first)
mingw32-make[1]: Makefile: No such file or directory
mingw32-make[1]: *** No rule to make target `Makefile'. Stop.
mingw32-make[1]: Entering directory `D:/Qt/src/tools'
mingw32-make[1]: Leaving directory `D:/Qt/src/tools'
mingw32-make: *** [debug-tools/moc] Error 2
D:\Qt\src>