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
I was evaluating Cxx.jl and I tried to include something basic, actually just iostream. I started a new Julia shell, imported Cxx, switched into the C++ mode, and typed the include. On execution, Julia immediately crashed; the include is not included in my history (i.e. I cannot find it back when starting Julia again, unlike the Cxx import).
I was evaluating Cxx.jl and I tried to include something basic, actually just iostream. I started a new Julia shell, imported Cxx, switched into the C++ mode, and typed the include. On execution, Julia immediately crashed; the include is not included in my history (i.e. I cannot find it back when starting Julia again, unlike the Cxx import).
I don't have a Julia debug build, so I'm afraid I cannot provide a stack trace. Here is my Julia version:
Here is the generated
build.jl
:BASE_JULIA_BIN
actually corresponds to where Julia is installed, but I don't have the sources installed (and thusBASE_JULIA_SRC
is completely wrong).Is there anything I missed?
The text was updated successfully, but these errors were encountered: