[Paraview] Problem with paraview and Protocol Buffer version

Artem Bodrin art.bodrin at gmail.com
Wed Feb 14 09:39:19 EST 2018


I have described another possible solution, if you build a ParaView from sources, in comment to issue mentioned above:
https://gitlab.kitware.com/paraview/paraview/issues/17751 <https://gitlab.kitware.com/paraview/paraview/issues/17751>

Copying it here: 
Another possible solution for those who builds a ParaView from sources:
Enable VTK_USE_SYSTEM_PROTOBUF option when configuring with cmake. 

cmake -DCMAKE_PREFIX_PATH=/home/bodrin/Qt5.10.0/5.10.0/gcc_64_lib/cmake -DVTK_USE_SYSTEM_PROTOBUF=ON ...

Not need to remove something or else. Make sure you have protobuf-compiler and libprotobuf-dev packages installed from repository.
Perform a clean build or remove generated vtkPVMessage.pb.cc and vtkPVMessage.pb.h

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/paraview/attachments/20180214/ef5e5a2b/attachment.html>


More information about the ParaView mailing list