-
Notifications
You must be signed in to change notification settings - Fork 107
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
failed to precompile on julia 1.4.0 #464
Comments
Failed on 1.4 also, but in my case (macOS 10.15), the error said:
|
|
Julia 1.4 uses LLVM_VER = 8.0.1, which has breaking changes relative to LLVM_VER = 6.0.1 used by Julia 1.3. I think even source build won't work until Cxx.jl is updated to support the new LLVM version. Here are the first lines of the Cxx build error on a source build of Julia 1.4:
|
@drewrobson you're right. I just fixed that. Could you give #465 a try? |
Thanks for your quick response! Now I'm getting a curl 404 error:
|
These are the broken urls:
These urls work fine if I replace 8.0.1 with 6.0.1. Looks like https://releases.llvm.org/6.0.1 contains source files but https://releases.llvm.org/8.0.1 redirects to GitHub. Perhaps for 8.0.1, the urls should look like this:
|
Yeah, I just noticed that. Now I'm trying to update those LLVM patches. ;) |
OK, now I need to upgrade bootstrap.cpp to LLVM8, which may beyond my abilities, so don't expect this can be fixed soon. |
I have similar errors even I use juliapro 1.0.5 |
FYI, Cxx.jl(binary build) only works with Julia-v1.1.x~v1.3.x. |
First off, great package you have here. However, is there a plan to resolve these issues for future versions of Julia? I am considering adding Cxx.jl as a dependency to a project, but I don't want to be permanently frozen at Julia 1.3 ... |
I think it's a good time to rewrite the code in pure julia (:joy: what I have done with GPSTk) |
Still failing on Julia 1.5.1. Looking forward to the working version! |
Also failing on Julia 1.6
|
I got an error
LoadError: AssertionError: isdir(cxxclangdir)
during precompiling; it works well on julia 1.3.1. The system is WSL2The text was updated successfully, but these errors were encountered: