MRPT / mrpt

:zap: The Mobile Robot Programming Toolkit (MRPT)
https://docs.mrpt.org/reference/latest/
BSD 3-Clause "New" or "Revised" License
1.89k stars 627 forks source link

Missing file or naming problem - I am not sure #1235

Closed git-user44 closed 2 years ago

git-user44 commented 2 years ago

cmake_install.cmake references a file called "mrpt-2.4.8/parse-files/ep_eigen3-config.cmake"

it does not exist.

I assume it should really be "mrpt-2.4.8/parse-files/EP_eigen3-config.cmake"

or maybe the cmake file is right and the file is wrongly named. I don't know.

jlblancoc commented 2 years ago

Thanks for reporting.

It was a complicated issue related to not having a system's provided version of Eigen3.

It seems to be fixed now after the commit mentioned above (pushed to develop branch), but please give it a try and reopen if it persists.

If it works, we'll make a new release soon, suitable for packaging.

git-user44 commented 2 years ago

Thanks.

I can confirm those changes work.

jlblancoc commented 2 years ago

Awesome!