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 error on GCC 13 due to missing headers #788

Open
yklcs opened this issue May 4, 2024 · 1 comment · May be fixed by graphdeco-inria/diff-gaussian-rasterization#49
Open

Build error on GCC 13 due to missing headers #788

yklcs opened this issue May 4, 2024 · 1 comment · May be fixed by graphdeco-inria/diff-gaussian-rasterization#49

Comments

@yklcs
Copy link

yklcs commented May 4, 2024

GCC 13 does not implicitly include cstdint, which breaks builds.

diff-gaussian-rasterization/cuda_rasterizer/rasterizer_impl.h(24): error: namespace "std" has no member "uintptr_t"
          std::size_t offset = (reinterpret_cast<std::uintptr_t>(chunk) + alignment - 1) & ~(alignment - 1);
@yklcs yklcs changed the title Build broken on GCC 13 Build error on GCC 13 due to missing headers May 4, 2024
@yklcs
Copy link
Author

yklcs commented May 4, 2024

Simple fix: graphdeco-inria/diff-gaussian-rasterization#49

#715 seems to also include the same problem.

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