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

Scott, W Alan wascott at sandia.gov
Wed Sep 21 17:14:31 EDT 2016


Ben,
You are correct.  After adding my own zlib, this worked.

Working on OLD clusters is always entertaining!

Alan

-----Original Message-----
From: Ben Boeckel [mailto:ben.boeckel at kitware.com] 
Sent: Thursday, September 08, 2016 7:16 AM
To: Scott, W Alan <wascott at sandia.gov>
Cc: paraview-developers at paraview.org
Subject: Re: [EXTERNAL] Re: [Paraview-developers] Compile errors

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