-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Build failure on MacOS #367
Comments
oh this is new. thank you! |
Just ran into the same issue with 12.2 (Big Sur) |
I (temporarily) disabled CI for MacOS in #371 because I have no way to work on this locally. But we'll need to figure out something here. For github's CI, i found |
I'd like to note that @thobe 's solution is still right in principle, although the suffix to the path given by
|
I was getting the following error when building on MacOS (version 11.6), using
bmake
(versionstable 20211001
) installed from homebrew:I was able to resolve this by making the following change to
share/mk/so.mk
I'm not going to claim that this solution is my original invention, I simply searched for other people having similar problems with
ld
on MacOS, and found this which explained the problem and provided a solution: https://stackoverflow.com/questions/52830484/nasm-cant-link-object-file-with-ld-on-macos-mojaveBecause of that, I am not confident that I understand the implications of these changes on other versions of MacOS well enough to submit a pull request with this change. However, I felt it useful to report the issue for someone more capable to take it from here, and provide the solution that worked for me in case others have the same issue and could benefit from the workaround.
The text was updated successfully, but these errors were encountered: