We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, the build is failing when run from Msys shell. Cloned back today, updating submodules
Current setup :
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.
_deps/sfml-src/include/SFML/System/String.hpp
#include <cstdint>
Have a good day.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, the build is failing when run from Msys shell.
Cloned back today, updating submodules
Current setup :
cd build
cmake .. -GNinja -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER="g++"
ninja
Error log :
The following error is repeated at multiple places
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.
The text was updated successfully, but these errors were encountered: