[Paraview] plugin (pv-meshless) compilation issue

Dan Lussier dtlussier at gmail.com
Sat Jul 23 13:59:28 EDT 2011


I am trying to compile a plugin (pv-meshless in this case) but am
running into what I think is a Paraview related issue.

I have just pulled the most recent git master and rebuilt Paraview,
but now as I go to rebuild the associated plugins I get this output:

[Lots more output]
-- Generate module: vtkMomentsOfInertiaFilter
-- Generate module: vtkExtractValueFilter
-- Generate module: vtkExtractDataOverTime
-- Generate module: vtkMultiBlockExtractDataOverTime
-- Generate module: vtkProbeFileReader
Scanning dependencies of target pv_meshless
[ 52%] Building CXX object
pv-meshless/CMakeFiles/pv_meshless.dir/qrc_pv_meshless.cxx.o
[ 53%] Building CXX object
pv-meshless/CMakeFiles/pv_meshless.dir/pqSPHManagerPanel.cxx.o
/... /Meshless-Plugins/pv-meshless/pqSPHManagerPanel.cxx:33:47: error:
vtkProcessModuleConnectionManager.h: No such file or directory
make[2]: *** [pv-meshless/CMakeFiles/pv_meshless.dir/pqSPHManagerPanel.cxx.o]
Error 1
make[1]: *** [pv-meshless/CMakeFiles/pv_meshless.dir/all] Error 2
make: *** [all] Error 2

I took a look and indeed I do not have
vtkProcessModuleConnectionManager.h, while I have a number of related
files (eg. vtkProcessModuleConnectionManager.cxx.o) within my Paraview
source directory.

Is there something I can do when building Paraview to ensure that this
file is present, or gets generated?

Many thanks.


More information about the ParaView mailing list