-
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
Fails to precompile #441
Comments
I get the identical stacktrace with 1.3.0-rc3.0:
|
This is what's happening in the build, as well: https://travis-ci.org/JuliaInterop/Cxx.jl/jobs/576824441
|
Cxx still fails to precompile on julia 1.3: julia> versioninfo() Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E5-2690 v4 @ 2.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, broadwell) Error:
|
I haven't updated Cxx binaries for Julia 1.3, so this failure is expected, please manually apply those patches I mentioned in #444 and do a source build if you wanna use Cxx with Julia 1.3. I lost the build environment of CxxBuilder and currently it's very hard to re-download those BB2 shards from scratch in mainland China, so this won't be fixed anytime soon. For now, I'm looking for a way to make Cxx source build for Julia 1.3 easier. |
The text was updated successfully, but these errors were encountered: