-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cannot Build OpenEmu on macOS 14 due to Mupen64Plus Error #41
Comments
I still cannot build OpenEmu due to this error I don't really think this should have been moved here as I am fairly certain it has more to do with OpenEmu then the core. It's not finding the libz.a when building. |
Most likely the libz static library needs to be updated or discarded. (macOS has a dylib that could be used instead). |
I have exactly same error when building some small project after upgrade to sonoma (no lib dependencies at all) |
reproduced issue on minimal build example, https://stackoverflow.com/q/77444892/11335766 |
@MaddTheSane was on the right track. I was able to solve this issue by replacing
Successfully compiled after that! I will mention a caveat: I had to solve a previous issue first; it involved writing a script change all the deployment targets from |
I was able to compile from terminal like this:
Replacing "OpenEmu" with "OpenEmu (Experimental)" got me the universal binary of the experimental build, which is what I was looking for. The release link on github is Intel binary. *eh... never mind, the main program does run, but all the modules are still in intel binary, so nothing works... |
Summary of issue
When building OpenEmu version (375f1b6705065549d3235688353743b5a87cc3f2) I receive error
ld: warning: search path '/Users/USER/Github/OpenEmu/Mupen64Plus/../DerivedData/OpenEmu/Build/Products/Release' not found
ld: archive member '/' not a mach-o file in '/Users/USER/Github/OpenEmu/Mupen64Plus/GLideN64/src/GLideNHQ/lib/libz.a'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am using the latest version of Xcode in macOS 14 Sonoma and I am using Github Desktop to clone repository.
I am on an M2 Pro
The text was updated successfully, but these errors were encountered: