[Bug 750] New: bfl's orocos plugin fails to install with cmake 2.8

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=750

Summary: bfl's orocos plugin fails to install with cmake 2.8
Product: BFL
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: build system
AssignedTo: bfl [..] ...
ReportedBy: tinne [dot] delaet [..] ...
CC: bfl [..] ...
Estimated Hours: 0.0

Florent Teichteil pointed out the following bug on the mailinglist:

<quote>

Hi everybody,

The CMakeLists.txt file under src/bindings/rtt creates warnings with cmake 2.8
during Makefile generation, and it finally fails to install due to missing
"orocos-bfl_toolkit-${OROCOS_TARGET}.pc" file.

I corrected this file so everything goes well with the option OROCOS_PLUGIN
activated.

All the best,
Florent

<quote>

[Bug 750] bfl's orocos plugin fails to install with cmake 2.8

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=750

Tinne De Laet <tinne [dot] delaet [..] ...> changed:

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

--- Comment #4 from Tinne De Laet <tinne [dot] delaet [..] ...> 2010-01-28 10:18:23 ---
Reverted trunk for patch of attachment#580 and applied patch of attachement
#581 to solve bug #750 ("bfl's orocos plugin fails to install with cmake 2.8")

svn commit
Sending src/bindings/rtt/CMakeLists.txt
Transmitting file data .
Committed revision 31380.

Applied patch of attachment #581 to dataAssociationBranch to solve bug #750
("bfl's orocos plugin fails to install with cmake 2.8")

svn commit
Sending src/bindings/rtt/CMakeLists.txt
Transmitting file data .
Committed revision 31381.

Applied patch of attachement #581 to branch-0.7 to solve bug #750 ("bfl's
orocos plugin fails to install with cmake 2.8")

svn commit
Sending src/bindings/rtt/CMakeLists.txt
Transmitting file data .
Committed revision 31382.

[Bug 750] bfl's orocos plugin fails to install with cmake 2.8

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=750

Tinne De Laet <tinne [dot] delaet [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #580 is|0 |1
obsolete| |

--- Comment #3 from Tinne De Laet <tinne [dot] delaet [..] ...> 2010-01-28 10:11:19 ---
Created an attachment (id=581)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=581)
patch to solve bug #750

Just remembered that some while ago Markus send me a patch pointing out exactly
the same problem. Unfortunately I forgot to apply it.
Therefor: a new patch (thanks Markus).

I still get a warning when making BFL after the patch. Will have a look at it
after my PhD :)

Tinne