[ros-users] SOLVED: ROS install error: WARNING: Rosdeps [u'log4cxx', u'boost', u'boost', u'log4cxx'] could not be resolved

Mark Worsdall code.ros.org at wizdom.org.uk
Sun Jun 20 17:57:38 UTC 2010


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



More information about the ros-users mailing list