Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 908720 Details for
Bug 938156
games-emulation/ppsspp-1.17.1-r1 fails to compile: SpvBuilder.h:236:30: error: uint32_t has not been declared
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
includes cstdint for ext/glslang/SPIRV/SpvBuilder.h b/ext/glslang/SPIRV/SpvBuilder.h
cstdint-for-SpvBuilder.h.patch (text/plain), 627 bytes, created by
tdr
on 2024-11-14 22:37:00 UTC
(
hide
)
Description:
includes cstdint for ext/glslang/SPIRV/SpvBuilder.h b/ext/glslang/SPIRV/SpvBuilder.h
Filename:
MIME Type:
Creator:
tdr
Created:
2024-11-14 22:37:00 UTC
Size:
627 bytes
patch
obsolete
>From 070c7edad68885ab0d7f636140c8c408b490abc4 Mon Sep 17 00:00:00 2001 >From: Ted Rodgers <ted.d.rodgers@gmail.com> >Date: Thu, 14 Nov 2024 17:29:33 -0500 >Subject: [PATCH] add <cstdint> include to ext/glslang/SPIRV/SpvBuilder.h > >--- > ext/glslang/SPIRV/SpvBuilder.h | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/ext/glslang/SPIRV/SpvBuilder.h b/ext/glslang/SPIRV/SpvBuilder.h >index 02e9cf40..40efd59c 100644 >--- a/ext/glslang/SPIRV/SpvBuilder.h >+++ b/ext/glslang/SPIRV/SpvBuilder.h >@@ -56,6 +56,7 @@ namespace spv { > } > > #include <algorithm> >+#include <cstdint> > #include <map> > #include <memory> > #include <set> >-- >2.47.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 938156
:
900577
| 908720