2011/4/8 eberlid [..] ... <eberlid [..] ...>
> typegen is located at
>
> > /home/eberlid/orocos_toolchain_ros/orogen/build/orocos-toolchain-orogen/bin/typegen >
>
> and the content of the path variable is
>
> > /opt/ros/cturtle/ros/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games >
>
> so it isn't listed in the PATH. I listed it in the .bashrc and tried again.
> Now the error is
>
>
> Building component HelloWorld in library HelloWorld-gnulinux > Generating typekit for HelloWorld... > CMake Error at > /home/eberlid/orocos_toolchain_ros/rtt/install/lib/cmake/orocos-rtt/UseOROCOS-RTT.cmake:253 > (add_subdirectory): > add_subdirectory given source "typekit" which is not an existing > directory. > Call Stack (most recent call first): > CMakeLists.txt:55 (orocos_typegen_headers) > > > -- Configuring incomplete, errors occurred! > make: *** [all] Error 1 >
>
> can you help me with this error?
>
If you're not interested in building typekits, open the CMakeLists.txt and
disable the line that says "orocos_typegen_headers()"
The orocos macro's used to enabled this by default. By default it is
disabled however as of version 2.3.
Regards,
Steven
> Thanks!
> dani
> --
> Orocos-Users mailing list
> Orocos-Users [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-users
>
Re: orocreate-pkg: compile
If you're not interested in building typekits, open the CMakeLists.txt and disable the line that says "orocos_typegen_headers()" The orocos macro's used to enabled this by default. By default it is disabled however as of version 2.3.
Regards,
Steven
It works!
Thanks alot Dani