<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I have described another possible solution, if you build a ParaView from sources, in comment to issue mentioned above:<div class=""><a href="https://gitlab.kitware.com/paraview/paraview/issues/17751" class="">https://gitlab.kitware.com/paraview/paraview/issues/17751</a></div><div class=""><br class=""></div><div class="">Copying it here: </div><div class=""><div class="">Another possible solution for those who builds a ParaView from sources:</div><div class="">Enable VTK_USE_SYSTEM_PROTOBUF option when configuring with cmake. </div><div class=""><br class=""></div><div class="">cmake -DCMAKE_PREFIX_PATH=/home/bodrin/Qt5.10.0/5.10.0/gcc_64_lib/cmake -DVTK_USE_SYSTEM_PROTOBUF=ON ...</div><div class=""><br class=""></div><div class="">Not need to remove something or else. Make sure you have protobuf-compiler and libprotobuf-dev packages installed from repository.</div><div class="">Perform a clean build or remove generated <a href="http://vtkPVMessage.pb.cc" class="">vtkPVMessage.pb.cc</a> and vtkPVMessage.pb.h</div><div class=""><div><br class=""></div></div></div></body></html>