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
KO on windows 10, matlab R2018b, Julia 1.5.3, mexjulia (master 79ba8b1) :
>> mex -setup c++
MEX configured to use 'MinGW64 Compiler (C++)' for C++ language compilation.
>> jl.config
Error using jl.eval_with_exe (line 409)
ERROR: type JLOptions has no field julia_home
Stacktrace:
[1] getproperty(::Base.JLOptions, ::Symbol) at .\Base.jl:33
[2] top-level scope at none:1
Error in jl.config (line 192)
jlhome = jl.eval_with_exe('unsafe_string(Base.JLOptions().julia_home)');
Also tried to add in environnement variables :
PATH=C:\Users\xxx\AppData\Local\Programs\Julia 1.5.3\bin
LD_LIBRARY_PATH=C:\Users\xxx\AppData\Local\Programs\Julia 1.5.3\lib (not sure this is meaningful on windows but the code handles it)
What did I miss ?
Franck
The text was updated successfully, but these errors were encountered:
KO on windows 10, matlab R2018b, Julia 1.5.3, mexjulia (master 79ba8b1) :
Also tried to add in environnement variables :
What did I miss ?
Franck
The text was updated successfully, but these errors were encountered: