hhoeflin / hdf5r

Other
80 stars 23 forks source link

make_id_char function error #203

Open huangkai0518 opened 1 year ago

huangkai0518 commented 1 year ago

HDF5 is installed. And use dyn.load to load libhdf5_hl.so, set configure.args="-with-hdf5=/hdf5-1.10.5/bin/h5cc" while install.packages. But still failed. Error infomation:

Calls: -> -> decr_count Error in make_id_char(id) : could not find function "make_id_char"

I have find make_id_char function in R/open_objs.R, but don't understand what's going on.