-
Notifications
You must be signed in to change notification settings - Fork 212
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
Error building in Arch Linux #765
Comments
The solution is in the error message: add |
@kring There's also a similar error when building Would it also be an option to update the Draco submodule? |
Yes, we'd welcome a pull request to update the Draco submodule as well. |
Adds the `#include <cstdint>` header to a handful of headers to build successfully on linux. Tested Ubuntu 18.04 w/ gcc 14.0, cmake 3.29 This issue is discussed in CesiumGS#765
- Updates draco version to fix build issue with missing includes discussed in this issue: CesiumGS#765 - This PR does not address the missing includes within the Cesium Native library itself. Those are handled in CesiumGS#833
Adds the `#include <cstdint>` header to a handful of headers to build successfully on linux. Tested Ubuntu 18.04 w/ gcc 14.0, cmake 3.29 This issue is discussed in CesiumGS#765
In the Platform: x86_64 Arch Linux, GCC v13.2.1, clang v16.0.6, cmake v3.27.8.
I get the next error building in Arch Linux:
The text was updated successfully, but these errors were encountered: