Menu

#1527 Problem when compiling on Windows C::B svn 13656 with gcc 15.1

Undefined
applied
nobody
None
Bug_Report
2025-04-29
2025-04-27
No

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>

1 Attachments

Discussion

  • Miguel Gimenez

    Miguel Gimenez - 2025-04-29
    • status: open --> applied
     
  • Miguel Gimenez

    Miguel Gimenez - 2025-04-29

    Applied in [r13657], thank you.

     

    Related

    Commit: [r13657]


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.