[Bug 567] New: Does not compile with TAO 1.6

For more infomation about this bug, visit
Summary: Does not compile with TAO 1.6
Product: RTT
Version: rtt-trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Corba
AssignedTo: orocos-dev [..] ...
ReportedBy: sylvain [dot] joyeux [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

The attached patch fixes a few things about trunk not building with TAO 1.6.
Since I do not have TAO 1.5 installed, I cannot say if it is compatible or not.

[Bug 567] Does not compile with TAO 1.6

For more infomation about this bug, visit

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

What |Removed |Added
--------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|--- |1.6.0

--- Comment #4 from Peter Soetens
<peter [dot] soetens [..] ...> 2008-06-11 23:00:09 ---
$ svn ci -m"Applied second patch from bug #567: Does not compile with TAO 1.6.
Removes dead code and fixes link libraries.
"
Sending src/corba/CMakeLists.txt
Sending src/corba/ControlTask.idl
Sending src/corba/ControlTaskI.cpp
Sending src/corba/ControlTaskI.h
Sending src/corba/ControlTaskProxy.cpp
Sending src/corba/ControlTaskProxy.hpp
Transmitting file data ......
Committed revision 29392.

[Bug 567] Does not compile with TAO 1.6

For more infomation about this bug, visit

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

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

--- Comment #3 from Peter Soetens
<peter [dot] soetens [..] ...> 2008-06-10 16:24:53 ---
Created an attachment (id=320)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=320)
Removes dead/commented/#if 0'd code

This patch fixes this bug in a completely different way. The CosProperty code
has been commented out for a long time (even in the idl files), except this one
header you spotted. The extra code in the CMakeLists.txt file is still valid
though.

This patch removes this dead code and includes your CMakeLists.txt changes.

[Bug 567] Does not compile with TAO 1.6

For more infomation about this bug, visit

--- Comment #2 from Sylvain Joyeux <sylvain [dot] joyeux [..] ...> 2008-06-10 15:39:43 ---
Created an attachment (id=318)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=318)
patch fixing the issues

[Bug 567] Does not compile with TAO 1.6

For more infomation about this bug, visit

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

What |Removed |Added
--------------------------------------------------------------------------
CC| |peter [dot] soetens [..] ...

--- Comment #1 from Peter Soetens
<peter [dot] soetens [..] ...> 2008-06-10 12:42:25 ---
(In reply to comment #0)
> The attached patch fixes a few things about trunk not building with TAO 1.6.
> Since I do not have TAO 1.5 installed, I cannot say if it is compatible or not.
>

Clearly, the attachment did not make it.

Peter