-
Notifications
You must be signed in to change notification settings - Fork 128
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
Undeclared identifier uint
#3638
Comments
Yeah, uint is not guaranteed to be available across all compilers. You might edit that to be "unsigned int" in the short term. (Or add a typedef, since it also appears in H5VolUtil.c as well.) @guj ? I guess we're not doing windows builds with HDF5? |
Thanks for spotting this. size_t would be enough. I will put a PR on it. |
(cherry picked from commit 59c589e)
@eschnett did you furthermore encounter / work-around
? |
I don't recall seeing that error. I am using a patch that replaces |
* release_29: Allow Span in files opened for Append crusher,ci: set unique env per pipeline fixed #3638 CI,windows: change MSMPI URL Bump requests from 2.28.1 to 2.31.0 in /docs docs: update whatsnew ci,crusher: minor tweaks ci,olcf,crusher: enable Crusher CI ci,ascent: enable ascent builds Merge pull request #3623 from vicentebolea/kokkos-use-nvcc-wrapper BP5: fixes memory error with IBM XL
I am configuring ADIOS2 2.9.0 with HDF5 1.14.0 on Windows. This leads to an undefined identifier error in line 40 of file
source/h5vol/H5VolUtil.h
:uint
is not defined.The text was updated successfully, but these errors were encountered: