-
Notifications
You must be signed in to change notification settings - Fork 4.7k
FTBFS with GCC 13 #1281
Comments
May I please ping this? |
GCC 13 is now default in some distros |
Just encountered this on my Arch Linux distribution myself, and they had switched a week ago. Until this issue gets resolved, the workaround is to install GCC 12 (might be labelled as the |
Signed-off-by: Tianyue Ren <[email protected]>
Summary: Due to[ header dependency changes](https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes) in GCC 13, we need to include the <cstdint> header. Pull Request resolved: #1340 Reviewed By: jmp84 Differential Revision: D51602433 Pulled By: alexkosau fbshipit-source-id: cc9bffb276cb00f1db8ec97a36784c484ae4563a
The change in the PR (#1340) supposed to fix this "bug" is not correct (anymore?) : while compiling This is probably because |
Maybe better with the log of the commands used and their output, they are part of a Dockerfile build:
|
Fails with:
due to:
https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes
The text was updated successfully, but these errors were encountered: