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&#39;ll tell you the result<br><br>Didier<br><br><div class="gmail_quote">
2009/10/12 Berk Geveci <span dir="ltr">&lt;<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt;</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é &lt;<a href="mailto:didier.roisse@gmail.com">didier.roisse@gmail.com</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt; I am developing a Paraview reader plugin for a hdf file format. I want to<br>
&gt; use the hdf5 1.8 c library. I configure my CMakeList.txt to build the plugin<br>
&gt; in static for hdf.<br>
&gt; But when I build Paraview, my plugin is linked with libvtkhdf5.so. And this<br>
&gt; lib is developed on hdf5 1.6<br>
&gt; So, when I execute Paraview I have this warning message :<br>
&gt;<br>
&gt; &quot; Warning! The HDF5 header files included by this application do not match<br>
&gt; the<br>
&gt; version used by the HDF5 library to which this application is linked. Data<br>
&gt; corruption or segmentation faults may occur if the application is<br>
&gt; allowed to continue.  You can, at your own risk, disable this check by<br>
&gt; setting<br>
&gt; the environment variable &#39;HDF5_DISABLE_VERSION_CHECK&#39; to a value of &#39;1&#39;.<br>
&gt; Setting it to 2 will suppress the warning totally.<br>
&gt; Headers are 1.8.3, library is 1.6.5 &quot;<br>
&gt;<br>
&gt; What should I do in my CMakeList.txt to remove the link to libvtkhdf5.so<br>
&gt; when compiling my plugin ?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Didier<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>