• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 54 55 56 57 58 ... 117 Next »

Errors compiling Dolphin
View New Posts | View Today's Posts

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Errors compiling Dolphin
03-03-2012, 01:25 AM
#1
deire1
Unregistered
 
Sad 
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
Reply
03-03-2012, 01:51 AM
#2
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,208
Threads: 50
Joined: Jun 2009
Make sure your Git binary directory is included in your PATH.
My blog
Me on Twitter
My wishlist on Amazon.de
Find
Reply
03-03-2012, 10:48 PM
#3
deire1
Unregistered
 
http://imageshack.us/photo/my-images/405/31786927.jpg/
add GIT patch
same errors, sorry for noobish.
Reply
03-03-2012, 10:56 PM
#4
scummos Offline
Level 27 Forum Troll of Trog
****
Posts: 252
Threads: 2
Joined: Nov 2011
It must be in $PATH, not in $GIT. Smile
Find
Reply
03-04-2012, 12:29 AM
#5
deire1
Unregistered
 
(03-03-2012, 10:56 PM)scummos Wrote: It must be in $PATH, not in $GIT. Smile

still, not compile
Reply
03-04-2012, 12:42 AM (This post was last modified: 03-04-2012, 12:43 AM by neobrain.)
#6
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,208
Threads: 50
Joined: Jun 2009
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.
My blog
Me on Twitter
My wishlist on Amazon.de
Find
Reply
03-04-2012, 01:59 AM
#7
scummos Offline
Level 27 Forum Troll of Trog
****
Posts: 252
Threads: 2
Joined: Nov 2011
Run "cmd" and type "git" there. If it says command not found, then git is not in your $PATH.
Find
Reply
03-04-2012, 03:45 AM
#8
deire1
Unregistered
 
(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.
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode