Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g++13无法编译通过 #58

Open
jiejieTop opened this issue Nov 9, 2023 · 1 comment
Open

g++13无法编译通过 #58

jiejieTop opened this issue Nov 9, 2023 · 1 comment

Comments

@jiejieTop
Copy link

如题:主要是使用了 std::uint8_t std::uint16_t等数据类型

@xiaodong2077
Copy link

xiaodong2077 commented May 21, 2024

  • update 3rdparty/spdlog to the version 1.4.0 or higher(I only test 1.5.0)
  • add #include <cstdint> to sdk_core/logger_handler/file_manager.h
  • add #include <cstdint> to sdk_core/comm/define.h

I have only tested the compilation process on Ubuntu 20.04 with cmake(3.16.3) and g++(13.1.0). Although there are some warning messages, the library compiled successfully. The availability and performance of the library have not yet been tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants