Hello,
I am trying to install Paraview with source code and following the steps as:
1: git pull source code - directory name is paraview
2. to build in paraview in separate directory - directory name
paraview-build
3. from inside the paraview-build directory ccmake ../paraview
4. Try to configure but error related to VTK
5. So checked that VTK directory is there in paraview but empty
6. git pull VTK source code in paraview/VTK
7. ccmake ../paraview
8. No VTK error but error related to protobuf:
CMake Error at
VTK/CMake/vtkModuleMacros.cmake:934 (add_subdirectory):
add_subdirectory given source
"vtkprotobuf" which is not an existing
directory.
Call Stack (most recent call first):
ThirdParty/protobuf/CMakeLists.txt:40
(vtk_module_third_party)
CMake Error at VTK/CMakeLists.txt:138
(export):
export given target "protobuf" which is
not built by this project.
CMake Error at VTK/CMakeLists.txt:146
(export):
export given target "protoc_compiler"
which is not built by this project.
9. My solution:
created protobuf directory in
/ParaView/VTK/ThirdParty/protobuf and extracted source code of protocol
buffer
Still I am getting same error statements upon configuration.
How do I proceed for successful paraview build.
Regards,
Govind Sharma
PhD Student
Indian Institute of Technology, Delhi
_______________________________________________
Powered by www.kitware.com
ParaView discussion is moving! Please visit https://discourse.paraview.org/ for
future posts.
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
Search the list archives at: http://markmail.org/search/?q=ParaView
Follow this link to subscribe/unsubscribe:
https://public.kitware.com/mailman/listinfo/paraview