You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, is there a particular commit on the current julia master (0.5) we should target where Cxx.jl is known to be working as intended? Aside from #236 which still stands, the current julia master gives me this behaviour (it seems that a lot of the behind-the-scenes JIT plumbing is being rewritten these days; this branch JuliaLang/julia#15609 suggested as a potential fix for #236 doesn't work either):
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.5.0-dev+3293 (2016-03-28 13:36 UTC)
_/ |\__'_|_|_|\__'_| | Commit 2103b17 (0 days old master)
|__/ | x86_64-linux-gnu
julia> using Cxx
julia> cxx"""#include <iostream>"""
julia: /home/schmrlng/code/oss/julia-0.5/src/jitlayers.cpp:358: {anonymous}::JuliaOJIT::ModuleHandleT {anonymous}::JuliaOJIT::addModule(std::unique_ptr<llvm::Module>): Assertion `F->isIntrinsic() || findUnmangledSymbol(F->getName()) || SectionMemoryManager::getSymbolAddressInProcess(F->getName())' failed.
[1] 2501 abort (core dumped) julia
The text was updated successfully, but these errors were encountered:
Julia 0.4 is not supported. Julia 0.5 is technically supported, but was recently broken on julia master and I haven't gotten around to fixing it yet (plus there's another issue which requires jb/linear to be merged). I'll try to get everything in working order again once jb/linear is merged. Until then, I'd try some commit in early January.
Is Julia 0.4 intended to be supported going forward? Currently
Pkg.build("Cxx")
fails with this Make.useron the release-0.4 branch. See this gist.
Alternatively, is there a particular commit on the current julia master (0.5) we should target where Cxx.jl is known to be working as intended? Aside from #236 which still stands, the current julia master gives me this behaviour (it seems that a lot of the behind-the-scenes JIT plumbing is being rewritten these days; this branch JuliaLang/julia#15609 suggested as a potential fix for #236 doesn't work either):
The text was updated successfully, but these errors were encountered: