configure完后运行有下面提示
Qt is now configured for building. Just run nmake.
To reconfigure, run nmake confclean and configure.
运行nmake 然后就出现错误 该如何解决?
c:\qt\qt-4.4.0-msvc2008>nmake
Microsoft (R) 程序维护实用工具 9.00.30729.01 版
版权所有(C) Microsoft Corporation。保留所有权利。
cd src\winmain\ && "C:\Program Files (x86)\Microsoft Visual Studio 9.0\V
C\BIN\nmake.exe" -f Makefile
Microsoft (R) 程序维护实用工具 9.00.30729.01 版
版权所有(C) Microsoft Corporation。保留所有权利。
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" -f
Makefile.Debug all
Microsoft (R) 程序维护实用工具 9.00.30729.01 版
版权所有(C) Microsoft Corporation。保留所有权利。
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" -f
Makefile.Release all
Microsoft (R) 程序维护实用工具 9.00.30729.01 版
版权所有(C) Microsoft Corporation。保留所有权利。
cd src\tools\moc\ && "C:\Program Files (x86)\Microsoft Visual Studio 9.0
\VC\BIN\nmake.exe" -f Makefile
Microsoft (R) 程序维护实用工具 9.00.30729.01 版
版权所有(C) Microsoft Corporation。保留所有权利。
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" -f
Makefile.Release
Microsoft (R) 程序维护实用工具 9.00.30729.01 版
版权所有(C) Microsoft Corporation。保留所有权利。
cl -c -nologo -Zm200 -Zc:wchar_t- -O2 -MD -GR -EHsc -W3 -w34100 -w34189
-DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_BOOTSTRAPPED -DQT_MOC -DQT_NO_CODE
CS -DQT_LITE_UNICODE -DQT_NO_LIBRARY -DQT_NO_STL -DQT_NO_COMPRESS -DQT_NO_DATAST
REAM -DQT_NO_TEXTSTREAM -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_THREAD -
DQT_NO_REGEXP -DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE -DQT_NO_GEOM_VARIANT -DQT_NO_
USING_NAMESPACE -DQT_NODLL -I"..\..\corelib\arch\generic" -I"..\..\..\include" -
I"." -I"..\..\..\include\QtCore" -I"." -I"." -I"..\..\..\mkspecs\win32-msvc2008"
-Forelease\ @C:\Users\Tungh\AppData\Local\Temp\nm40D7.tmp
main.cpp
link /NOLOGO /INCREMENTAL:NO /SUBSYSTEM:CONSOLE /MANIFEST /MANIFESTFILE:
"release\moc.intermediate.manifest" /OUT:..\..\..\bin\moc.exe @C:\Users\Tungh\Ap
pData\Local\Temp\nm47F9.tmp
mt.exe -nologo -manifest "release\moc.intermediate.manifest" -outputreso
urce:..\..\..\bin\moc.exe;1
cd src\tools\rcc\ && "C:\Program Files (x86)\Microsoft Visual Studio 9.0
\VC\BIN\nmake.exe" -f Makefile
Microsoft (R) 程序维护实用工具 9.00.30729.01 版
版权所有(C) Microsoft Corporation。保留所有权利。
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" -f
Makefile.Release
Microsoft (R) 程序维护实用工具 9.00.30729.01 版
版权所有(C) Microsoft Corporation。保留所有权利。
link /NOLOGO /INCREMENTAL:NO /SUBSYSTEM:CONSOLE /MANIFEST /MANIFESTFILE:
"tmp\obj\release_shared\rcc.intermediate.manifest" /OUT:..\..\..\bin\rcc.exe @C:
\Users\Tungh\AppData\Local\Temp\nm55CD.tmp
qbytearray.obj : error LNK2019: 无法解析的外部符号 _compress2,该符号在函数 "cla
ss QByteArray __cdecl qCompress(unsigned char const *,int,int)" (?qCompress@@YA?
AVQByteArray@@PBEHH@Z) 中被引用
qbytearray.obj : error LNK2019: 无法解析的外部符号 _uncompress,该符号在函数 "cl
ass QByteArray __cdecl qUncompress(unsigned char const *,int)" (?qUncompress@@YA
?AVQByteArray@@PBEH@Z) 中被引用
..\..\..\bin\rcc.exe : fatal error LNK1120: 2 个无法解析的外部命令
NMAKE : fatal error U1077: “"C:\Program Files (x86)\Microsoft Visual Studio 9.0
\VC\BIN\link.EXE"”: 返回代码“0x460”
Stop.
NMAKE : fatal error U1077: “"C:\Program Files (x86)\Microsoft Visual Studio 9.0
\VC\BIN\nmake.exe"”: 返回代码“0x2”
Stop.
NMAKE : fatal error U1077: “cd”: 返回代码“0x2”
Stop.
c:\qt\qt-4.4.0-msvc2008>