Re: [Paraview] Compile error: unknown type name ‘sigjmp_buf’

2015-02-24 Thread Benedikt Anlauf
Ben Boeckel ben.boeckel at kitware.com writes: On Wed, Feb 18, 2015 at 12:52:30 -0500, John Moore wrote: H5JMP_BUF is not found in CMakeCache.txt, but H5_HAVE_SETJMP_H is, as shown below: Ah, I see that H5JMP_BUF is defined at the top of the file, not by CMake and is controlled by

Re: [Paraview] Compile error: unknown type name ‘sigjmp_buf’

2015-02-18 Thread John Moore
Thanks for the help, Ben. H5JMP_BUF is not found in CMakeCache.txt, but H5_HAVE_SETJMP_H is, as shown below: //Have function setjmp H5_HAVE_SETJMP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h

Re: [Paraview] Compile error: unknown type name ‘sigjmp_buf’

2015-02-18 Thread Ben Boeckel
On Wed, Feb 18, 2015 at 12:52:30 -0500, John Moore wrote: H5JMP_BUF is not found in CMakeCache.txt, but H5_HAVE_SETJMP_H is, as shown below: Ah, I see that H5JMP_BUF is defined at the top of the file, not by CMake and is controlled by H5_HAVE_SIGSETJMP (empty on my Fedora install) or

Re: [Paraview] Compile error: unknown type name ‘sigjmp_buf’

2015-02-18 Thread Ben Boeckel
On Tue, Feb 17, 2015 at 15:14:13 -0500, John Moore wrote: I get the following error when compiling on Ubuntu 14.04 /home/john/local/ParaView/4.3.1/ParaView-v4.3.1-source/VTK/ThirdParty/hdf5/vtkhdf5/src/H5detect.c:149:1: error: unknown type name ‘sigjmp_buf’ static H5JMP_BUF jbuf_g; I've

[Paraview] Compile error: unknown type name ‘sigjmp_buf’

2015-02-17 Thread John Moore
I get the following error when compiling on Ubuntu 14.04 /home/john/local/ParaView/4.3.1/ParaView-v4.3.1-source/VTK/ThirdParty/hdf5/vtkhdf5/src/H5detect.c:149:1: error: unknown type name ‘sigjmp_buf’ static H5JMP_BUF jbuf_g; I've installed HDF5 and its development tools. Any idea how I can fix