Community
Participate
Working Groups
Created attachment 186704 [details] MS Toolchain compiler command patch Using 8.0.0.201101121201 cl /c /EHs /MD /Zi /nologo /Fo:src\main.obj ..\src\main.cpp C:\...\main.cpp : fatal error C1083: Cannot open compiler generated file: ':src\main.obj': Invalid argument Looks like there is an extra colon before the obj path. I tried without it in the command prompt and it worked. In the plugin.xml history, I see a commit by Doug on 12/8/10 "Fixed up the command line pattern since someone changed the default for spaces between the output flag and the output." I'm attaching a patch that removes the colon but I'm not very familiar with the msvc compiler flags so I would like a comment from Doug on this if possible. Thanks!
*** This bug has been marked as a duplicate of bug 343431 ***