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

Compilation fails with GCC 13 standard library #972

Closed
berquist opened this issue Jul 17, 2023 · 1 comment
Closed

Compilation fails with GCC 13 standard library #972

berquist opened this issue Jul 17, 2023 · 1 comment
Assignees

Comments

@berquist
Copy link
Member

In file included from /home/eric/development/forks/sst/sst-core/src/sst/core/unitAlgebra.h:17,
                 from /home/eric/development/forks/sst/sst-core/src/sst/core/unitAlgebra.cc:14:
/home/eric/development/forks/sst/sst-core/src/sst/core/decimal_fixedpoint.h:44:22: error: ‘uint32_t’ does not name a type
   44 |     static constexpr uint32_t storage_radix      = 100000000;
      |                      ^~~~~~~~
/home/eric/development/forks/sst/sst-core/src/sst/core/decimal_fixedpoint.h:21:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
   20 | #include <limits>
  +++ |+#include <cstdint>
   21 | #include <sstream>

This is with Clang 15, but it still uses the GNU standard library.

@berquist
Copy link
Member Author

Done in #973.

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

1 participant