[Paraview] Large File Support, stat call in vtkPVServerFileListing::List(const char*, int)

Berk Geveci berk.geveci at gmail.com
Mon Jul 18 16:05:36 EDT 2005


I had to google this. It turns out 64 bit support has to be enable to
work with files larges than 2 GB. For this, these should be added to
compile lines:
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

Try changing CMAKE_CXX_FLAGS and CMAKE_C_FLAGS and recompiling
paraview (wipe out all object files first).

On 7/18/05, Randy Hudson <hudson at mcs.anl.gov> wrote:
> Value too large for defined data type


More information about the ParaView mailing list