[Paraview-developers] [EXTERNAL] Re: Compile errors

Ben Boeckel ben.boeckel at kitware.com
Thu Sep 8 09:15:41 EDT 2016


On Thu, Sep 08, 2016 at 02:12:05 +0000, Scott, W Alan wrote:
> Ben - correct.  I am using a system (i.e, I built it) HDF5, but an operating system supplied ZLIB.
> 
> From CMakeCache.txt,
> 
> VTK_USE_SYSTEM_ZLIB:BOOL=OFF
> VTK_USE_SYSTEM_HDF5:BOOL=ON
> 
> 
> Is that bad?  Should I build my own ZLIB?

It appears as though HDF5 is not specifying its zlib dependency properly
which causes links to HDF5 to not find its required zlib bits right.
Using the system zlib should fix that part.

What CMake version are you using?

--Ben


More information about the Paraview-developers mailing list