-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Compilation in MSYS2/MinGW with GCC 13.1 fails: symbols not declared in this scope #77927
Comments
YuriSizov
pushed a commit
to YuriSizov/godot
that referenced
this issue
Jun 29, 2023
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Aug 28, 2023
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Aug 28, 2023
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 7, 2024
Fixes godotengine#77927. (cherry picked from commit 10676e7)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version
4.0
System information
Windows 10, NVidiaRTX 2070
Issue description
When trying to compile using MinGW with GCC 13.1 compilation fails throwing a bunch of errors like this one:
It looks like the problem comes from third parties: vhacd, openxr and glslang
I've solved the issue by adding:
#include <stdint.h>
to
\thirdparty\vhacd\inc\vhacdManifoldMesh.h
\thirdparty\openxr\src\common\platform_utils.hpp
\thirdparty\glslang\glslang\Include\Common.h
I'm not sure how to proceed after finding the fix...
Steps to reproduce
Try compiling the editor from Master or version 4.0 using MinGW with GCC 13.1
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: