系统环境:windows 2000
软件环境:QT-3.3.2-enterprise + dev C++4.9.9.2
编译过程出错,出错信息如下
*** Compilation restarted by user...
cd qmake && mingw32-make.exe -f Makefile.win32-g++
mingw32-make.exe[1]: Entering directory `C:/Qt/3.3.2/qmake'
mingw32-make.exe[1]: `qmake.exe' is up to date.
mingw32-make.exe[1]: Leaving directory `C:/Qt/3.3.2/qmake'
cd src && mingw32-make.exe && mingw32-make.exe -f Makefile.main
makefile:1307: warning: overriding commands for target `.c.o'
makefile:1304: warning: ignoring old commands for target `.c.o'
mingw32-make.exe[1]: Entering directory `C:/Qt/3.3.2/src'
g++ -c -Wall -O2 -fno-exceptions -fno-rtti -DQT_SHARED -DQT_THREAD_SUPPORT -DQT_ACCESSIBILITY_SUPPORT -DQT_NO_DEBUG -DUNICODE -DQT_MAKEDLL -DQT_THREAD_SUPPORT -DQT_NO_CUPS -DQT_NO_NIS -DQT_NO_IMAGEIO_MNG -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_CDE -DQT_NO_STYLE_MOTIFPLUS -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_PLATINUM -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_SGI -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -DQT_NO_STYLE_MOTIF -DQT_DLL -DQT_MAKEDLL -I"tmp" -I"3rdparty\libjpeg" -I"3rdparty\libpng" -I"3rdparty\zlib" -I"C:\Qt\3.3.2\include" -I"C:\Qt\3.3.2\src" -I"tmp\moc\release_mt_shared\\" -I"C:\Qt\3.3.2\mkspecs\win32-g++" -o tmp\obj\release_mt_shared\qsound_win.o kernel\qsound_win.cpp
mingw32-make.exe[1]: Leaving directory `C:/Qt/3.3.2/src'
kernel\qsound_win.cpp:196:26: qsound_win.moc: No such file or directory
mingw32-make.exe[1]: *** [tmp\obj\release_mt_shared\qsound_win.o] Error 1
mingw32-make.exe: *** [sub-src] Error 2
The build process failed!