[Qt-interest] qt4.5.0 and visual C++ 2008 Express

Yifei Li yifli at mtu.edu
Tue Mar 17 13:06:47 CET 2009


Hi,

I have trouble with compiling qt source code.

configure.exe  ran successfully but nmake gave the following errors::

cl -c -nologo -Zm200 -Zc:wchar_t- /Zm500 -O2 -MD -GL -GR -EHsc -W3 -w341
00 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_OPENGL_SUPPORT 
-DQT_DLL
 -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_OPENGL_LIB 
-DQT_GUI
_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_THREAD_SUPPORT 
-I"..\..\inclu
de\QtDesigner" -I"..\..\include\QtCore" -I"..\..\include\QtGui" 
-I"..\..\include\QtOpenGL" -I"..\..\include\QtXml" 
-I"..\..\include\QtScript" -I"..\..\include"
-I"..\shared" -I"..\deform" -I"..\affine" -I"..\gradients" 
-I"..\pathstroke" -I"..\composition" -I"..\..\include\ActiveQt" 
-I"tmp\moc\release_shared" -I"." -I".
.\..\mkspecs\win32-msvc2008" -Fotmp\obj\release_shared\ 
@C:\DOCUME~1\yifli\LOCALS~1\Temp\nm1339.tmp
cl : Command line warning D9025 : overriding '/Zm200' with '/Zm500'

plugin.cpp
.\plugin.cpp(153) : error C2039: 'setText' : is not a member of 
'XFormRendererEx
'
        .\plugin.cpp(135) : see declaration of 'XFormRendererEx'
.\plugin.cpp(154) : error C2039: 'setPixmap' : is not a member of 
'XFormRenderer
Ex'
        .\plugin.cpp(135) : see declaration of 'XFormRendererEx'

NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
9.0\VC\BIN
\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
9.0\VC\BIN
\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

Could someone help me out? Thanks

Yifei



More information about the Qt-interest-old mailing list