[Insight-developers] Progress with HDF5 I/O

Brad King brad.king at kitware.com
Thu Apr 21 10:44:57 EDT 2011


On 04/20/2011 04:04 PM, Williams, Norman K wrote:
> Brad King has merged his HDF5 subset into ITK/Modules/ThirdParty, so you
> can now test my HDF5 I/O patches without having to figure out how to build
> the HDF library yourselves.

Can anyone with access to a 64-bit sun machine please look at this error?

http://www.cdash.org/CDash/viewBuildError.php?buildid=998371
H5private.h:757: error: syntax error before "h5_stat_size_t"

The line in question is

        typedef off64_t             h5_stat_size_t;

It is guarded by a H5_SIZEOF_OFF64_T==8 preprocessor test but somehow
the test for off64_t and the system headers that have been included
by this line are inconsistent.

Thanks,
-Brad


More information about the Insight-developers mailing list