envire / envire-envire_core

Core part for the Environment Representation library
BSD 2-Clause "Simplified" License
7 stars 13 forks source link

Building tests not possible under MSYS2 + gcc 5.3.0 #17

Closed mmaurus closed 8 years ago

mmaurus commented 8 years ago

A missing semicolon in test_envire_graph, line 510 prevents the tests from compiling. Further, I get a lot of undefined references to envire in link phase.

It would also be nice to make the tests optional in cmake.

arneboe commented 8 years ago

You get that error because there was a semicolon missing. No idea why it compiles on gcc 4.8.4 without problems. Maybe boost specializes the macros for different compiler versions. Anyhow, it is fixed now.