Emulator Issues #8848
closedDolphin fails to compile on OSX
0%
Description
What's the problem? Describe what went wrong in few words.
Dolphin fails to compile on Mac.
What did you expect to happen instead?
I expected Dolphin to compile.
What steps will reproduce the problem?
git clone https://github.com/dolphin-emu/dolphin.git ./dolphin-emu
cd ./dolphin-emu
mkdir build && cd build && cmake -G Ninja .. && ninja
Which versions of Dolphin did you test on?
Commit 14a0b01854555d23a5990e04f99e79f9aa6a1e7e
Also a few other random ones a few days ago.
Which versions of Dolphin used to work?
I'm not entirely sure since I haven't compiled in awhile, but I think it worked a couple weeks ago.
What are your PC specifications?
OSX 10.10.5, Xcode 6.4
Is there any other relevant information?
It looks like CMake isn't telling the Mac frameworks to link in the right way. It's trying "-framework -lQTKit" when I think it should just be "-framework QTKit".
Here's a compile log.
http://pastebin.com/wNCxeAfv