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
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
The text was updated successfully, but these errors were encountered:
Divisible8737
changed the title
Missing "Jl.build"
jl.config errors out at assert(exist(jlhome, 'dir') == 7)
Nov 6, 2016
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
The text was updated successfully, but these errors were encountered: