Rtt v2.0.0 config problem

Hey,

The RTT version tagged v2.0.0 on git://gitorious.org/orocos-toolchain/rtt.git
gives me the following cmake error while configuring:

...
-- serialization
Boost found in /usr/include
-- Could NOT find Xerces (missing: XERCES_C_LIBRARY
XERCES_DEPDOM_LIBRARY XERCES_INCLUDE_DIR)
Orocos target is gnulinux
-- Found PTHREAD
-- Detected gcc4: 4.4.4

-- Found Doxygen: /usr/bin/doxygen
-- Found Doxygen -- API documentation can be built
TLSF settings: -DUSE_SBRK -DUSE_MMAP -D_GNU_SOURCE -DTLSF_STATISTIC
Building MQueue Transport library (Requires Boost >= 1.37.0).
CMake Error at tests/CMakeLists.txt:61 (CONFIGURE_FILE):
configure_file Problem configuring file

CMake Error at tests/CMakeLists.txt:63 (CONFIGURE_FILE):
configure_file Problem configuring file

-- Configuring incomplete, errors occurred!

Do others also experience this problem?

regards,

Steven

Rtt v2.0.0 config problem

On Thu, Sep 9, 2010 at 10:20 AM, Steven Bellens <
steven [dot] bellens [..] ...> wrote:

> Hey,
>
> The RTT version tagged v2.0.0 on git://
> gitorious.org/orocos-toolchain/rtt.git
> gives me the following cmake error while configuring:
>
> ...
> -- serialization
> Boost found in /usr/include
> -- Could NOT find Xerces (missing: XERCES_C_LIBRARY
> XERCES_DEPDOM_LIBRARY XERCES_INCLUDE_DIR)
> Orocos target is gnulinux
> -- Found PTHREAD
> -- Detected gcc4: 4.4.4
>
> -- Found Doxygen: /usr/bin/doxygen
> -- Found Doxygen -- API documentation can be built
> TLSF settings: -DUSE_SBRK -DUSE_MMAP -D_GNU_SOURCE -DTLSF_STATISTIC
> Building MQueue Transport library (Requires Boost >= 1.37.0).
> CMake Error at tests/CMakeLists.txt:61 (CONFIGURE_FILE):
> configure_file Problem configuring file
>
>
> CMake Error at tests/CMakeLists.txt:63 (CONFIGURE_FILE):
> configure_file Problem configuring file
>
>
> -- Configuring incomplete, errors occurred!
>
>
> Do others also experience this problem?
>

You're probably using Xerces 3.x, right?. This is the third time this issue
pops in the ML. The following patch fixes it. It should probably be applied
in the next bugfix of RTT as well.

best,

Adolfo

> regards,
>
> Steven
> --
> Orocos-Dev mailing list
> Orocos-Dev [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
>

Rtt v2.0.0 config problem

2010/9/9 Steven Bellens <steven [dot] bellens [..] ...>:
> Hey,
>
> The RTT version tagged v2.0.0 on git://gitorious.org/orocos-toolchain/rtt.git
> gives me the following cmake error while configuring:
>
> ...
> --   serialization
> Boost found in /usr/include
> -- Could NOT find Xerces  (missing:  XERCES_C_LIBRARY
> XERCES_DEPDOM_LIBRARY XERCES_INCLUDE_DIR)
> Orocos target is gnulinux
> -- Found PTHREAD
> -- Detected gcc4: 4.4.4
>
> -- Found Doxygen: /usr/bin/doxygen
> -- Found Doxygen -- API documentation can be built
> TLSF settings:  -DUSE_SBRK -DUSE_MMAP -D_GNU_SOURCE -DTLSF_STATISTIC
> Building MQueue Transport library (Requires Boost >= 1.37.0).
> CMake Error at tests/CMakeLists.txt:61 (CONFIGURE_FILE):
>  configure_file Problem configuring file
>
>
> CMake Error at tests/CMakeLists.txt:63 (CONFIGURE_FILE):
>  configure_file Problem configuring file
>
>
> -- Configuring incomplete, errors occurred!
>
>
> Do others also experience this problem?

I should also mention that issueing cmake a second time does complete fine.

>
> regards,
>
> Steven
>