Project

General

Profile

Actions

Emulator Issues #12011

closed

macOS/Build: Dolphin fails to build on macOS Catalina

Added by Pizuz about 4 years ago. Updated almost 4 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
OS X
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

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

buildlog.txt (41 KB) buildlog.txt Build log (Ninja) Pizuz, 03/13/2020 08:22 PM
Actions #1

Updated by spycrab0 about 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)

Actions #2

Updated by Pizuz about 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.

Actions #3

Updated by Pizuz about 4 years ago

@spycrab0: What commands do you use to invoke Cmake?

Actions #4

Updated by Pizuz almost 4 years ago

Nevermind. I got it to build. You can close this.

Actions #5

Updated by JosJuice almost 4 years ago

  • Status changed from Questionable to Invalid
Actions

Also available in: Atom PDF