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!
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!