mannau / h5

Interface to the HDF5 Library
Other
70 stars 22 forks source link

Compile fails: too few arguments to function ‘herr_t H5Oget_info_by_name3 #77

Open tomio13 opened 6 months ago

tomio13 commented 6 months ago

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.