Emulator Issues #12011
closedmacOS/Build: Dolphin fails to build on macOS Catalina
0%
Description
Hi,
this might be an issue for future releases (far in the future), but you might consider fixing it:
Trying to build Dolphin on macOS Catalina fails, apparently while linking. I'm not sure how to debug this or if it is an error on my end.
My build environment:
macOS 10.15.3 with Xcode 11.3.1
CMake 3.16.5, Ninja 1.10.0 and Qt 15.4.1 has been pulled from Brew.
In order to create the makefile I had to run CMake with this command:
cmake -DCMAKE_PREFIX_PATH=/usr/local/opt/qt -G Ninja ../
I attached the console output, maybe someone can find the issue. Trying to build it with make fails as well. I can attach a separate console output, if you like.
Thanks in advance.
Regards,
Pizuz
Files
Updated by spycrab0 over 4 years ago
- Status changed from New to Questionable
- Operating system OS X added
- Operating system deleted (
N/A)
It seems to build fine here. Have you tried deleting the build directory and building it from scratch again?
If that doesn't work check with
xcode-select -p
Whether you're actually using XCode
(Tried with macOS 10.15.3 using the latest XCode and CMake, Ninja, Qt 5.14.1 from Brew)
Updated by Pizuz over 4 years ago
I built it from scratch numerous times with the same result. xcode-select -p returns “/Applications/Xcode.app/Contents/Developer”, which should be correct, I guess.
Updated by Pizuz over 4 years ago
@spycrab0: What commands do you use to invoke Cmake?
Updated by Pizuz over 4 years ago
Nevermind. I got it to build. You can close this.
Updated by JosJuice over 4 years ago
- Status changed from Questionable to Invalid