-
Notifications
You must be signed in to change notification settings - Fork 88
file_utils.cpp: add a missing <cstdint> include #820
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
Conversation
Sorry for the long delay in responding to this. The codebase appears to be compiling cleanly with gcc 13, and I can't see anything in |
@guidotack I do not have gcc13 now, but I will try building with gcc14 without this patch and let you know. |
We have added a fix in MacPorts in macports/macports-ports@0c89f31 |
This is a strange error. It points to the error being the |
@Dekker1 You can find a lot of similar errors reported and fixed in different ports (for different platforms). Random example on Linux: micknoise/Maximilian#140 |
Fix building with gcc13