Dolphin, the GameCube and Wii emulator - Forums

Full Version: Build Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hi, i have a problem with to compile my Dolphin build, i use this guide: http://code.google.com/p/dolphin-emu/wiki/Windows_Build

but the problem is the build results: 10 succeeded, 14 failed, 0-up-to-date, 0 skipped

the error:

C:\program files (x86)\Microsoft Visual Studio 10.0\VC\Include\intrin.h(26): fatal error C1083: Cannot open include file: 'ammintrin.h': No such file or directory

what is here the problem?
What are you using to compile with?
is use Visual C++ 2010 express
Gitextensions is installed

i wants to compile with x64.
Did you disable OpenMP? (Video Common> Properties>C++> Languages)
openMP is not on. it is No
Do you run VS as admin? (I have no idea why I thought of that Angel)
You have to install Visual Studio 2010 SP1 which you can find here
I don't think that is needed just recomended.
From a Microsoft help page about this bug:
Quote:Reinstalling SP1 worked for me in getting rid of this bug.
http://connect.microsoft.com/VisualStudio/feedback/details/660584/windows-update-kb2455033-breaks-build-with-missing-ammintrin-h
I have Sp1 installed and reinstalled, this fixed the problem with ammintrin.h

Oh, i give up! -.-

i becomes more errors with no such file or directory, i have fixed the problem with ammintrin.h, but i have new errors -.-.

example:

\mydolphin\dolphin-emu\source\core\videocommon\src\AVIDump.h(22): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory

\MyDolphin\dolphin-emu\Source\Core\Common\Src\IniFile.h(21): fatal error C1083: Cannot open include file: 'string': No such file or directory

\MyDolphin\dolphin-emu\Source\Core\Common\Src\Common.h(24): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory

why cannot open this files from source dolphin emu?

I dont understand Sad.
Pages: 1 2 3