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

Compilation fails with GCC 13 #502

Closed
GaetanLepage opened this issue Jan 13, 2024 · 2 comments · Fixed by #503
Closed

Compilation fails with GCC 13 #502

GaetanLepage opened this issue Jan 13, 2024 · 2 comments · Fixed by #503

Comments

@GaetanLepage
Copy link
Contributor

When trying to install ale-py with GCC13 as a compiler, the build fails with several instances of such error:

note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?

I guess that <cstdint> has now to be explicitly included: https://gcc.gnu.org/gcc-13/porting_to.html

@pseudo-rnd-thoughts
Copy link
Member

Thanks for finding that @GaetanLepage, would you be able to submit a PR fixing the issue?

@GaetanLepage
Copy link
Contributor Author

Thanks for finding that @GaetanLepage, would you be able to submit a PR fixing the issue?

I guess that it would only boil down to adding a bunch of include <cstdint> at the beginning of the right files.
However, I fear that I won't have the time for this during the next few days...

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

Successfully merging a pull request may close this issue.

2 participants