QT jom.exe crash
I use AT creator 2.7.2 + QT 4.8.5 compile/Link , When I compile a project,
The compile,link,mt seems done, but it appear jom crash as following
message , I try menay method, but still have the issue , anyone can help .
cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189
-DUNICODE -DWIN32 -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
-DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2
-DQT_THREAD_SUPPORT -I"....\Qt\4.8.5\include\QtCore"
-I"....\Qt\4.8.5\include\QtGui" -I"....\Qt\4.8.5\include"
-I"....\Qt\4.8.5\include\ActiveQt" -I"debug" -I"."
-I"....\Qt\4.8.5\mkspecs\win32-msvc2010" -Fodebug\
@C:\DOCUME~1\dylan\LOCALS~1\Temp\moc_mainwindow.obj.3576.1188.jom
moc_mainwindow.cpp link /LIBPATH:"c:\Qt\4.8.5\lib" /NOLOGO /DYNAMICBASE
/NXCOMPAT /DEBUG /MANIFEST
/MANIFESTFILE:"debug\test.intermediate.manifest" /SUBSYSTEM:WINDOWS
"/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls'
version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language=''
processorArchitecture=''" /OUT:debug\test.exe
@C:\DOCUME~1\dylan\LOCALS~1\Temp\test.exe.3576.1954.jom mt.exe -nologo
-manifest "debug\test.intermediate.manifest"
-outputresource:debug\test.exe;1
**The process "C:\Qt\qtcreator-2.7.2\bin\jom.exe" crashed. Error while
building/deploying project test (kit: Run locally) When executing step
'Make'
Result : The application's execution file is being generated , so I can
execute "run without deployment", but can't execute in "run" in QT
creator. what reason cause this error ? I try many method, but don't work.
No comments:
Post a Comment