make all KTaskBrowser can't find ControlTaskC.h

Hello,

I'm new to Orocos. When I try to install KTaskBrowser and come to the
point of 'make all' I get the error that it can't find 'ControlTaskC.h'.
If I'm correct that file is only available 1.0.x.
(http://www.orocos.org/stable/documentation/rtt/v1.0.x/api/html/dir_10ceeaee2ec004adcf33a8f72b315112.html)

I did install the newer version 1.2.x, and this file is not contained in
the corba/ directory? Does this mean that KTaskBrowser is not compatible
to 1.2.x? Or do I do something wrong... probably ;)

Ofcourse I can just add the file from older version, but I'm wondering
if that's meant to be.

Hope that you can help me out

Marten Lootsma

make all KTaskBrowser can't find ControlTaskC.h

Quoting Marten Lootsma <m [dot] lootsma [..] ...>:

> Hello,
>
> I'm new to Orocos. When I try to install KTaskBrowser and come to the
> point of 'make all' I get the error that it can't find
> 'ControlTaskC.h'. If I'm correct that file is only available 1.0.x.
> (http://www.orocos.org/stable/documentation/rtt/v1.0.x/api/html/dir_10ceeaee2ec004adcf33a8f72b315112.html)

This file is generated by the tao_idl executable. In debian, this is
the tao-idl
package. Maybe the configure process did not detect it correctly ?
Which version of ktaskbrowser did you download ? Did you try the
1.2.0-pre0 release
? I need to urgently finalise that
release :-/

>
> I did install the newer version 1.2.x, and this file is not contained
> in the corba/ directory? Does this mean that KTaskBrowser is not
> compatible to 1.2.x? Or do I do something wrong... probably ;)

the KTaskBrowser is compatible with all RTT 1.x versions. It seems it is less
compatible with your build environment :-)

>
> Ofcourse I can just add the file from older version, but I'm wondering
> if that's meant to be.

That won't help and will only lead to a CrashBrowser.

Peter