Dolphin, the GameCube and Wii emulator - Forums

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

deire1

read http://code.google.com/p/dolphin-emu/wiki/Windows_Build

Error 1 error MSB6006: "cmd.exe" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 151 6 SCMRevGen
Error 2 error C1083: Cannot open include file: 'scmrev.h': No such file or directory C:\Users\1\Desktop\dolphin-emu\Source\Core\Common\Src\Version.cpp 19 1 Common
Error 3 error LNK1181: cannot open input file 'C:\Users\1\Desktop\dolphin-emu\Source\Win32\Release\Common.lib' C:\Users\1\Desktop\dolphin-emu\Source\Core\AudioCommon\LINK AudioCommon
Error 4 error LNK1181: cannot open input file 'C:\Users\1\Desktop\dolphin-emu\Source\Win32\Release\Common.lib' C:\Users\1\Desktop\dolphin-emu\Source\Core\VideoCommon\LINK VideoCommon
Error 5 error LNK1181: cannot open input file 'C:\Users\1\Desktop\dolphin-emu\Source\Win32\Release\Common.lib' C:\Users\1\Desktop\dolphin-emu\Source\DSPTool\LINK DSPTool
Error 6 error C1083: Cannot open include file: 'scmrev.h': No such file or directory C:\Users\1\Desktop\dolphin-emu\Source\Core\DolphinWX\Src\AboutDolphin.cpp 21 1 Dolphin

1>------ Build started: Project: SCMRevGen, Configuration: Release x64 ------
1> Updating scmrev.h
1> Cannot find git or git.cmd, check your PATH:
1> C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Utilities\Bin\x64;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\bin;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\tools;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\ide;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\\bin;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\\lib\win64;C:\Windows\Microsoft.NET\Framework\v4.0.30319\;;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseGit\bin;
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1.
2>------ Build started: Project: Common, Configuration: Release Win32 ------
2> Version.cpp
2>Src\Version.cpp(19): fatal error C1083: Cannot open include file: 'scmrev.h': No such file or directory
3>------ Build started: Project: AudioCommon, Configuration: Release Win32 ------
4>------ Build started: Project: VideoCommon, Configuration: Release Win32 ------
3>LINK : fatal error LNK1181: cannot open input file 'C:\Users\1\Desktop\dolphin-emu\Source\Win32\Release\Common.lib'
4>LINK : fatal error LNK1181: cannot open input file 'C:\Users\1\Desktop\dolphin-emu\Source\Win32\Release\Common.lib'
5>------ Build started: Project: DSPTool, Configuration: Release Win32 ------
6>------ Build started: Project: Dolphin, Configuration: Release Win32 ------
5>LINK : fatal error LNK1181: cannot open input file 'C:\Users\1\Desktop\dolphin-emu\Source\Win32\Release\Common.lib'
6> AboutDolphin.cpp
6>Src\AboutDolphin.cpp(21): fatal error C1083: Cannot open include file: 'scmrev.h': No such file or directory
========== Build: 0 succeeded, 6 failed, 18 up-to-date, 0 skipped ==========

all instaled. why not compiling
Make sure your Git binary directory is included in your PATH.

deire1

http://imageshack.us/photo/my-images/405/31786927.jpg/
add GIT patch
same errors, sorry for noobish.
It must be in $PATH, not in $GIT. Smile

deire1

(03-03-2012, 10:56 PM)scummos Wrote: [ -> ]It must be in $PATH, not in $GIT. Smile

still, not compile
Sorry, but you did it wrong then. Just run your git installer again and make sure to enable the "add git to system PATH" option.
Run "cmd" and type "git" there. If it says command not found, then git is not in your $PATH.

deire1

(03-04-2012, 12:42 AM)neobrain Wrote: [ -> ]Sorry, but you did it wrong then. Just run your git installer again and make sure to enable the "add git to system PATH" option.

made it, path is registred

(03-04-2012, 01:59 AM)scummos Wrote: [ -> ]Run "cmd" and type "git" there. If it says command not found, then git is not in your $PATH.

its work, same errors. i'm depressed, really need manual for noobs.