Dolphin, the GameCube and Wii emulator - Forums

Full Version: Trouble compiling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

mforan

I had to reformat my computer and install Windows again.
I pulled the Dolphin sources from the git mirror followed by the submodules.
I then started compiling using Visual Studio 2013. Everything seemed fine until near the end, when this happened:

Error 1 error MSB3073: The command "cscript /nologo /E:JScript "make_scmrev.h.js"
:VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 122 5 SCMRevGen
Error 2 error C1083: Cannot open include file: 'scmrev.h': No such file or directory E:\dolphin\Source\Core\Common\Version.cpp 5 1 Common

This is the first time I have had any issues compiling the emulator. Any ideas?