Re: [ros-users] SOLVED: ROS install error: WARNING: Rosdeps …

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Mark Worsdall
日付:  
To: ros-users
題目: Re: [ros-users] SOLVED: ROS install error: WARNING: Rosdeps [u'log4cxx', u'boost', u'boost', u'log4cxx'] could not be resolved
Hi

Decided that this must be a library thing outside ROS that ROS needs,
this site confirmed thinking: http://www.boost.org

Had previously added:
bjam
boost-build
So now added:
libboost-all-dev

Success, with one warning. Now decided to remove all of the above and
try again with just libboost-all-dev removing all first.

rm -rf ~/ros
apt-get install libboost-all-dev
~/rosinstall -n ~/ros http://ros.org/rosinstalls/latest_base.rosinstall
rosmake --no-rosdep rostest


So now decided to try with -n

rm -rf ~/ros
apt-get install libboost-all-dev
~/rosinstall ~/ros http://ros.org/rosinstalls/latest_base.rosinstall

Success

Thanks


[snip]

--
Mark Worsdall