Has anyone managed to build the latest QT (2009.04) with VS2008?.
I am having problems building QT
I configured QT by running this command:
C:\Qt\2009.04\qt>configure -no-sql-sqlite -no-qt3support -no-opengl -platform win32-msvc2008 -no-libtiff -no-dbus -no-phonon -no-phonon-backend -no-webkit
When I run nmake, this was the output (just before the error)
tokenizer.cpp
.\tokenizer.cpp(477) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECUR E_NO_WARNINGS. See online help for details. c:\VisualStudio_9.0\VC\INCLUDE\string.h(74) : see declaration of 'strcpy ' .\tokenizer.cpp(560) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECUR E_NO_WARNINGS. See online help for details. c:\VisualStudio_9.0\VC\INCLUDE\string.h(74) : see declaration of 'strcpy ' .\tokenizer.cpp(561) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECUR E_NO_WARNINGS. See online help for details. c:\VisualStudio_9.0\VC\INCLUDE\string.h(74) : see declaration of 'strcpy ' tree.cpp uncompressor.cpp webxmlgenerator.cpp .\webxmlgenerator.cpp(134) : warning C4065: switch statement contains 'default' but no 'case' labels yyindent.cpp Generating Code... link /LIBPATH:"c:\Qt\2009.04\qt\lib" /LIBPATH:"c:\Qt\2009.04\qt\lib" /NO LOGO /INCREMENTAL:NO /SUBSYSTEM:CONSOLE /MANIFEST /MANIFESTFILE:"tmp\obj\release _shared\qdoc3.intermediate.manifest" /OUT:release\qdoc3.exe @C:\DOCUME~1\NEILOS~ 1\LOCALS~1\Temp\nm194F.tmp mt.exe -nologo -manifest "tmp\obj\release_shared\qdoc3.intermediate.mani fest" -outputresource:release\qdoc3.exe;1
C:\Qt\2009.04\qt>
Does anyone know how to fix this?. Has anyone managed to build QT on XP with VS2008 ?