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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Brian Gerkey
日付:  
To: ros-users
題目: 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.