So when I attempt to run Jl.build as per the ReadMe, I get
>> Jl.build
Undefined variable "Jl" or class "Jl.build".
Realizing I was probably not up to date with the latest install process, I followed the first suggestion for closed comment #31: I tried jl.config, selecting my julia executable and got
>> jl.config
Error using jl.config (line 116)
Assertion failed.
Taking a closer look at line 115, I have
>> jl.eval_with_exe('unsafe_string(Base.JLOptions().julia_home)')
ans =
WARNING: Error during initialization of module GMP:
ErrorException("The dynamically loaded GMP library (version 4.2.1 with __gmp_bits_per_limb == 64)
does not correspond to the compile time version (version 6.1.0 with __gmp_bits_per_limb == 64).
Please rebuild Julia.")
/Users/y9KAaixxegjR/Documents/Current_works/julia/usr/bin
I just did a fresh clone of the mexjulia master and am running
Inside mexjulia, I have
So when I attempt to run Jl.build as per the ReadMe, I get
Realizing I was probably not up to date with the latest install process, I followed the first suggestion for closed comment #31: I tried jl.config, selecting my julia executable and got
Taking a closer look at line 115, I have