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@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.hoff...@kitware.com http://www.kitware.com 518 881-4905 (Direct) 518 371-3971 x105 Fax (518) 371-4573 -- 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 CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake