[ros-users] cturtle opencv on osx 10.5

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Dan Lazewatsky
日付:  
To: ros-users
題目: [ros-users] cturtle opencv on osx 10.5
I just installed cturtle on my laptop, and now it looks like anything
using opencv from C++ won't run. For example, when I try to run
image_view (after building successfully), I get:

$ rosrun image_view image_view
dyld: Library not loaded: libopencv_core.2.1.dylib
   Referenced from: /Users/lazewatskyd/ros/stacks/image_pipeline/ 
image_view/bin/image_view
   Reason: image not found
/Users/lazewatskyd/ros/ros/bin/rosrun: line 35: 35719 Trace/BPT  
trap          $exepath "$@"


-Dan