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
I get compilation errors when using the latest release, but the code has been fixed. When will the next release be released? It's been more than a year since the release.
D:\b\g2o\src\230806_git-93792713b9.clean\g2o\core\optimizable_graph.cpp(483): error C2039: 'join': is not a member of 'fmt'
D:\installed\x86-windows\include\fmt/ostream.h(25): note: see declaration of 'fmt'
D:\b\g2o\src\230806_git-93792713b9.clean\g2o\core\optimizable_graph.cpp(483): error C3861: 'join': identifier not found
D:\b\g2o\src\230806_git-93792713b9.clean\g2o\core\optimizable_graph.cpp(483): error C2672: 'spdlog::logger::error': no matching overloaded function found
D:\installed\x86-windows\include\spdlog/logger.h(252): note: could be 'void spdlog::logger::error(const T &)'
The text was updated successfully, but these errors were encountered:
I get compilation errors when using the latest release, but the code has been fixed. When will the next release be released? It's been more than a year since the release.
The text was updated successfully, but these errors were encountered: