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

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Mark Worsdall
Date:  
To: ros-users
Subject: 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