OROCOS-RTT_DIR

On Monday 17 January 2011 15:04:01 Dominick Vanthienen wrote:
> Hi,
>
> To solve my previous reported problem, I have to recompile from time to
> time (after make clean)
> When doing so, I always have to do it twice: the first time I get an
> error about OROCOS-RTT_DIR
> The second time, I get just a warning...
> My CMakeList is derived from the one created by the orocreate-pkg script
> (attachement)
> (See below)

It's your use of the FindRTTPlugin macro. I updated it in ocl/toolchain-2.2
such that it takes the RTT_HINTS variable as well. That should fix your issues.

Peter