slambench
slambench copied to clipboard
makefile error:undefined reference to 'boost_regex'
I tried to build slambench via Makefile, there's nothing wrong with 'make deps' , but I got a problem when I use 'make slambench' like this:
[ 71%] Linking CXX executable ../../../bin/pointcloud_aligner
../../../lib/libslambench-io.a(PointCloud.cpp.o):In function‘char const* boost::re_detail_106501::re_is_set_member<char const*, char, boost::regex_traits<char, boost::cpp_regex_traits
I've already installed boost, and I guess the solution is adding boost_regex to the compiling environment, but I just don't know how to update the Makefile code. Thank you!