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

Not building under arch #485

Closed
benallard opened this issue May 5, 2023 · 0 comments · Fixed by #486
Closed

Not building under arch #485

benallard opened this issue May 5, 2023 · 0 comments · Fixed by #486

Comments

@benallard
Copy link
Contributor

benallard commented May 5, 2023

I believe we got a newer version of glibc last week (2.37-3), and it seems since that version, the package is not building anymore.

It is complaining immediatly about missing import for uint32_t:

[  0%] Building CXX object src/CMakeFiles/ale.dir/common/ColourPalette.cpp.o
In file included from /home/ben/aur/python-ale-py/src/Arcade-Learning-Environment-0.8.1/src/common/ColourPalette.cpp:16:
/home/ben/aur/python-ale-py/src/Arcade-Learning-Environment-0.8.1/src/common/ColourPalette.hpp:34:3: error: ‘uint32_t’ does not name a type
   34 |   uint32_t getRGB(int val) const;
      |   ^~~~~~~~
/home/ben/aur/python-ale-py/src/Arcade-Learning-Environment-0.8.1/src/common/ColourPalette.hpp:21:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
   20 | #include <string>
  +++ |+#include <cstdint>
   21 |

Did I just messed-up a flag, or that's to be expected?

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.

1 participant