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

Undefined type error when building in cuda.cuh #17

Open
Merlotec opened this issue Oct 14, 2024 · 2 comments
Open

Undefined type error when building in cuda.cuh #17

Merlotec opened this issue Oct 14, 2024 · 2 comments

Comments

@Merlotec
Copy link

I get the error:

.../build/_deps/flamegpu2-src/include/flamegpu/detail/cuda.cuh(111): error: namespace "std" has no member "uint64_t"

when I follow the build according to the instructions. Managed to resolve the issue by including cstdint.

@Robadob
Copy link
Member

Robadob commented Oct 15, 2024

Thanks for the report.

It appears this was patched 6 months ago over in FLAMEGPU/FLAMEGPU2@fa07fa9

This template is pinned to the latest release which was back in January, hence it's behind. I'll make sure this is discussed with colleagues to see how high a priority it is to resolve.

You can set FLAMEGPU_VERSION within CMake to any commit hash or branch (e.g. master) of FLAMEGPU2 to override this.

@Robadob
Copy link
Member

Robadob commented Oct 24, 2024

I'll make sure this is discussed with colleagues to see how high a priority it is to resolve.

On Tuesday it was agreed that we'll try and push out the next release around the 5th November, this and other dependent repositories should be updated soon after.

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

2 participants