Re: [ros-users] Communicating between two user created packa…

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] Communicating between two user created packages
Thanks Josh,
It works.



________________________________
From: Josh Faust <>
To: User discussions <>
Sent: Thursday, October 7, 2010 5:32:06
Subject: Re: [ros-users] Communicating between two user created packages



>undefined reference to `my_namespace::X::X()`
>
>


You need to add the linker flags to the exports as well.  For example, from
roslib:
lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lroslib"

Josh