[Paraview-developers] Development ParaView and Manta

Magician f_magician at mac.com
Sun Oct 21 09:19:18 EDT 2012


Hi all,


I'm trying to build development distribution of ParaView (r2219).
My environment is Mac OS 10.7.4, Xcode 4.3.3, CMake 2.8.9, Python 2.7.1, and Qt 4.8.2.
I only activated ENABLE_PYTHON and the building process successfully finished.

Now I'd like to build it with Manta Plug-in.
I got the latest sources from svn and built it as a stand-alone binary.
It works very good on my X11 (a metallic red ball was shown).

But building with ParaView, I got these errors:
> [ 92%] Built target vtkMantaPythonD
> Linking CXX shared module ../../../lib/vtkMantaPython.so
> [ 92%] Built target vtkMantaPython
> [ 92%] Building CXX object Plugins/Manta/VTK/Testing/CMakeFiles/MantaCxxTests.dir/ColorMap.cxx.o
> /Users/magician/ParaView/Plugins/Manta/VTK/Testing/ColorMap.cxx:19:36: error: vtkRegressionTestImage.h: No such file or directory
> /Users/magician/ParaView/Plugins/Manta/VTK/Testing/ColorMap.cxx: In function ‘int ColorMap(int, char**)’:
> /Users/magician/ParaView/Plugins/Manta/VTK/Testing/ColorMap.cxx:332: error: ‘vtkRegressionTestImage’ was not declared in this scope
> /Users/magician/ParaView/Plugins/Manta/VTK/Testing/ColorMap.cxx:333: error: ‘vtkRegressionTester’ has not been declared
> make[2]: *** [Plugins/Manta/VTK/Testing/CMakeFiles/MantaCxxTests.dir/ColorMap.cxx.o] Error 1
> make[1]: *** [Plugins/Manta/VTK/Testing/CMakeFiles/MantaCxxTests.dir/all] Error 2
> make: *** [all] Error 2


When rebuilding ParaView, I changed these CMake options:
> PARAVIEW_ENABLE_PYTHON: ON
> PARAVIEW_BUILD_PLUGIN_MantaView: ON
> MANTA_SOURCE: /Users/magician/Documents/Manta/trunk/

How can I solve the problem?


Magician


More information about the Paraview-developers mailing list