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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Mark Worsdall
Dato:  
Til: ros-users
Emne: 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