[Paraview] Trouble compilng Paraview

2017-07-02 Thread Quang Ha
Hi all, I have managed to compile Paraview with ffmpeg and Qt5. However, when I tried running the program the following error appears: ibprotobuf FATAL /home/qth20/Utils/paraview/ThirdParty/protobuf/ vtkprotobuf/src/google/protobuf/stubs/common.cc:62] This program requires version 2.6.0 of the Pr

Re: [Paraview] how to build the paraview superbuild with mesa on a cluster (where user is not a root user)

2017-07-02 Thread Ezhilmathi Krishnasamy
Hi, I have almost build it, but getting this error: CMake Warning (dev) at /pdc/vol/anaconda/4.3/py36/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:115 (add_library): ADD_LIBRARY called with SHARED option but the target platform does not support dynamic linking. Building a STATIC library instead.

Re: [Paraview] how to build the paraview superbuild with mesa on a cluster (where user is not a root user)

2017-07-02 Thread Ezhilmathi Krishnasamy
Thanks! Now it shows this kind of error /cfs/klemming/nobackup/k/kriezh/PARAVIEW_SUPER_BUILD/paraview-superbuild> git fetch origin /cfs/klemming/nobackup/k/kriezh/PARAVIEW_SUPER_BUILD/paraview-superbuild> git checkout v5.4.0 HEAD is now at 7c510fe... Update to 5.4.0 /cfs/klemming/nobackup/k/kriez

Re: [Paraview] how to build the paraview superbuild with mesa on a cluster (where user is not a root user)

2017-07-02 Thread Patrick Bégou
Like you, I got this error some months ago when trying to build paraview superbuild: /error: unknown option `is-ancestor'// / It was my git version wich was too old. May be try to compile a more up to date version of git in your home and set the path to access it. I have installed git from h

Re: [Paraview] how to build the paraview superbuild with mesa on a cluster (where user is not a root user)

2017-07-02 Thread Ezhilmathi Krishnasamy
Hi, I have followed these instructions. I am trying to install it where I am not a root user. Can someone help to fix this issue. git clone --recursive https://gitlab.kitware.com/paraview/paraview-superbuild.git cd paraview-superbuild git fetch origin # ensure you have the latest state from th