Skip to content

Conversation

listout
Copy link

@listout listout commented Mar 25, 2025

Building with GCC 15 results in

In file included from Util/src/SymSpell/SymSpell.cpp:1: Util/include/Util/SymSpell/SymSpell.h:72:5: error: ‘uint32_t’ does not name a type
72 | uint32_t _compactMask;
| ^~~~~~~~
Util/include/Util/SymSpell/SymSpell.h:32:1: note: ‘uint32_t’ is defined in header ‘’; this is probably fixable by add
ing ‘#include ’
31 | #include
+++ |+#include
32 |

Caught while building lua-language-server with GCC 15 Fix taken from 234c0c8

Building with GCC 15 results in

In file included from Util/src/SymSpell/SymSpell.cpp:1:
Util/include/Util/SymSpell/SymSpell.h:72:5: error: ‘uint32_t’ does not name a type
   72 |     uint32_t _compactMask;
      |     ^~~~~~~~
Util/include/Util/SymSpell/SymSpell.h:32:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; this is probably fixable by add
ing ‘#include <cstdint>’
   31 | #include <vector>
  +++ |+#include <cstdint>
   32 |

Caught while building lua-language-server with GCC 15
Fix taken from 234c0c8

Signed-off-by: Brahmajit Das <[email protected]>
@CppCXY
Copy link
Owner

CppCXY commented Mar 25, 2025

thank you

@CppCXY CppCXY merged commit 8655934 into CppCXY:master Mar 25, 2025
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants