norlab-ulaval / libpointmatcher

An Iterative Closest Point (ICP) library for 2D and 3D mapping in Robotics
BSD 3-Clause "New" or "Revised" License
1.58k stars 544 forks source link

Failed to build with error "You need libnabo version 1.0.7 or greater" #339

Closed SubMishMar closed 5 years ago

SubMishMar commented 5 years ago

I have installed libnabo from source and while installing libpointmatcher, I get the above error. I will appreciate any help that will help me complete the installation of libpointmatcher.

PhiBabin commented 5 years ago

You probably have another version of libnabo installed. I suggest removing installed version of libnabo and than compiling and installing from source.

SubMishMar commented 5 years ago

Thanks, I removed the concerned files located in /usr/local and re-installed libnabo from source. Now libpointmatcher installs without error. Appreciate the help :).