[Bug 823] New: rtt-macros do not add rpaths for its own plugins

http://bugs.orocos.org/show_bug.cgi?id=823

Summary: rtt-macros do not add rpaths for its own plugins
Product: Toolchain
Version: master
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: RTT
AssignedTo: orocos-dev [..] ...
ReportedBy: ruben [dot] smits [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Created attachment 639
--> http://bugs.orocos.org/attachment.cgi?id=639
patch

Hi,

When trying to link with the scripting or marshalling plugins I noticed that
the plugin libraries had some not found dependencies.

The attached patch adds rpath settings for the rtt-macros which are used to
build these plugins.

-- Ruben

[Bug 823] rtt-macros do not add rpaths for its own plugins

http://bugs.orocos.org/show_bug.cgi?id=823

Peter Soetens <peter [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED

--- Comment #1 from Peter Soetens <peter [..] ...> 2011-02-24 22:50:39 CET ---
(In reply to comment #0)
> Created attachment 639
> patch
>
> Hi,
>
> When trying to link with the scripting or marshalling plugins I noticed that the
> plugin libraries had some not found dependencies.
>
> The attached patch adds rpath settings for the rtt-macros which are used to
> build these plugins.
>
> -- Ruben

Thanks for the patch. Applied on master.

Peter