-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Incompatibility with Julia 1.11-rc1 and 1.11-rc2 #951
Comments
I stumbled on the same issue on Julia 1.11-rc1 with MacOS M1. |
I hope that we get an update with this simple fix, soon. But until we get it, you can copy |
You could try make a PR with the fix. Might expedite things. |
Fair enough :-). I need to go through some process because Enterprise, but if it works out I'll make a PR. |
Same problem with Julia 1.11-rc2 |
#954 fixes the issue for Linux and Windows, but the tests for macOS still fail. Could someone with access to a Mac have a look at the error messages? |
Creating an app using Julia 1.11-rc1 (also the manifest files pointing to 1.11-rc1) fails with the error
Replacing line 108 of embedding_wrapper.c by
lets the build finish successfully. This is a trivial combination of the existing code for 1.9 and 1.10.
The text was updated successfully, but these errors were encountered: