Yupei Qi
Yupei Qi
Hi @oschulz, do you still want this? Please let me know if there is anything I can help with.
> Or any other options to call C++ code from Julia? https://github.com/JuliaInterop/CxxWrap.jl
I cannot reproduce on macOS: ``` julia> using Cxx [ Info: Precompiling Cxx [a0b5b9ef-44b7-5148-a2d1-f6db19f3c3d2] julia> __current_compiler__ = Cxx.new_clang_instance() Cxx.CxxCore.CxxInstance{2}() ```
Hi @rgcv, it looks like you're using Julia built from source. The official released Julia is built using gcc7, that's what BinaryProvider complained about. > Given this situation, I was...
JuliaBuilder is not fully functional for now. Those releases are manually-uploaded Julia tarballs which are exactly the same as those in the official download page. Currently, `libcxxffi` binaries are built...
Hi @keno, do you have time to take a look at this and many other recent issues?
looks like something wrong with the "show" method. there is no crash when adding a semicolon after `str`, not sure why this issue is Windows-only though. ``` C++ > str.c_str()...
> Do I have to wait longer to use this package on Windows? Yes. AFAICT, this package has never hit a stable release on Windows. BTW, the Julia version supported...
Could you provide some versioninfo?
https://github.com/JuliaInterop/Cxx.jl/issues/464#issuecomment-622226826