Re: [Paraview] New HDF5 based reader

2010-08-20 Thread Reuter, Michael A.
Subject: Re: [Paraview] New HDF5 based reader Hi Michael, This compile error should be fixed now. You should update Paraview to the latest version and also do a 'git submodule update' to update Xdmf. Commit 1ea84e6b53e6290f28993f64a844ca8fadbfbae8 Include string.h for XdmfSetStringMacro

Re: [Paraview] New HDF5 based reader

2010-08-10 Thread Reuter, Michael A.
functions are being included, but the compiler doesn't think so. Michael -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Monday, August 09, 2010 13:24 To: Reuter, Michael A. Cc: paraview@paraview.org Subject: Re: [Paraview] New HDF5 based reader Hmm

[Paraview] New HDF5 based reader

2010-08-09 Thread Reuter, Michael A.
Hi, I have been working at trying to get a NeXus (www.nexusformat.orghttp://www.nexusformat.org) file read into ParaView. The NeXus format is HDF5 based and this seems to be the source of the current problem that I'm encountering. When I try to open a NeXus file via this call:

Re: [Paraview] New HDF5 based reader

2010-08-09 Thread Utkarsh Ayachit
Hmm, looks like your plugin is linking against a system installed HDF5. Did you change the ParaView to use the same? Otherwise ParaView brings in its own version of HDF5 and the two can't work together. To ensure that ParaView and your plugin uses the same HDF5, set the cmake variable