Re: [ros-users] ros-users Digest, Vol 2, Issue 85

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Brian Gerkey
Date:  
To: ros-users
Subject: Re: [ros-users] ros-users Digest, Vol 2, Issue 85
On Wed, Apr 21, 2010 at 5:09 AM, Robbie Plankenhorn
<> wrote:
> My package depends on:
> laser_filters
> sicktoolbox
> std_msgs
> roscpp
> sensor_msgs
> visualization_msgs
> filters


I don't see anything in those packages that should be creating
undefined references to boost::system. roscpp uses boost::system, but
only internally, and libros.so is linked against libboost_system,
which should work fine.

I could provide more help if you send the verbose output from trying
to build your package:
VERBOSE=1 make

    brian.