[Insight-developers] help with hdf5 module on 64-bit sun

Brad King brad.king at kitware.com
Mon Apr 25 09:55:59 EDT 2011


On 04/23/2011 01:32 PM, Gaëtan Lehmann wrote:
> The compilation error is with gcc 32 bits.
> _LARGEFILE64_SOURCE has to be defined to have off64_t defined.

Yes, but the code that tries to use off64_t is guarded by a preprocessor
test "H5_SIZEOF_OFF64_T==8".  Somehow the test for off64_t's existence
and size is inconsistent with the defines/includes present at the point
the error occurs.  Does CMakeFiles/CMake*.log mention H5_SIZEOF_OFF64_T?

-Brad


More information about the Insight-developers mailing list