ich habe derzeit ein merkwürdiges Problem mit meinem g++ (MinGW von Qt4 installiert).
Wenn ich ein Makefile, welches aus einem pro-File erstellt wurde kompilieren möchte, findet g++ Daten in Unterordnern nicht, und zwar aus dem Grund, dass er die Verzeichnistrenner ("\") weglässt.
Ich erhalte dann ausgaben folgenden Musters:
Hat jemand eine Idee, wo das Problem liegen könnte?mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `M:/Games/Poker/pokerth'
g++ -c -O2 -O2 -frtti -fexceptions -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_D
LL -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_GUI_LIB -DQT_CORE_LIB -D
QT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"K:/Qt/4.1.3/include/QtCore" -I"K:/Qt/4.1.3
/include/QtGui" -I"K:/Qt/4.1.3/include/Qt3Support" -I"K:/Qt/4.1.3/include" -I"."
-I"src" -I"uics" -I"K:/Qt/4.1.3/include/ActiveQt" -I"mocs" -I"uics" -I"k:\Qt\4.
1.3\mkspecs\win32-g++" -o obj\pokerth.o src\pokerth.cpp
g++.exe: srcpokerth.cpp: No such file or directory
g++.exe: no input files
mingw32-make[1]: *** [obj\pokerth.o] Error 1
mingw32-make[1]: Leaving directory `M:/Games/Poker/pokerth'
mingw32-make: *** [release] Error 2
Dieser Fehler tritt bei allen meine Qt-Projekten auf.
Danke im Voraus und Ciao,
Prof. MAAD