RESOLVED FIXED 250689
WebKitGTK 2.39.4 does not build with GCC 13 due to missing #include in ANGLE
https://bugs.webkit.org/show_bug.cgi?id=250689
Summary WebKitGTK 2.39.4 does not build with GCC 13 due to missing #include in ANGLE
Michael Catanzaro
Reported 2023-01-16 14:19:26 PST
In file included from /builddir/build/BUILD/webkitgtk-2.39.4/Source/ThirdParty/ANGLE/src/compiler/translator/Compiler.h:17, from /builddir/build/BUILD/webkitgtk-2.39.4/Source/ThirdParty/ANGLE/src/compiler/translator/TranslatorESSL.h:10, from /builddir/build/BUILD/webkitgtk-2.39.4/Source/ThirdParty/ANGLE/src/compiler/translator/TranslatorESSL.cpp:7: /builddir/build/BUILD/webkitgtk-2.39.4/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h:127:70: error: 'uint32_t' has not been declared 127 | const sh::ShaderVariable *findField(const std::string &fullName, uint32_t *fieldIndexOut) const; | ^~~~~~~~ Just need to #include cstdint here. Help welcome with upstreaming the change.
Attachments
Michael Catanzaro
Comment 1 2023-01-16 15:03:44 PST
Michael Catanzaro
Comment 2 2023-01-16 15:07:18 PST
EWS
Comment 3 2023-01-16 16:56:49 PST
Committed 258968@main (d318bb461f04): <https://commits.webkit.org/258968@main> Reviewed commits have been landed. Closing PR #8705 and removing active labels.
Radar WebKit Bug Importer
Comment 4 2023-01-16 16:57:16 PST
Note You need to log in before you can comment on or make changes to this bug.