Re: complie error of rtab-map
Posted by matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/complie-error-of-rtab-map-tp49p174.html
There are some libraries (VTK, Boost) with not the same version. Don't know if these are the problems, but here the biggest differences that I can see:
-The link errors are about PCL libraries.
-PCL is built in Debug mode (see pcl_*_debug.lib).
-PCL binaries are x64 or x86? Which is the version?
-The cmake is launch in a x86 cmd window because "CMAKE_INSTALL_PREFIX = C:/Program Files (x86)/RTABMap". On x64, it should be "CMAKE_INSTALL_PREFIX = C:/Program Files/RTABMap".