Can you try pointing PARAVIEW_EXTERNAL_PLUGIN_DIRS to c:/paraview/ (assuming ParaviewPXDMFReader is the only directory under it).
Utkarsh On Thu, Jan 31, 2013 at 5:34 AM, Felipe Bordeu <[email protected]> wrote: > Hello, > > In a win32 XP on a virtual box (clean install), visual c++ 2008, cmake > 2.8.8, git . 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 (line 33 + > -DPARAVIEW_EXTERNAL_PLUGIN_DIRS:STRING=${EXTRA_PLUGIN}) > > but the build process stops in VC++ 2008 this is are the error messages. > > 1>-- Plugin: VaporPlugin - Plugin to read NCAR VDR files : Disabled > 1>-- Plugin: VRPlugin - Virtual Reality Devices and Interactor styles : > Disabled > 1>-- Plugin: PXDMFReader - Plugin to treat PXDMF files : Enabled > 1>CMake Error at CMake/ParaViewPluginsMacros.cmake:182 (add_subdirectory): > 1> add_subdirectory given source "c:/paraview/ParaviewPXDMFReader//" which > is > 1> not an existing directory. > 1>Call Stack (most recent call first): > 1> CMakeLists.txt:552 (pv_process_plugins) > 1>-- Configuring incomplete, errors occurred! > 1>Project : error PRJ0019: A tool returned an error code from "Performing > configure step for 'paraview'" > 1>Build log was saved at > "file://c:\paraview\build\paraview.dir\Release\BuildLog.htm" > 1>paraview - 1 error(s), 0 warning(s) > ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== > > 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 "\". > > CMakeCache.txt attached in the mail. > > Any idea to solve this problem. > > -- > Felipe Bordeu Weldt > Ingénieur de Recherche > ------------------------------------- > Tél. : 33 (0)2 40 37 16 57 > Fax. : 33 (0)2 40 74 74 06 > [email protected] > Institut GeM - UMR CNRS 6183 > École Centrale Nantes > 1 Rue de La Noë, 44321 Nantes, FRANCE > ------------------------------------- > > > > 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 > > > > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
