BIC-MNI / libminc

libminc is the core library and API of the MINC toolkit
Other
19 stars 29 forks source link

Please support HDF5 1.10 where hid_t is 64 bits integer #74

Closed pini-gh closed 8 years ago

pini-gh commented 8 years ago

Hi,

The subject says it all :) There are many place into libminc source code where type int is used in place of hid_t. It badly breaks with HDF5 1.10 where hid_t was promoted to 64 bits integer.

Thanks in advance.

rdvincent commented 8 years ago

This is now fixed in develop.