[Bug 719] New: RTT does not provide IDL file for Orocos Types

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

Summary: RTT does not provide IDL file for Orocos Types
Product: RTT
Version: rtt-trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Corba
AssignedTo: orocos-dev [..] ...
ReportedBy: kiwi [dot] net [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Prevents KDL from using any RTT IDL type within the KDL IDL file.

[Bug 719] RTT does not provide IDL file for Orocos Types

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

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

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

--- Comment #2 from Peter Soetens <peter [..] ...> 2009-10-27 11:32:16 ---
(In reply to comment #1)
> Created an attachment (id=524)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=524)
> Install OrocosTypes.idl file

I don't understand, why does the present line:
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/rtt-corba-config.h ${IDLS}
DESTINATION include/rtt/corba )

in corba/CMakeLists.txt not work for you ? All idl files should be installed
already.

Peter

[Bug 719] RTT does not provide IDL file for Orocos Types

On Oct 27, 2009, at 06:32 , Peter Soetens wrote:

> https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=719
>
>
> Peter Soetens <peter [..] ...> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Resolution| |INVALID
> Status|NEW |RESOLVED
>
>
>
>
> --- Comment #2 from Peter Soetens <peter [..] ...>
> 2009-10-27 11:32:16 ---
> (In reply to comment #1)
>> Created an attachment (id=524)
> --> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=524)
>> Install OrocosTypes.idl file
>
> I don't understand, why does the present line:
> INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/rtt-corba-config.h ${IDLS}
> DESTINATION include/rtt/corba )
>
> in corba/CMakeLists.txt not work for you ? All idl files should be
> installed
> already.

Interesting ... I overlooked that. And obviously something is wrong as
there were no IDL files in any of my installs prior to my patch. Let
me look at it again ...
S

[Bug 719] RTT does not provide IDL file for Orocos Types

On Oct 27, 2009, at 07:55 , S Roderick wrote:

> On Oct 27, 2009, at 06:32 , Peter Soetens wrote:
>
>> https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=719
>>
>>
>> Peter Soetens <peter [..] ...> changed:
>>
>> What |Removed |Added
>> ----------------------------------------------------------------------------
>> Resolution| |INVALID
>> Status|NEW |RESOLVED
>>
>>
>>
>>
>> --- Comment #2 from Peter Soetens <peter [..] ...>
>> 2009-10-27 11:32:16 ---
>> (In reply to comment #1)
>>> Created an attachment (id=524)
>> --> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=524)
>>> Install OrocosTypes.idl file
>>
>> I don't understand, why does the present line:
>> INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/rtt-corba-config.h ${IDLS}
>> DESTINATION include/rtt/corba )
>>
>> in corba/CMakeLists.txt not work for you ? All idl files should be
>> installed
>> already.
>
> Interesting ... I overlooked that. And obviously something is wrong as
> there were no IDL files in any of my installs prior to my patch. Let
> me look at it again ...

It is because I'm tracking your github, and not SVN. Your git repo 1.x
branch doens't have this (though 2.x does), and installs no IDL files.

While we continue to have 2 separate repo's, this is going to happen
again. How do you suggest dealing with this?

Stephen

[Bug 719] RTT does not provide IDL file for Orocos Types

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

--- Comment #1 from S Roderick <kiwi [dot] net [..] ...> 2009-10-26 20:24:55 ---
Created an attachment (id=524)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=524)
Install OrocosTypes.idl file