-
Notifications
You must be signed in to change notification settings - Fork 66
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 precompile in Julia 1.11.0-DEV.868 (2023-11-08) Commit f31cd8ad2f #393
Comments
The same error can be seen in the GitHub CI on master: https://github.com/JuliaInterop/CxxWrap.jl/actions/runs/6724789547/job/18277808733#step:6:119
This should get fixed by JuliaInterop/libcxxwrap-julia#137 although I have not tested this on macOS. |
TADA, it works now with a home compile! FWIW:
|
I have merged JuliaInterop/libcxxwrap-julia#137, so I think the current libcxxwrap-julia main branch is a good candidate for a release and rebuild of the JLL. I guess this will break JLL linked against older versions of libcxxwrap-julia? |
I tried this locally with julia 1.9 and it seems to work fine without a rebuild: But for julia-nightly we do seem to need rebuilds of dependent jlls, otherwise I get crashes. |
I updated Julia a few days ago from its github source; and BAM CxxWrap doesn't work anymore. The message, after updating CxxWrap to #main or to the latest release:
The text was updated successfully, but these errors were encountered: