Hi guys. Sorry to bother you again with the Julia wrapper.
I just installed it in Ubuntu (I am turning some Julia people to GMT hahaha) and it won’t wrap.
Here is what it says. I have tried the usual turn arounds (force recompile, etc).
GMT work as it should in the system. I don’t understand why it won’t pickup the lib.
julia> using GMT
[ Info: Precompiling GMT [5752ebe1-31b9-557e-87aa-f909b540aa54]
ERROR: LoadError: LoadError: could not load library “/usr/lib/x86_64-linux-gnu/libgmt.so”
/usr/lib/x86_64-linux-gnu/libgmt.so: no se puede abrir el archivo del objeto compartido: No existe el archivo o el directorio
Stacktrace:
[1] GMT_Create_Session at /home/user/.julia/packages/GMT/zIejk/src/libgmt.jl:26 [inlined] (repeats 2 times)
[2] top-level scope at /home/user/.julia/packages/GMT/zIejk/src/get_enums.jl:7
[3] include(::Function, ::Module, ::String) at ./Base.jl:380
[4] include at ./Base.jl:368 [inlined]
[5] include(::String) at /home/user/.julia/packages/GMT/zIejk/src/GMT.jl:1
[6] top-level scope at /home/user/.julia/packages/GMT/zIejk/src/GMT.jl:204
[7] include(::Function, ::Module, ::String) at ./Base.jl:380
[8] include(::Module, ::String) at ./Base.jl:368
[9] top-level scope at none:2
[10] eval at ./boot.jl:331 [inlined]
[11] eval(::Expr) at ./client.jl:467
[12] top-level scope at ./none:3
in expression starting at /home/user/.julia/packages/GMT/zIejk/src/get_enums.jl:7
in expression starting at /home/user/.julia/packages/GMT/zIejk/src/GMT.jl:203
ERROR: Failed to precompile GMT [5752ebe1-31b9-557e-87aa-f909b540aa54] to /home/user/.julia/compiled/v1.5/GMT/EoU0j_wBMyH.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1305
[3] _require(::Base.PkgId) at ./loading.jl:1030
[4] require(::Base.PkgId) at ./loading.jl:928
[5] require(::Module, ::Symbol) at ./loading.jl:923