Setting up a MinGW/Qt only environment...
-- QTDIR set to D:\App_Software_Inst_D\Qt\4.1.2
-- PATH set to D:\App_Software_Inst_D\Qt\4.1.2\bin
-- Adding D:\App_Software_Inst_D\Dev-Cpp\bin to PATH
-- Adding C:\WINNT\System32 to PATH
-- QMAKESPEC set to win32-g++
This will configure and compile qt in debug.
The release libraries will not be recompiled.
请按任意键继续 . . .
This is the Qt/Windows Open Source Edition.
You are licensed to use this software under the terms of
the GNU General Public License.
Type '?' to view the GNU General Public License.
Type 'y' to accept this license offer.
Type 'n' to decline this license offer.
Do you accept the terms of the license?
y
Environment:
INCLUDE=
D:\App_Software_Inst_D\VC98\atl\include
D:\App_Software_Inst_D\VC98\mfc\include
D:\App_Software_Inst_D\VC98\include
d:\App_Software_Inst_D\Microsoft Visual VC++\atl\include
d:\App_Software_Inst_D\Microsoft Visual VC++\mfc\include
d:\App_Software_Inst_D\Microsoft Visual VC++\include
LIB=
D:\App_Software_Inst_D\VC98\mfc\lib
D:\App_Software_Inst_D\VC98\lib
d:\App_Software_Inst_D\Microsoft Visual VC++\mfc\lib
d:\App_Software_Inst_D\Microsoft Visual VC++\lib
PATH=
D:\App_Software_Inst_D\Qt\4.1.2\bin
D:\App_Software_Inst_D\Dev-Cpp\bin
C:\WINNT\System32
You are licensed to use this software under the terms of the GNU GPL.
.............
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:/App_Software_Inst_D/Qt/4.1.2/src/winmain
'
mingw32-make -f Makefile.Debug
mingw32-make[2]: Entering directory `D:/App_Software_Inst_D/Qt/4.1.2/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:/App_Software_Inst_D/Qt/4.1.2/include" -I"tmp" -I"D:/App_Software_Inst_D/Q
t/4.1.2/include/QtCore" -I"D:\App_Software_Inst_D\Qt\4.1.2\include\qtmain" -I"tm
p" -I"D:/App_Software_Inst_D/Qt/4.1.2/include/ActiveQt" -I"tmp\moc\debug_shared"
-I"." -I"D:/App_Software_Inst_D/Qt/4.1.2/mkspecs/win32-g++" -o tmp\obj\debug_sh
ared\qtmain_win.o qtmain_win.cpp
ar -ru "..\..\lib\libqtmaind.a" tmp\obj\debug_shared\qtmain_win.o
mingw32-make[2]: Leaving directory `D:/App_Software_Inst_D/Qt/4.1.2/src/winmain'
mingw32-make[1]: Leaving directory `D:/App_Software_Inst_D/Qt/4.1.2/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:/App_Software_Inst_D/Qt/4.1.2/src/tools'
mingw32-make[1]: Leaving directory `D:/App_Software_Inst_D/Qt/4.1.2/src/tools'
mingw32-make: *** [debug-tools/moc] Error 2
D:\App_Software_Inst_D\Qt\4.1.2\src>
[ 此贴被XChinux在2006-05-07 23:40重新编辑 ]