stonier / ecl_core

A set of tools and interfaces extending the capabilities of c++ to provide a lightweight, consistent interface with a focus for control programming.
Other
84 stars 70 forks source link

required eigen version on Ros melodic #110

Closed ebimor closed 4 years ago

ebimor commented 4 years ago

Hi there,

On linux 18.04 and ROS melodic, I have a lot of problems with including the ecl headers (specifically ecl_geometry) and the errora that I receive are related to eigen (it's a long list of errors so I don't copy them here). I resolved the issue by downgrading the version of eigen on my system to 3.2.1. Strangely, I can compile everything without any problem on Linux 16.04 and ROS kinetic and eigen version 3.3~beta1-2. So I am not sure what is causing this problem. Is there a way to resolve this without changing Linux eigen version? Any help/hint would be greatly appreciated.

Thanks eigen erros.log

ebimor commented 4 years ago

Closing this issue here. It was a linking issue on my side.