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 <[email protected]> wrote: > 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 compiled cmake 2.8.8 and 3.7.0 but I cannot see any ccmake getting > > compiled in bin folder. > > Thanks for letting me know a proper version of cmake which has ccmake. > > You need to set BUILD_CursesDialog=ON. > > --Ben > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
