Toolchain 2.1 can't find base toolkit on Corba

Hello,

I run the helloworld program with the deployer-corba-gnulinux. When I try to connect to this component with ctaskbrowser-gnulinux I get these errors:

0.016 [ ERROR ][TaskContextProxy] Looked up Property string RTT_COMPONENT_PATH: type not known. Check your RTT_COMPONENT_PATH. 0.016 [ ERROR ][TaskContextProxy] Looked up Property bool AutoUnload: type not known. Check your RTT_COMPONENT_PATH. 0.016 [ ERROR ][TaskContextProxy] Looked up Property string Target: type not known. Check your RTT_COMPONENT_PATH. 0.016 [ ERROR ][TaskContextProxy] Looking up Attribute bool: type not known. Check your RTT_COMPONENT_PATH. 0.017 [ ERROR ][TaskContextProxy] Looking up Attribute int: type not known. Check your RTT_COMPONENT_PATH. 0.017 [ ERROR ][TaskContextProxy] Looking up Attribute int: type not known. Check your RTT_COMPONENT_PATH. 0.017 [ ERROR ][TaskContextProxy] Looking up Attribute int: type not known. Check your RTT_COMPONENT_PATH. 0.017 [ ERROR ][TaskContextProxy] Looking up Attribute int: type not known. Check your RTT_COMPONENT_PATH.

   Switched to : helloworld.xml
I build and install RTT and OCL with the cmake method. I use Linux Ubuntu 10.04 lts.

Thanks!

Toolchain 2.1 can't find base toolkit on Corba

I had the same error. In fact, the deployer default RTT_COMPONENT_PATH to
/usr/local/lib/orocos. I don't know why, but the taskbrowser doesn't take
this default so it doesn't find the base toolkit. So, if you define
RTT_COMPONENT_PATH=/usr/local/lib/orocos it should work. However, to my
opinion, it should take the default value like the deployer does.

Philippe

2010/10/25 <ookki [..] ...>

> Hello,
>
> I run the helloworld program with the deployer-corba-gnulinux. When I try
> to connect to this component with ctaskbrowser-gnulinux I get these errors:
>
> 0.016 [ ERROR ][TaskContextProxy] Looked up Property string
> RTT_COMPONENT_PATH: type not known. Check your RTT_COMPONENT_PATH.
> 0.016 [ ERROR ][TaskContextProxy] Looked up Property bool AutoUnload: type
> not known. Check your RTT_COMPONENT_PATH.
> 0.016 [ ERROR ][TaskContextProxy] Looked up Property string Target: type
> not known. Check your RTT_COMPONENT_PATH.
> 0.016 [ ERROR ][TaskContextProxy] Looking up Attribute bool: type not
> known. Check your RTT_COMPONENT_PATH.
> 0.017 [ ERROR ][TaskContextProxy] Looking up Attribute int: type not
> known. Check your RTT_COMPONENT_PATH.
> 0.017 [ ERROR ][TaskContextProxy] Looking up Attribute int: type not
> known. Check your RTT_COMPONENT_PATH.
> 0.017 [ ERROR ][TaskContextProxy] Looking up Attribute int: type not
> known. Check your RTT_COMPONENT_PATH.
> 0.017 [ ERROR ][TaskContextProxy] Looking up Attribute int: type not
> known. Check your RTT_COMPONENT_PATH.
> Switched to : helloworld.xml
>
> I build and install RTT and OCL with the cmake method. I use Linux Ubuntu
> 10.04 lts.
>
> Thanks!
> --
> Orocos-Dev mailing list
> Orocos-Dev [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
>