In trying to build on Windows 10, in Matlab R2017a, with the MinGW64 compiler I get the following error when running jl.config (after specifying location of julia executable):
In addition: I noted the following minor issue in jl.m on line 246 - if the path includes spaces, the mex command will not execute (at least on my machine); it appears fixable by changing src to ['"' src "'"] (though I'm not sure whether this issue also relates to the above?)
In trying to build on Windows 10, in Matlab R2017a, with the MinGW64 compiler I get the following error when running
jl.config
(after specifying location of julia executable):Error & output message
I'm not sure if this issue is related to #41?
In addition: I noted the following minor issue in
jl.m
on line 246 - if the path includes spaces, the mex command will not execute (at least on my machine); it appears fixable by changingsrc
to['"' src "'"]
(though I'm not sure whether this issue also relates to the above?)