-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Illegal inttoptr in ApproxFun branch at compile time #28379
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
Comments
Please try again with the latest master and make sure to do |
No, that did not fix the problem. I updated to: julia> versioninfo()
Julia Version 0.7.0-rc1.0
Commit 15fcc7c4e6 (2018-07-31 20:29 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin17.7.0)
CPU: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
Environment:
JULIA_VERSION = 0.6 |
Did you make sure to distclean llvm? |
Yes. I'll try wiping the whole build and starting from fresh. |
Still waiting to try a clean build, but FYI it was working fine in 0.7.0-beta2.126: julia> precompile(ApproxFun.defaultcoefficients, (typeof(V), typeof(a),typeof(a)))
true
julia> versioninfo()
Julia Version 0.7.0-beta2.126
Commit 04dbf7a3ec (2018-07-26 05:54 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin17.7.0)
CPU: Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
Environment:
JULIA_VERSION = 0.6 |
Still there on a fresh build: julia> versioninfo()
Julia Version 0.7.0-rc1.4
Commit 0ef882679f (2018-08-01 00:52 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin17.7.0)
CPU: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
Environment:
JULIA_VERSION = 0.6 |
This may be related to #28208
The branches are a bit non-standard: I have
ApproxFun on branch "bug-illegalint"
JuliaApproximation/Domains.jl on branch "dl/approxfun"
IntervalSets.jl on PR JuliaMath/IntervalSets.jl#26
The text was updated successfully, but these errors were encountered: