Hi Fred, The marching cubes header is in the development tarbal. I am taking a look now into why the headers aren&#39;t automatically included simply by including PARAVIEW_USE_FILE.<br><br><div class="gmail_quote">On Sun, Oct 17, 2010 at 5:01 PM, Fred Fred <span dir="ltr">&lt;<a href="mailto:stan1313@hotmail.fr">stan1313@hotmail.fr</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



<div>
Since nobody was able to help me on the cmake list, may be this is a PV issue?<br>My problem is I do not manage to compile a plugin with the development distribution.<br>After a couple os discussions on the cmake list, my CMakeLists.txt now looks like this:<div class="im">

<br><br>SET(ParaView_DIR /ParaView-Development-3.8.1-Linux-i686/lib/paraview-3.8)<br>FIND_PACKAGE(ParaView REQUIRED)<br>INCLUDE(${PARAVIEW_USE_FILE})<br><br>ADD_PARAVIEW_PLUGIN(MyPlugin &quot;1.0&quot;<br>                                     SERVER_MANAGER_XML MyPlugin.xml<br>

                                     SERVER_MANAGER_SOURCES vtkMyPlugin.cxx)<br><br>INCLUDE_DIRECTORIES(/ParaView-3.8.1/VTK)<br><br></div>but the header files are still not found:<div class="im"><br><br>[ 14%] Generating vtkSMXML_MyPlugin.h<br>

-- Generate module: MyPlugin<br>[ 28%] Generating vtkMyPluginClientServer.cxx<br>Scanning dependencies of target MyPlugin<br>[ 42%] Building CXX object CMakeFiles/MyPlugin.dir/vtkMyPlugin.o<br>/vtk/vtkLocal/MyPlugin2/vtkMyPlugin.cxx:26:35: error:  <br>

vtkMarchingCubesCases.h: Aucun fichier ou dossier de ce type<br><br></div><div class="im">find /ParaView-3.8.1/VTK -name vtkMarchingCubesCases.h<br>/ParaView-3.8.1/VTK/Filtering/vtkMarchingCubesCases.h<br><br></div>And this plugin compiles well with a PV-3.8.0 source installation.<br>

<br>Any help?<br><br>                                               </div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <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: <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></blockquote></div><br>