gaoxiang12 / slambook2

edition 2 of the slambook
MIT License
5.3k stars 1.99k forks source link

CMakeFiles/test_triangulation.dir/test_triangulation.cpp.o: In function `Sophus::SO3Base<Sophus::SO3<double, 0> >::normalize() [clone .part.1600]': test_triangulation.cpp:(.text.unlikely+0x141): undefined reference to `fmt::print(fmt::BasicCStringRef<char>, fmt::ArgList)' test_triangulation.cpp:(.text.unlikely+0x15a): undefined reference to `fmt::print(fmt::BasicCStringRef<char>, fmt::ArgList)' #292

Open MohanreddyMummareddy opened 8 months ago

MohanreddyMummareddy commented 8 months ago

When trying to make the CH13.

image

C-H-Chien commented 6 months ago

The newer version of g2o depends on fmt library. Install fmt to get rid of the issue.