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

Build fails on Msys2 #414

Open
Ena-Shepherd opened this issue Nov 9, 2023 · 0 comments
Open

Build fails on Msys2 #414

Ena-Shepherd opened this issue Nov 9, 2023 · 0 comments

Comments

@Ena-Shepherd
Copy link

Hello, the build is failing when run from Msys shell.
Cloned back today, updating submodules

Current setup :

  • Msys2 MinGW64
  • gcc/g++ 13.2.0
  • My SSVOpenHexagon fork (synced from develop to latest passing CI commit)
  • cd build
  • cmake .. -GNinja -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER="g++"
  • ninja

Error log :

The following error is repeated at multiple places

error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'?
  270 |     std::basic_string<std::uint8_t> toUtf8() const;
      |                            ^~~~~~~
      |                            wint_t

Inside _deps/sfml-src/include/SFML/System/String.hpp

Does it have to do with the failing CI on SFML fork ?
Adding #include <cstdint> inside SFML doesn't solve the problem.

Have a good day.

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

1 participant