Dolphin, the GameCube and Wii emulator - Forums
Microsoft visual studio error - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread: Microsoft visual studio error (/Thread-microsoft-visual-studio-error)



Microsoft visual studio error - dillxox123 - 08-14-2015

Error 105 error C1083: Cannot open include file: 'scmrev.h': No such file or directory C:\Users\dylan\Desktop\dolphin-stable\Source\Core\Common\Version.cpp 5 1 Common
Error 103 error C2220: warning treated as error - no 'object' file generated C:\Users\dylan\Desktop\dolphin-stable\Source\Core\Common\Version.cpp 5 1 Common
Error 102 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
111 IntelliSense: identifier "SCM_BRANCH_STR" is undefined c:\Users\dylan\Desktop\dolphin-stable\Source\Core\Common\Version.cpp 38 30 Common

there are others but i think you guys know what this is. i am trying to edit the source code but i cant run it. please help


RE: Microsoft visual studio error - JosJuice - 08-14-2015

(08-14-2015, 02:53 AM)dillxox123 Wrote: there are others but i think you guys know what this is.

Yep. This is caused by git not being installed or found. If you don't have it installed, go over to https://git-scm.com/download/win and download it. In the installer, you must select the option to put git in your PATH, otherwise it won't be found when building Dolphin.


RE: Microsoft visual studio error - dillxox123 - 08-14-2015

thanks dude I also have a question. I have made plans for a consumer super computer. do you know how much heat 4 nvidia gtx titan z black and 10 5ghz overclocked cpus would make? I want to know how much liquid nitrogen to use to cool it. THIS IS A LEGIT QUESTION NOT A JOKE.


RE: Microsoft visual studio error - dillxox123 - 08-14-2015

i am getting different errors now


RE: Microsoft visual studio error - dillxox123 - 08-14-2015

Error 3 error LNK1181: cannot open input file 'C:\Users\dylan\Desktop\dolphin-stable\Build\x64\Release\Common\bin\Common.lib' C:\Users\dylan\Desktop\dolphin-stable\Source\Core\DolphinWX\LINK Dolphin

Error 1 error C2220: warning treated as error - no 'object' file generated C:\Users\dylan\Desktop\dolphin-stable\Source\Core\Common\Version.cpp 5 1 Common


RE: Microsoft visual studio error - JosJuice - 08-14-2015

Are those the only errors? The link error is caused by "Warning treated as error", which in turn should be caused by a warning that you haven't posted here.


RE: Microsoft visual studio error - dillxox123 - 08-14-2015

Warning 2 warning C4067: unexpected tokens following preprocessor directive - expected a newline C:\Users\dylan\Desktop\dolphin-stable\Source\Core\Common\Version.cpp 5 1 Common


RE: Microsoft visual studio error - dillxox123 - 08-14-2015

(08-14-2015, 04:55 AM)JosJuice Wrote: Are those the only errors? The link error is caused by "Warning treated as error", which in turn should be caused by a warning that you haven't posted here.

i posted the warning