Tab Completion Dyld Error [closed]
When attempting to do tab completion:
roscd test<tab>
results in
roscd tedyld: lazy symbol binding failed: Symbol not found: __ZN5boost11filesystem36detail12current_pathEPNS_6system10error_codeE
Referenced from: /opt/ros/fuerte/lib/librospack.dylib
Expected in: /usr/local/lib/libboost_filesystem-mt.dylib
dyld: Symbol not found: __ZN5boost11filesystem36detail12current_pathEPNS_6system10error_codeE
Referenced from: /opt/ros/fuerte/lib/librospack.dylib
Expected in: /usr/local/lib/libboost_filesystem-mt.dylib
dyld: lazy symbol binding failed: Symbol not found: __ZN5boost11filesystem36detail12current_pathEPNS_6system10error_codeE
Referenced from: /opt/ros/fuerte/lib/librospack.dylib
Expected in: /usr/local/lib/libboost_filesystem-mt.dylib
dyld: Symbol not found: __ZN5boost11filesystem36detail12current_pathEPNS_6system10error_codeE
Referenced from: /opt/ros/fuerte/lib/librospack.dylib
Expected in: /usr/local/lib/libboost_filesystem-mt.dylib
Apparently there is some issue with my installation. I followed the Ros Fuerte Homebrew installation tutorial.
How do I fix this?
Closed for the following reason
question is not relevant or outdated by
tfoote
close date 2016-04-27 01:47:36.513514
add a comment