Dolphin, the GameCube and Wii emulator - Forums
Unable to build dolphin on Mac OSX El Capitan - 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: Unable to build dolphin on Mac OSX El Capitan (/Thread-unable-to-build-dolphin-on-mac-osx-el-capitan)



Unable to build dolphin on Mac OSX El Capitan - nfliu - 10-12-2015

Hi Everyone,
I've spent the past 5 hours or so attempting to build dolphin on Mac OSX El Capitan, but to no avail. I'm downloading the zip file to my computer, and then following the instructions in the repo (mkdir -p build, cd build, cmake .., make). However, make runs into errors. Here is my cmake output: http://pastebin.com/7vg4CQGE And here are the last few screens of my make output: http://pastebin.com/DdBVhKRT

I'd appreciate any suggestions you may have, I'm quite desperate and need to build the application (getting an executable isnt enough for my use case).

Thanks


RE: Unable to build dolphin on Mac OSX El Capitan - OatmealDome - 10-13-2015

I just built Dolphin from master on El Capitan. Is your Xcode up to date...? Perhaps instead of just downloading the .zip, try using git's clone command to download the files.