Trouble installing RTT 1.6.0

Thanks for the new version!
I have a little bit of trouble installing it:
- I do not have CPPUnit installed and do not want to compile the tests. If I follow the quick installation instructions, I get an error message due to that. In 1.4.1, this problem does not occur. I have solved it by running ccmake
- I also do not have TAO and ACE installed. Therefore, CMake gives errors. I do not want to use Corba. How to configure for this? I cannot seem to find an option in ccmake to turn Corba off. Has this changed?

Best regards, Theo.

Trouble installing RTT 1.6.0

On Friday 10 October 2008 13:22:39 t [dot] j [dot] a [dot] devries [..] ... wrote:
> Thanks for the new version!
> I have a little bit of trouble installing it:
> - I do not have CPPUnit installed and do not want to compile the tests. If
> I follow the quick installation instructions, I get an error message due to
> that. In 1.4.1, this problem does not occur. I have solved it by running
> ccmake -

Thanks for reporting. I fixed this, if cppunit is not found, the tests are
skipped.

> I also do not have TAO and ACE installed. Therefore, CMake gives
> errors. I do not want to use Corba. How to configure for this? I cannot
> seem to find an option in ccmake to turn Corba off. Has this changed?

That's strange. Normally, when TAO is not found, ENABLE_CORBA is set to false
(check with ccmake) and no CORBA should be compiled in the RTT.

Peter