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
ERROR: LoadError: LoadError: LoadError: UndefVarError: dlopen_e not defined
Stacktrace:
[1] include_from_node1(::String) at ./loading.jl:576
[2] include(::String) at ./sysimg.jl:14
[3] include_from_node1(::String) at ./loading.jl:576
while loading /home/weilong/.julia/v0.6/Lbfgsb/src/../deps/deps.jl, in expression starting on line 7
while loading /home/weilong/.julia/v0.6/Lbfgsb/src/Lbfgsb.jl, in expression starting on line 4
while loading /home/weilong/.julia/v0.6/Lbfgsb/test/runtests.jl, in expression starting on line 1
When I changed the line here in Lbfgsb.jl/src/Lbfgsb.jl to be include("../deps/build.jl")
It failed with
ERROR: LoadError: LoadError: LoadError: failed process: Process(make OUTPUTDIR=/home/weilong/.julia/v0.6/Lbfgsb/src/../deps/usr/lib, ProcessExited(2)) [2]
Stacktrace:
[1] pipeline_error(::Base.Process) at ./process.jl:682
[2] run(::Cmd) at ./process.jl:651
[3] runmake() at /home/weilong/.julia/v0.6/Lbfgsb/src/../deps/build.jl:30
[4] include_from_node1(::String) at ./loading.jl:576
[5] include(::String) at ./sysimg.jl:14
[6] include_from_node1(::String) at ./loading.jl:576
while loading /home/weilong/.julia/v0.6/Lbfgsb/src/../deps/build.jl, in expression starting on line 78
while loading /home/weilong/.julia/v0.6/Lbfgsb/src/Lbfgsb.jl, in expression starting on line 4
while loading /home/weilong/Codes/Lbfgsb.jl/test/runtests.jl, in expression starting on line 1
Can you lemme know the fix?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I tried to run your tests but it failed with
When I changed the line here in Lbfgsb.jl/src/Lbfgsb.jl to be include("../deps/build.jl")
It failed with
Can you lemme know the fix?
Thanks
The text was updated successfully, but these errors were encountered: