Thanks Berk<br>I have tried with the version 3.6.1 of paraview. And I have a compilation problem for Xdmf.<br>So I try with the cvs source as you propose. I'll tell you the result<br><br>Didier<br><br><div class="gmail_quote">
2009/10/12 Berk Geveci <span dir="ltr"><<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
* Grab cvs ParaView<br>
* Set PARAVIEW_USE_SYSTEM_HDF5 to ON<br>
* Set the HDF5 library and include path so that they point to your build of hdf5<br>
<br>
Good luck,<br>
-berk<br>
<div><div></div><div class="h5"><br>
On Mon, Oct 12, 2009 at 12:39 PM, Didier Roissé <<a href="mailto:didier.roisse@gmail.com">didier.roisse@gmail.com</a>> wrote:<br>
> Hello,<br>
> I am developing a Paraview reader plugin for a hdf file format. I want to<br>
> use the hdf5 1.8 c library. I configure my CMakeList.txt to build the plugin<br>
> in static for hdf.<br>
> But when I build Paraview, my plugin is linked with libvtkhdf5.so. And this<br>
> lib is developed on hdf5 1.6<br>
> So, when I execute Paraview I have this warning message :<br>
><br>
> " Warning! The HDF5 header files included by this application do not match<br>
> the<br>
> version used by the HDF5 library to which this application is linked. Data<br>
> corruption or segmentation faults may occur if the application is<br>
> allowed to continue. You can, at your own risk, disable this check by<br>
> setting<br>
> the environment variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.<br>
> Setting it to 2 will suppress the warning totally.<br>
> Headers are 1.8.3, library is 1.6.5 "<br>
><br>
> What should I do in my CMakeList.txt to remove the link to libvtkhdf5.so<br>
> when compiling my plugin ?<br>
><br>
> Thanks,<br>
><br>
> Didier<br>
><br>
</div></div>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
><br>
><br>
</blockquote></div><br>