[CMake] ccmake is not getting installed

Bill Hoffman bill.hoffman at kitware.com
Tue Jan 29 22:02:23 EST 2013


On 1/29/2013 8:56 PM, Pradeep Jha wrote:
> I printed both CURSES_NCURSES_LIBRARY  AND NOT  CURSES_CURSES_LIBRARY
> and they were respectively "/usr/lib64/libncurses.so.5" and
> "/usr/lib64/libcurses.so" and so  the variable CURSES_USE_NCURSES was
> set to False. I didnt know what to do so I forced the last variable to
> true after this statement. This seems to have installed the latest
> version of ccmake.

OK, so it found curses on your machine and ncurse, but you do not have 
the curses.h header file so it failed.  I think this is fixed in more 
recent versions of cmake.  So, you could have bootstrapped maybe or just 
gone into the cache and set the curses header file path.

I added the cmake mailing list back into the cc.
>
> --------------------------------------------------------------------------
> [root at 83 cmake-2.8.10.2]# ccmake --version
> ccmake version 2.8.10.2
> --------------------------------------------------------------------------
>
> However, I will use it now to install another thing and see if I really
> succeeded.
>
> Please let me know if you have any ideas that what will be a better fix.
> Thanks


-- 
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
bill.hoffman at kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573


More information about the CMake mailing list