OCL build errors, rtt/types/RealTimeToolkit.hpp gone

Dear List

[ 0%] Built target message
[ 2%] Building CXX object
ocl/CMakeFiles/orocos-ocl-common-gnulinux.dir/ocltoolkit.cpp.o
/home/mk/src/git/gitorocos/orocos-ocl/ocl/ocltoolkit.cpp:26:41: error: rtt/types/RealTimeToolkit.hpp: No such file or directory
make[2]: ***
[ocl/CMakeFiles/orocos-ocl-common-gnulinux.dir/ocltoolkit.cpp.o] Error 1
make[1]: *** [ocl/CMakeFiles/orocos-ocl-common-gnulinux.dir/all] Error 2
make: *** [all] Error 2

Seems like a bunch of headers changed.

Markus

OCL build errors, rtt/types/RealTimeToolkit.hpp gone

On Wednesday 30 June 2010 15:38:09 Markus Klotzbuecher wrote:
> Dear List
>
> [ 0%] Built target message
> [ 2%] Building CXX object
> ocl/CMakeFiles/orocos-ocl-common-gnulinux.dir/ocltoolkit.cpp.o
> /home/mk/src/git/gitorocos/orocos-ocl/ocl/ocltoolkit.cpp:26:41: error:
> rtt/types/RealTimeToolkit.hpp: No such file or directory make[2]: ***
> [ocl/CMakeFiles/orocos-ocl-common-gnulinux.dir/ocltoolkit.cpp.o] Error 1
> make[1]: *** [ocl/CMakeFiles/orocos-ocl-common-gnulinux.dir/all] Error 2
> make: *** [all] Error 2
>
> Seems like a bunch of headers changed.

Yep, should have included <rtt/types/TypekitPlugin.hp

I'll fix these and release 1.99.4. with fixes for all reported issues of the
last days. I'm pushing regularly to the github repos.

I also had to make some changes in the transport plugin API in order to make
the corba and mqueue transports true plugins (was not so in beta3).

Same issue for the 'ocltoolkit.cpp' file, which still uses the
'StartStopManager' to load the typekit (ie needs linking with user app to load
types) instead of the TypekitPlugin class (ie being picked up by
PluginLoader).

Peter