-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Regression] [macOS Arm] Build: Compilation fails with Apple Clang after PR 13872 #13882
Comments
try #13881 |
specifically 8641001 |
I edited the following two lines from the commit, but it still didn't build:
|
try this instead 088e225 |
Yep, that fixed it. |
Can we get updated macos build instructions somewhere? I've found working on the platform to be a nightmare. |
@kd-11 This is what I use. Right now LLVM is broken, the Arm build only runs with PPU decoder set to Static interpreter, and the SPU decoder set to Dynamic interpreter. See #12882 for details. (Although I've edited and amended that issue so much over time it might be better just to close it and open a new one). |
Looks like one of the recent |
Thanks. How does the x64 build differ? Just the build targets? |
I presume so, but I haven't built for x64 before so I'm not sure if anything special is needed. Edit: Actually, I think x64 versions of all the homebrew dependencies need to be installed |
Quick summary
Compilation failure when building an Arm target on an M1 Mac with Apple Clang.
Details
Prior to the PR compilation is successful (#13863)
Building after the PR fails (#13872)
Logs below.
The file affected is
util/media_utils.cpp
Build with regression
#13872
Attach two log files
Terminal Output 13863(Success).txt
Terminal Output 13872(Failure).txt
Attach capture files for visual issues
No response
System configuration
M1 Pro
Ventura 13.3.1
16GB
Other details
No response
The text was updated successfully, but these errors were encountered: