SEUNG-SEP KIM
2012-03-23 08:41:32 UTC
Dear GMT users,
With cmake and the enabled Matlab API option, I am getting the following error message:
dyld: Library not loaded: @rpath/libmex.dylib
Referenced from: /Users/sskim/this_gmt/bin/psxy
Reason: image not found
Trace/BPT trap
If I turn off Matlab API option, the above message goes away and GMT commands are working without any problem.
Did I do something wrong when to enable Matlab API?
I made the following modification in my ConfigUser.cmake
# Enable Matlab API [FALSE]:
set (GMT_MATLAB TRUE)
# If Matlab is not found, point MATLAB_ROOT to its installation path, e.g.:
set (MATLAB_ROOT /Applications/MATLAB_R2011b.app) # MacOSX
Any advice is appreciated!
Best,
Seung-Sep
To unsubscribe, send the message "signoff gmt-help" to ***@lists.hawaii.edu
With cmake and the enabled Matlab API option, I am getting the following error message:
dyld: Library not loaded: @rpath/libmex.dylib
Referenced from: /Users/sskim/this_gmt/bin/psxy
Reason: image not found
Trace/BPT trap
If I turn off Matlab API option, the above message goes away and GMT commands are working without any problem.
Did I do something wrong when to enable Matlab API?
I made the following modification in my ConfigUser.cmake
# Enable Matlab API [FALSE]:
set (GMT_MATLAB TRUE)
# If Matlab is not found, point MATLAB_ROOT to its installation path, e.g.:
set (MATLAB_ROOT /Applications/MATLAB_R2011b.app) # MacOSX
Any advice is appreciated!
Best,
Seung-Sep
To unsubscribe, send the message "signoff gmt-help" to ***@lists.hawaii.edu