|
PDL::IO::HDF5 currently won't compile with later versions of HDF5 (v1.8.0+). Adding -DH5_USE_16_API to ccflags in Makefile.PL seems to solve this problem (for me at least) by compiling against the old-style API. Would it be possible/sensible to add this fix in? |