When I use QT Windows Open Source, qt-win-opensource-src-4.1.2.zip, to compile Qt using Visual C++ 2005 Express (with QTWin patch, acs4qt412p1.zip, applied), the following error appear after I used VC++ 2005 Express command prompt to compile using "qconfigure msvc2005" command:

moc_glwidget.cpp
moc_window.cpp
Generating Code...
cl -c -nologo -Zm200 -GS -O1 -MD -DNDEBUG -GR -EHsc -W3 -DUNICODE -DQT_L ARGEFILE_SUPPORT -DWIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DQT_DLL -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SU PPORT -I"C:/Qt/4.1.2/include/QtCore" -I"C:/Qt/4.1.2/include/QtGui" -I"C:/Qt/4.1. 2/include/QtOpenGL" -I"C:/Qt/4.1.2/include" -I"C:/Qt/4.1.2/include/ActiveQt" -I" tmp\moc\release_shared" -I"." -I"C:/Qt/4.1.2/mkspecs/win32-msvc2005" -Fotmp\obj\
release_shared\ @C:\DOCUME~1\Shawn\LOCALS~1\Temp\nmE1B.tmp
qrc_textures.cpp
link /LIBPATH:"C:\Qt\4.1.2\lib" /LIBPATH:"C:\Qt\4.1.2\lib" /NOLOGO /SUBS YSTEM:WINDOWS /incremental:no /OUT:"release\textures.exe" @C:\DOCUME~1\Shawn\LOC
ALS~1\Temp\nmE1C.tmp
MSVCRT.lib(cinitexe.obj) : warning LNK4098: defaultlib 'libcmt.lib' conflicts wi
th use of other libs; use /NODEFAULTLIB:library
mt.exe -nologo /manifest release\textures.exe.manifest /outputresource:r
elease\textures.exe;#2

C:\Qt\4.1.2>


So far I tried compile again with "qconfigure msvc2005 /NODEFAULTLIB:library", but the result is a series of "nmake -f Makefile.Release all" related commands with no actual compiling going on (the system does not recognize the command is using a fresh copy of QT). I'm not sure "qconfigure.bat" would accept any other arguments and default "configure.exe" is really not an option in VC++ 2005 Express. It has been 2 weeks and I still haven't got a clue on what causing this, any answers or further questions are most welcome from me.

I used Platform SDK SP1, 5.2.3790.1830.15.PlatformSDK_Svr2003SP1_rtm.img, and DirectX SDK April 2006 Edition, dxsdk_apr2006.exe. Hopefully the choice of SDK downloaded from Microsoft won't affect the compile effect with QT Windows Open Source.
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to