build ocl v2.0.0 - rtt v2.0.0 not compatible

Hi orocos-dev,

I'm trying to compile both rtt and ocl straight from the gitorious v2.0.0 tags
(I'm not using the bootstrap script)

RTT works fine but ocl does not find orocos-rtt. The problem is that the ocl
CMakeLists.txt contains:

find_package(Orocos-RTT 1.99.5)

which results in a Orocos-RTT_NOTFOUND

replacing it with

find_package(Orocos-RTT 2.0.0)

did the trick.

I'm using cmake 2.8.1.

Are the git tags supposed to be compatible or am I not supposed to build from
the git tags?

Ruben

build ocl v2.0.0 - rtt v2.0.0 not compatible

On Thursday 09 September 2010 13:53:16 Ruben Smits wrote:
> Hi orocos-dev,
>
> I'm trying to compile both rtt and ocl straight from the gitorious v2.0.0
> tags (I'm not using the bootstrap script)
>
> RTT works fine but ocl does not find orocos-rtt. The problem is that the
> ocl CMakeLists.txt contains:
>
> find_package(Orocos-RTT 1.99.5)
>
> which results in a Orocos-RTT_NOTFOUND
>
> replacing it with
>
> find_package(Orocos-RTT 2.0.0)
>
> did the trick.
>
> I'm using cmake 2.8.1.
>
> Are the git tags supposed to be compatible or am I not supposed to build
> from the git tags?

The tags should be compatible, they are the exact representation of the
release.

Probably the major-version mismatch caused this, and it worked here because of
the cmake cache...I still need to setup hudson such that both rtt and ocl are
checked.

We'll have 2.0.1 in a few days :-)

Peter