Building from source fails with g++ 14?
Quote from btoland on September 22, 2026, 10:36 pmDebian 13.7.0 arm64 (Apple M3)
g++ (Debian 14.2.0-19) 14.2.0
Build from source fails: "../src/gpsim/value.h:73:24: error: ‘uint64_t’ has not been declared
73 | virtual void get(uint64_t &);" plus many more.Could to be related to g++ 15 no longer automagically including
<cstdint>?? Same for g++ 14?Maybe related: https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659176.html
Debian 13.7.0 arm64 (Apple M3)
g++ (Debian 14.2.0-19) 14.2.0
Build from source fails: "../src/gpsim/value.h:73:24: error: ‘uint64_t’ has not been declared
73 | virtual void get(uint64_t &);" plus many more.
Could to be related to g++ 15 no longer automagically including <cstdint> ?? Same for g++ 14?
Maybe related: https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659176.html
