Tab Completion Dyld Error [closed]

asked 2013-07-18 12:53:28 -0500

kidovate gravatar image

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?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2016-04-27 01:47:36.513514