-
Notifications
You must be signed in to change notification settings - Fork 836
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
Build failing with GCC13 on master commit #3139
Comments
arcady-lunarg
added a commit
to arcady-lunarg/glslang
that referenced
this issue
Feb 21, 2023
This change also cleans up some ifdef'd code for no longer supported versions of MSVC. Fixes: KhronosGroup#3139
This is not MinGW specific, but GCC 13. See https://gcc.gnu.org/gcc-13/porting_to.html. |
Ah thanks for clarifying, makes sense. |
DeadSix27
changed the title
MinGW build failing on latest master commit
Build failing with GCC13 on master commit
Feb 27, 2023
Hi. Just a gentle prompt to please apply the patch asap. Without it some mingw based builds systems, including MABS, cannot build your product ... which is a great deal less than ideal :) |
arcady-lunarg
added a commit
to arcady-lunarg/glslang
that referenced
this issue
May 15, 2023
This change also cleans up some ifdef'd code for no longer supported versions of MSVC. Fixes: KhronosGroup#3139
arcady-lunarg
added a commit
to arcady-lunarg/glslang
that referenced
this issue
May 15, 2023
This change also cleans up some ifdef'd code for no longer supported versions of MSVC. Fixes: KhronosGroup#3139
arcady-lunarg
added a commit
that referenced
this issue
May 15, 2023
This change also cleans up some ifdef'd code for no longer supported versions of MSVC. Fixes: #3139
hansemro
added a commit
to hansemro/scopehal-docs
that referenced
this issue
Dec 2, 2023
This addresses a glslang build issue on 1.3.224 with GCC 13 (not specific to MINGW) due to missing cstdint include. Bump to a more recent (and tested) SDK in doc to resolve glslang build issue. KhronosGroup/glslang#3139
hansemro
added a commit
to hansemro/scopehal-docs
that referenced
this issue
Dec 2, 2023
This addresses a glslang build issue on 1.3.224 with GCC 13 (not specific to MINGW) due to missing cstdint include. Bump to a more recent (and tested) SDK in doc to resolve glslang build issue. Reference: KhronosGroup/glslang#3139
kd-11
pushed a commit
to kd-11/glslang
that referenced
this issue
Dec 11, 2023
This change also cleans up some ifdef'd code for no longer supported versions of MSVC. Fixes: KhronosGroup#3139
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
glslang/glslang/MachineIndependent/SymbolTable.h:70:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
Somewhere it forgets to include cstdint, I'm using latest MinGW commit and GCC13.0.1
The text was updated successfully, but these errors were encountered: