Emulator Issues #1140
closedUnable to compile latest build for windows with VS 2008 pro.
0%
Description
What steps will reproduce the problem?
1.Compiling revision r3802 jitil_x64 and release_x64 gives 126 errors
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
r3802 vista x64
Please provide any additional information
131 errors are 'error C2471: cannot update program database 'e:\dolphin-
emu-read-only\source\core\core\x64\release_jitil\vc90.pdb' e:\Dolphin-
emu-read-only\Source\Core\Core\Src\Hw\CPU.cpp'
i deleted the whole dolphin_read_only directory and downloaded every file
again but still get the same errors
Updated by hamzafaran over 15 years ago
I get 3 failed when trying to compile. This is confirmed with 3804 as well.
Updated by BhaaL over 15 years ago
This is most likely the change of r3797.
Even tho the intrinsics are defined, and Visual Studio correctly calls them, the
macro #ifndef _mm_whatever (and later on, #if !defined(...)) report true.
Sonic already knows about it, but theres no definite solution yet, since it should be
perfectly fine (other than the two functions being *nix only)
Updated by steven_copson over 15 years ago
Compiling now works again in r3806, nice one.
Updated by steven_copson over 15 years ago
and now its broken again with 3808 with over 126 errors.