builld scummvm source code on visual studio 10

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
User avatar
arieljce
Posts: 7
Joined: Sat Jan 08, 2011 2:48 pm

builld scummvm source code on visual studio 10

Post by arieljce »

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
User avatar
LordHoto
ScummVM Developer
Posts: 1029
Joined: Sun Oct 30, 2005 3:58 pm
Location: Germany

Re: builld scummvm source code on visual studio 10

Post by LordHoto »

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
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.
User avatar
Julien
ScummVM Developer
Posts: 25
Joined: Wed Jul 11, 2007 2:45 am
Location: Boston, USA

Re: builld scummvm source code on visual studio 10

Post by Julien »

arieljce wrote:Hi,
i was trying to make a build from the scummvm source code but i got the next error:
Hi!

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"
Post Reply