[Paraview] Compiling 1.0.4 with HDF5

Andy Cedilnik andy . cedilnik at kitware . com
Wed, 17 Dec 2003 17:04:08 -0500


Hi Katherine,

If you have HDF5 on the system, try turning XDMF_SYSTEM_HDF5 and/or
PARAVIEW_USE_SYSTEM_HDF5 to ON.

			Andy

On Wed, 2003-12-17 at 16:53, Katherine Holcomb wrote:
> I'm trying to compile Paraview 1.0.4 with HDF5.  I have an HDF5 library
> on my system and it also appears that Paraview contains the HDF5
> source.  I have tried to use both.  The only obvious question Cmake asks
> about locations for HDF5 is for the path to one include file, nothing
> about the libraries.  The compilation fails with a lot of "undefined
> references" to HDF5 functions.
> 
> Thanks for any help.