Skip to content
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

Open
HuidaeCho opened this issue Jun 15, 2023 · 2 comments
Open

#include <cstdint> issue #201

HuidaeCho opened this issue Jun 15, 2023 · 2 comments

Comments

@HuidaeCho
Copy link
Contributor

I had to #include <cstdint> in some C++ files for geos, synergy, and xournalpp. Is it an issue in my Slackware-CURRENT install?

@HuidaeCho
Copy link
Contributor Author

HuidaeCho commented Jun 15, 2023

Found this post, but no idea how to update to the "source tree"

@Ponce
Copy link
Owner

Ponce commented Jun 18, 2023

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.
if you have already assembled patches that can be used while running the interested SlackBuild they are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants