Hello, I try to compil paraview with the CVS sources. I made changes to successfully compile. These changes are : - comment the line paraview_build_optional_plugin(H5PartReader "Reader for *.h5part files" H5PartReader ON) in Plugins/CMakeList.txt because there is no directory Plugins/H5PartReader; - add " include <string.h>" in files : Utilities/Xdmf2/libsrc/XdmfDataDesc.h and Utilities/Xdmf2/libsrc/XdmfH5Driver.cxx.
I compile with gcc version 4.3.3 on Ubuntu. Regards, Didier 2009/10/12 Didier Roissé <[email protected]> > Thanks Berk > I have tried with the version 3.6.1 of paraview. And I have a compilation > problem for Xdmf. > So I try with the cvs source as you propose. I'll tell you the result > > Didier > > 2009/10/12 Berk Geveci <[email protected]> > > * Grab cvs ParaView >> * Set PARAVIEW_USE_SYSTEM_HDF5 to ON >> * Set the HDF5 library and include path so that they point to your build >> of hdf5 >> >> Good luck, >> -berk >> >> On Mon, Oct 12, 2009 at 12:39 PM, Didier Roissé <[email protected]> >> wrote: >> > Hello, >> > I am developing a Paraview reader plugin for a hdf file format. I want >> to >> > use the hdf5 1.8 c library. I configure my CMakeList.txt to build the >> plugin >> > in static for hdf. >> > But when I build Paraview, my plugin is linked with libvtkhdf5.so. And >> this >> > lib is developed on hdf5 1.6 >> > So, when I execute Paraview I have this warning message : >> > >> > " Warning! The HDF5 header files included by this application do not >> match >> > the >> > version used by the HDF5 library to which this application is linked. >> Data >> > corruption or segmentation faults may occur if the application is >> > allowed to continue. You can, at your own risk, disable this check by >> > setting >> > the environment variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'. >> > Setting it to 2 will suppress the warning totally. >> > Headers are 1.8.3, library is 1.6.5 " >> > >> > What should I do in my CMakeList.txt to remove the link to libvtkhdf5.so >> > when compiling my plugin ? >> > >> > Thanks, >> > >> > Didier >> > >> > _______________________________________________ >> > 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 >> > >> > >> > >
_______________________________________________ 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
