-
Notifications
You must be signed in to change notification settings - Fork 63
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
#include <cstdint>
issue
#201
Comments
Found this post, but no idea how to update to the "source tree" |
this is a pretty common issue when trying to build many upstream projects with gcc >= 13.x (shipped in current since a few weeks), it's explained also on the gcc site itself https://gcc.gnu.org/gcc-13/porting_to.html either you wait for new versions of the upstream software (verifying that are compatible with the rest of our scripts, dependencies or dependees) or you, like you seem to have already done, patch the headers shipped with the sources including cstdint, like most of the times gcc 13.x already suggests you. |
See issue Ponce#201 on GitHub.
I had to
#include <cstdint>
in some C++ files for geos, synergy, and xournalpp. Is it an issue in my Slackware-CURRENT install?The text was updated successfully, but these errors were encountered: