<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
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:<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 "1.0"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SERVER_MANAGER_XML MyPlugin.xml<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SERVER_MANAGER_SOURCES vtkMyPlugin.cxx)<br><br>INCLUDE_DIRECTORIES(/ParaView-3.8.1/VTK)<br><br>but the header files are still not found:<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>find /ParaView-3.8.1/VTK -name vtkMarchingCubesCases.h<br>/ParaView-3.8.1/VTK/Filtering/vtkMarchingCubesCases.h<br><br>And this plugin compiles well with a PV-3.8.0 source installation.<br><br>Any help?<br><br>                                               </body>
</html>