Dolphin, the GameCube and Wii emulator - Forums
OSX compiling errors - 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: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: OSX compiling errors (/Thread-osx-compiling-errors)



OSX compiling errors - rhalliwell - 05-21-2009

i have been following these instructions to compile and build a version of dolphin to run on Mac OS X. I got as far as compiling it with scons, where i got 2 errors on line 103 and 104 in source/plugins/plugin_DSP_LLE/src/DSPConfigDlgLLE.ccp

looking at the code, these line are nested inside "#ifndef _WIN32" statement meaning they only apply to WIN32 machines, deeming them useless to me so i commented them out. I dont think this should effect things. after commenting these lines out scons successfully compiled.

On to xcode, should be simple enough - double click the Dolphin.xcodeproj, hit build, wait. i got over 10000 errors! many of the files seem to be missing in xcode.

Anyone know how to fix it? or even any ideas as to what it could be?

Thanks!


RE: OSX compiling errors - cmccmc - 05-21-2009

um dolphin is extremely broken for osx


RE: OSX compiling errors - rhalliwell - 05-21-2009

ohhh fun! Smile Do you know of any plans for a fix/official release in the pipeline?
Thanks