Hi! I installed using Brew, however I’m getting the following error:
ERROR: ccall: could not find function gmt_manage_workflow in library libgmt
Stacktrace:
[1] gmt_manage_workflow at /Users/natgeo-wong/.julia/packages/GMT/Ba3R6/src/libgmt.jl:389 [inlined]
[2] gmt(::String) at /Users/natgeo-wong/.julia/packages/GMT/Ba3R6/src/gmt_main.jl:138
[3] finish_PS_module(::Dict{Symbol,Any}, ::String, ::String, ::String, ::String, ::String, ::Bool, ::Bool, ::Bool) at /Users/natgeo-wong/.julia/packages/GMT/Ba3R6/src/common_options.jl:2189
[4] #coast#193(::Nothing, ::Bool, ::Base.Iterators.Pairs{Symbol,Any,NTuple{8,Symbol},NamedTuple{(:region, :proj, :frame, :area, :land, :water, :figsize, :show),Tuple{Symbol,Symbol,Symbol,Int64,Symbol,Symbol,Int64,Bool}}}, ::typeof(coast), ::String) at /Users/natgeo-wong/.julia/packages/GMT/Ba3R6/src/pscoast.jl:147
[5] (::getfield(GMT, Symbol(“#kw##coast”)))(::NamedTuple{(:region, :proj, :frame, :area, :land, :water, :figsize, :show),Tuple{Symbol,Symbol,Symbol,Int64,Symbol,Symbol,Int64,Bool}}, ::typeof(coast)) at ./none:0
[6] top-level scope at none:0
I am currently using GMT5 because the brew version does not support GMT6 installation. Is this an issue due to this version discrepancy?