Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-22 Thread Nabil Ghodbane
Hi Thanks for the reply. Did someone else manage to get this approach based on the superbuilder machinery on a Centos 7 node? As I wrote it previously the installation works nicely on Ubuntu but fails on CentOS. I will appréciateur any feedback about it. Thanks On Tuesday, February 21, 2017, Ben

Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-22 Thread Ben Boeckel
On Wed, Feb 22, 2017 at 09:37:47 +0100, Nabil Ghodbane wrote: > - I am requesting USE_SYSTEM_hdf5 = OFF > but looking as you suggested in superbuild/paraview/build/CMakeCache.txt, I > can see that VTK_USE_SYSTEM_HDF5:BOOL=TRUE > Shouldn't this be FALSE ? >From ParaView's point of view, it is

Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-21 Thread Nabil Ghodbane
Hi, fine, I started a parallel build on another node using Python 2.7.12, it seems to be compiling so far... As I wrote it previously, the first compilation based on Python 2.7.11 shipped by the superbuilder fails with the following message: do you know by chance whether I do have to switch

Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-21 Thread Ben Boeckel
On Tue, Feb 21, 2017 at 17:57:37 +0100, Nabil Ghodbane wrote: > many thanks for the prompt reply. I should have hit the toggle option :). It's fine, that bug is elusive and a pain to deal with. > No i did not give it a try yet. I will try it and send feedback (I am using > miniconda) > Does this

Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-21 Thread Nabil Ghodbane
Hi, did by chance someone hit this additional issue about missing hdf5 target. I checked that the super build script managed to successfully download the archive: hdf5-1.8.13.tar.gz but it seems, it fails Do I have to switch some additional flag, or is this some issue? thanks -- Found

Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-21 Thread Nabil Ghodbane
hi Ben, many thanks for the prompt reply. I should have hit the toggle option :). No i did not give it a try yet. I will try it and send feedback (I am using miniconda) Does this mean that using non embedded python is still experimental ? thanks Nabil Ghodbane (Ph. D. Habil*.*) Phone: +33 6 34 42

Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-21 Thread Ben Boeckel
> > On Tue, Feb 21, 2017 at 9:25 AM, Nabil Ghodbane > > wrote: > > > OK many thanks,; I am trying to use the Superbuild now. > > > I can see that it is downloading Python 2.7.11. Is there a particular > > reason > > > to use this version instead of the 2.7.12? Haven't

Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-21 Thread Nabil Ghodbane
ok thanks for the hint. I obviously missed this point. I will try again. I tried with the Python which is downloaded by the Paraview builder and i am hiting a new issue about libQtLucene.so Is this a known issue ? Here are my settings: gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) cat

Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-21 Thread Utkarsh Ayachit
On Tue, Feb 21, 2017 at 9:25 AM, Nabil Ghodbane wrote: > OK many thanks,; I am trying to use the Superbuild now. > I can see that it is downloading Python 2.7.11. Is there a particular reason > to use this version instead of the 2.7.12? You can change the superbuild to

Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-21 Thread Nabil Ghodbane
OK many thanks,; I am trying to use the Superbuild now. I can see that it is downloading Python 2.7.11. Is there a particular reason to use this version instead of the 2.7.12? And how can I switch to the latest stable release ? Or is this against the super build approach ? apologize if my question

Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-21 Thread Ken Martin
You need OpenGL version 3.2, try updating mesa to version 12 or later. (11.2 should work also if you are not using OSMesa) Thanks Ken On Tue, Feb 21, 2017 at 8:39 AM, Nabil Ghodbane wrote: > dear experts, > I am trying to compile Paraview 5.2 with gcc 4.8 + Qt 4.8 +

Re: [Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-21 Thread Nabil Ghodbane
In additon to my previous message, if I run Vagrind, I get: ERROR: In /root/ParaView-v5.2.0/VTK/Rendering/OpenGL2/vtkShaderProgram.cxx, line 395 vtkShaderProgram (0x434d1f0): 0:39(12): error: extension `GL_EXT_gpu_shader4' unsupported in fragment shader Nabil Ghodbane (Ph. D. Habil*.*) Phone:

[Paraview] Compiling Paraview 5.2 GCC 4.8 vtkOpenGLRenderWindow.cxx, line 641

2017-02-21 Thread Nabil Ghodbane
dear experts, I am trying to compile Paraview 5.2 with gcc 4.8 + Qt 4.8 + VTK 5.10 + Python 2.7 (available with Miniconda) on a CentOS 7 machine. it compiles well, but I fail to run the Paraview; Paraview starts, but when I try to open a file, I get: ERROR: In