[Paraview] Query on ccmake for building Paraview

Bishwajit Dutta bdutta at vt.edu
Thu Feb 9 04:43:41 EST 2017


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:
---------------------------------------------------
loading initial cache file
/home/ubuntu/Paraview/cmake-2.8.8/Bootstrap.cmk/InitialCacheFlags.cmake
Curses libraries were not found. Curses GUI for CMake will not be built.
-- Enable ninja generator.
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt4: /usr/bin/qmake (found version "4.8.6")
-- Performing Test QT4_WORKS
-- Performing Test QT4_WORKS - Success
CMake Error: The following variables are used in this project, but they are
set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake
files:
CURSES_CURSES_H_PATH
   used as include directory in directory
/home/ubuntu/Paraview/cmake-2.8.8/Source
   used as include directory in directory
/home/ubuntu/Paraview/cmake-2.8.8/Source
   used as include directory in directory
/home/ubuntu/Paraview/cmake-2.8.8/Source
   used as include directory in directory
/home/ubuntu/Paraview/cmake-2.8.8/Source
   used as include directory in directory
/home/ubuntu/Paraview/cmake-2.8.8/Source
   used as include directory in directory
/home/ubuntu/Paraview/cmake-2.8.8/Source
   used as include directory in directory
/home/ubuntu/Paraview/cmake-2.8.8/Source

-- Configuring incomplete, errors occurred!
---------------------------------------------
Error when bootstrapping CMake:
Problem while running initial CMake
---------------------------------------------
----------------------------------------------------

Also with cmake 2.8.8 I am planning to build Paraview 4.2.0 for ARM
processor with ubuntu . Do you see any potential problem with this?

Thank you.

BR,
Bishwajit
Virginia Tech

================================================================================================

On Wed, Feb 8, 2017 at 8:58 AM, Chuck Atkins <chuck.atkins at kitware.com>
wrote:

> 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 <ben.boeckel at kitware.com>
> 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
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20170209/6341a187/attachment.html>


More information about the ParaView mailing list