Hi everybody,
I get this when I try to configure Orocos using Corba (TAO):
TAO Headers found but no tao_idl ! CMake Error at config/FindTAO.cmake:181 (MESSAGE):
Could not find TAO. Missing components: IDLCall Stack (most recent call first):
config/FindCorba.cmake:14 (find_package) config/check_depend.cmake:356 (find_package) CMakeLists.txt:133 (INCLUDE)Which path do I have to set in cmake for finding tao idl? which file is used for this? I tried using the path to the tao idl libraries (tao_idl.lib...)
thanks!