There is a problem when trying to compile on Windows C::B with gcc 15.1, Msys2 version recently published :
||=== Générer : default dans tidycmt Windows (compilateur : GNU GCC Compiler) ===|
....\include\globals.h|522|error: 'int64_t' does not name a type|
....\include\globals.h|22|note: 'int64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'|
....\include\globals.h|523|error: 'GlobId' does not name a type|
||=== Génération de échoué : 2 erreur(s), 0 avertissement(s) (0 minute(s), 6 seconde(s)) ===|</cstdint></cstdint>
int64_t apparently is now defined in <cstdint>.
Adding this include at the beginning of globals.h (for example at line 12) seems to solve the problem.</cstdint>
Applied in [r13657], thank you.
Related
Commit: [r13657]