Hi,
i was trying to make a build from the scummvm source code but i got the next error:
"C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 9009."
what should i do now ?
how can i create a build without errors ?
p.s
i opened the project from the scummvm.sln file
builld scummvm source code on visual studio 10
Moderator: ScummVM Team
Re: builld scummvm source code on visual studio 10
You might want to try to disable the pre/post build events. I can not remember out of my head how to do it though.arieljce wrote:Hi,
i was trying to make a build from the scummvm source code but i got the next error:
"C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 9009."
what should i do now ?
how can i create a build without errors ?
p.s
i opened the project from the scummvm.sln file
Re: builld scummvm source code on visual studio 10
Hi!arieljce wrote:Hi,
i was trying to make a build from the scummvm source code but i got the next error:
Can you give us the full output log so we know when this happened exactly?
Then, as LordHoto said, you should disable pre & post build events:
- In Visual Studio, right click the "scummvm" project and choose "Properties"
- In the Configuration properties, choose "Build Events"
- Set "Use in Build" to "No" for "Pre-Build Event" and "Post-Build Event"