Tab Completion Dyld Error
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?
Asked by kidovate on 2013-07-18 12:53:28 UTC
Comments