You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/hzx/shit/g2o/g2o/core/optimizable_graph.cpp: In member function ‘bool g2o::OptimizableGraph::verifyInformationMatrices(bool) const’:
/home/hzx/shit/g2o/g2o/core/optimizable_graph.cpp:811:25: error: ‘join’ is not a member of ‘fmt’
811 | fmt::join(ids, " "));
| ^~~~
/home/hzx/shit/g2o/g2o/stuff/logger.h:97:28: note: in definition of macro ‘G2O_WARN’
97 | spdlog::level::warn, VA_ARGS)
| ^~~~~~~~~~~
/home/hzx/shit/g2o/g2o/core/optimizable_graph.cpp:814:25: error: ‘join’ is not a member of ‘fmt’
814 | fmt::join(ids, " "));
| ^~~~
/home/hzx/shit/g2o/g2o/stuff/logger.h:97:28: note: in definition of macro ‘G2O_WARN’
97 | spdlog::level::warn, VA_ARGS)
| ^~~~~~~~~~~
make[2]: *** [g2o/core/CMakeFiles/core.dir/build.make:174:g2o/core/CMakeFiles/core.dir/optimizable_graph.cpp.o] 错误 1
make[1]: *** [CMakeFiles/Makefile2:1138:g2o/core/CMakeFiles/core.dir/all] 错误 2
make: *** [Makefile:156:all] 错误 2
I have installed fmt, but there is a problem.
Can someone tell me the solution?
The text was updated successfully, but these errors were encountered:
/home/hzx/shit/g2o/g2o/core/optimizable_graph.cpp: In member function ‘bool g2o::OptimizableGraph::verifyInformationMatrices(bool) const’:
/home/hzx/shit/g2o/g2o/core/optimizable_graph.cpp:811:25: error: ‘join’ is not a member of ‘fmt’
811 | fmt::join(ids, " "));
| ^~~~
/home/hzx/shit/g2o/g2o/stuff/logger.h:97:28: note: in definition of macro ‘G2O_WARN’
97 | spdlog::level::warn, VA_ARGS)
| ^~~~~~~~~~~
/home/hzx/shit/g2o/g2o/core/optimizable_graph.cpp:814:25: error: ‘join’ is not a member of ‘fmt’
814 | fmt::join(ids, " "));
| ^~~~
/home/hzx/shit/g2o/g2o/stuff/logger.h:97:28: note: in definition of macro ‘G2O_WARN’
97 | spdlog::level::warn, VA_ARGS)
| ^~~~~~~~~~~
make[2]: *** [g2o/core/CMakeFiles/core.dir/build.make:174:g2o/core/CMakeFiles/core.dir/optimizable_graph.cpp.o] 错误 1
make[1]: *** [CMakeFiles/Makefile2:1138:g2o/core/CMakeFiles/core.dir/all] 错误 2
make: *** [Makefile:156:all] 错误 2
I have installed fmt, but there is a problem.
Can someone tell me the solution?
The text was updated successfully, but these errors were encountered: