Compile fails with a message:
too few arguments to function ‘herr_t H5Oget_info_by_name3(...
Solution add H5O_INFO_ALL to all calls, because for the current library (as of 2024 end of April) shifted calling H5get_infor_by_name3, which needs 5 parameters, not 4.
After this the library compiled and loaded in R, I need to test the rest.
Compile fails with a message: too few arguments to function ‘herr_t H5Oget_info_by_name3(...
Solution add H5O_INFO_ALL to all calls, because for the current library (as of 2024 end of April) shifted calling H5get_infor_by_name3, which needs 5 parameters, not 4. After this the library compiled and loaded in R, I need to test the rest.