Re: [Paraview] Query on ccmake for building Paraview

2017-02-09 Thread Bishwajit Dutta
Chuck and Ben, Thank you for responses. I did the below as per your suggestion for cmake 2.8.8 but still I am facing compilation problems. ​1) set BUILD_CursesDialog=ON. 2) installed ​ libncurses5-dev 3) Installed qt4 then got compilation error:

Re: [Paraview] Query on ccmake for building Paraview

2017-02-08 Thread Chuck Atkins
Hi Bishwajit, I believe the curses interface will get built by default if it can find ncurses so you're probably missing the ncurses development libraries. Try installing the libncurses-dev package and then re-configuring and building CMake. - Chuck On Wed, Feb 8, 2017 at 8:51 AM, Ben Boeckel

Re: [Paraview] Query on ccmake for building Paraview

2017-02-08 Thread Ben Boeckel
On Wed, Feb 08, 2017 at 02:10:27 -0500, Bishwajit Dutta wrote: > I had the below query. Thanks to pls help out. > > I wanted to build Paraview 4.0.1 source on my 64 bit ubuntu system. I need > to > configure options to build with mesa and I read that this is to be done > with ccmake. > > Now I

[Paraview] Query on ccmake for building Paraview

2017-02-07 Thread Bishwajit Dutta
Hi All, I had the below query. Thanks to pls help out. I wanted to build Paraview 4.0.1 source on my 64 bit ubuntu system. I need to configure options to build with mesa and I read that this is to be done with ccmake. Now I compiled cmake 2.8.8 and 3.7.0 but I cannot see any ccmake getting