hello while building a plugin against an installed version of 3.10.1, I ran into the problem that the file vtk_libhdf5_mangle.h wasn't found anywhere in the install directory, and compilation of my plugin (which includes vtkhdf5/hdf5.h) fails.
I copied it manually from the source directory to the install directory to fix the problem. cp VTK/Utilities/vtkhdf5/src/vtk_libhdf5_mangle.h /path-to-install/include/paraview-3.10/vtkhdf5 I'm not sure if this is a bug or something I did not do correctly. ----------------- Jean M. Favre CSCS _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
