Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 875037 Details for
Bug 917539
media-sound/supercollider-3.13.0 fails to build with gcc13 missing uint32_t
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
uint32_t bug fix
1-fix-uint32_t-gcc-13.patch (text/plain), 297 bytes, created by
Kfir Ozer
on 2023-11-18 04:26:00 UTC
(
hide
)
Description:
uint32_t bug fix
Filename:
MIME Type:
Creator:
Kfir Ozer
Created:
2023-11-18 04:26:00 UTC
Size:
297 bytes
patch
obsolete
>diff --git a/common/SC_PaUtils.cpp b/common/SC_PaUtils.cpp >index e0f562c..9e45c63 100644 >--- a/common/SC_PaUtils.cpp >+++ b/common/SC_PaUtils.cpp >@@ -3,6 +3,7 @@ > #include "SC_PaUtils.hpp" > #include <cstring> > #include <cstdio> >+#include <cstdint> > > #ifdef __APPLE__ > # include <pa_mac_core.h>
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 917539
:
875035
|
875036
| 875037