<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    In a win32 XP on a virtual box (clean install), visual c++ 2008,
    cmake 2.8.8, git .&nbsp; Building using SuperBuild and tag version
    3.98.0. I put an extra field in the file (Projects/paraview.cmake)
    to add my plugin as PARAVIEW_EXTERNAL_PLUGIN_DIRS&nbsp; (line 33 +&nbsp;&nbsp;&nbsp;
    -DPARAVIEW_EXTERNAL_PLUGIN_DIRS:STRING=${EXTRA_PLUGIN})<br>
    <br>
    but the build process stops in VC++ 2008&nbsp; this is are the error
    messages.<br>
    <br>
    1&gt;-- Plugin: VaporPlugin - Plugin to read NCAR VDR files :
    Disabled<br>
    1&gt;-- Plugin: VRPlugin - Virtual Reality Devices and Interactor
    styles : Disabled<br>
    1&gt;-- Plugin: PXDMFReader - Plugin to treat PXDMF files : Enabled<br>
    1&gt;CMake Error at CMake/ParaViewPluginsMacros.cmake:182
    (add_subdirectory):<br>
    1&gt;&nbsp; add_subdirectory given source
    "c:/paraview/ParaviewPXDMFReader//" which is<br>
    1&gt;&nbsp; not an existing directory.<br>
    1&gt;Call Stack (most recent call first):<br>
    1&gt;&nbsp; CMakeLists.txt:552 (pv_process_plugins)<br>
    1&gt;-- Configuring incomplete, errors occurred!<br>
    1&gt;Project : error PRJ0019: A tool returned an error code from
    "Performing configure step for 'paraview'"<br>
    1&gt;Build log was saved at
    <a class="moz-txt-link-rfc2396E" href="file://c:\paraview\build\paraview.dir\Release\BuildLog.htm">"file://c:\paraview\build\paraview.dir\Release\BuildLog.htm"</a><br>
    1&gt;paraview - 1 error(s), 0 warning(s)<br>
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========<br>
    <br>
    I tried changing the name of the directory to 8.3 windows format a
    adding or deleting the trailing "/" at the end and changing also the
    "/" by "\".<br>
    <br>
    CMakeCache.txt attached in the mail.<br>
    <br>
    Any idea to solve this problem.<br>
    <br>
    <pre class="moz-signature" cols="72">
-- 
Felipe Bordeu Weldt
Ing&eacute;nieur de Recherche
-------------------------------------
T&eacute;l. : 33 (0)2 40 37 16 57
Fax. : 33 (0)2 40 74 74 06
<a class="moz-txt-link-abbreviated" href="mailto:Felipe.Bordeu@ec-nantes.fr">Felipe.Bordeu@ec-nantes.fr</a>
Institut GeM - UMR CNRS 6183
&Eacute;cole Centrale Nantes
1 Rue de La No&euml;, 44321 Nantes, FRANCE
-------------------------------------


<font color="#330033">
</font></pre>
    <pre class="moz-signature" cols="72"><font color="#330033">fbordeu@PC-LMM29-WIN32 /c/paraview/ParaViewSuperbuild (master)
$ git diff
diff --git a/Projects/paraview.cmake b/Projects/paraview.cmake
index a6a475c..63b95cb 100644
--- a/Projects/paraview.cmake
+++ b/Projects/paraview.cmake
@@ -33,6 +33,7 @@ add_external_project(paraview
     -DVISIT_BUILD_READER_CGNS:BOOL=${cgns_ENABLED}
     -DVISIT_BUILD_READER_Silo:BOOL=${silo_ENABLED}
     -DVTK_USE_SYSTEM_HDF5:BOOL=${hdf5_ENABLED}
+    -DPARAVIEW_EXTERNAL_PLUGIN_DIRS:STRING=${EXTRA_PLUGIN}
     # since VTK mangles all the following, I wonder if there's any point in
     # making it use system versions.
 #    -DVTK_USE_SYSTEM_FREETYPE:BOOL=${ENABLE_FREETYPE}
diff --git a/versions.cmake b/versions.cmake
index 38f5ecb..21222cb 100644
--- a/versions.cmake
+++ b/versions.cmake
@@ -96,7 +96,7 @@ add_revision(mesa

 add_revision(paraview
   GIT_REPOSITORY git://paraview.org/ParaView.git
-  GIT_TAG "master")
+  GIT_TAG "v3.98.0")

 if (TRUST_SVN_CERTIFICATES_AUTOMATICALLY)
   add_revision(diy




</font></pre>
    <br>
  </body>
</html>