Re: [CMake] ccmake is not getting installed

2013-01-29 Thread Bill Hoffman
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 la

Re: [CMake] ccmake is not getting installed

2013-01-29 Thread Michael Jackson
On Jan 29, 2013, at 10:38 AM, Bill Hoffman wrote: > On 1/29/2013 10:29 AM, Pradeep Jha wrote: >> Hello, >> >> I do have the ncurses.h file >> > > Can you run cmake like this and send me the log. (off the list it will be > big.) > > cmake -DCMAKE_FIND_DEBUG_MODE=TRUE --trace > > -- > Bill

Re: [CMake] ccmake is not getting installed

2013-01-29 Thread Bill Hoffman
On 1/29/2013 10:29 AM, Pradeep Jha wrote: Hello, I do have the ncurses.h file Can you run cmake like this and send me the log. (off the list it will be big.) cmake -DCMAKE_FIND_DEBUG_MODE=TRUE --trace -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@ki

Re: [CMake] ccmake is not getting installed

2013-01-29 Thread Pradeep Jha
Hello, I do have the ncurses.h file - [root@83 cmake-2.8.10.2]# locate ncurses.h /usr/include/ncurses.h /usr/include/ncurses/ncurses.h /usr/include/ncursesw/ncurses.h --

Re: [CMake] ccmake is not getting installed

2013-01-29 Thread Bill Hoffman
On 1/29/2013 4:06 AM, Pradeep Jha wrote: Hello, I have attached the cmake-run.out file with this email. Also the output for all the commands that you suggested is attached below. You are missing the header files for curses, not the libraries. You need the headers to compile against the libra

Re: [CMake] ccmake is not getting installed

2013-01-29 Thread Pradeep Jha
Hello, I have attached the cmake-run.out file with this email. Also the output for all the commands that you suggested is attached below. Thanks --- [root@83 build]# /usr/local/bin/cmake ./../cmake-2.8.10.2 Curses librari

Re: [CMake] ccmake is not getting installed

2013-01-29 Thread Eric Noulard
2013/1/29 Pradeep Jha : > Hello, > > I installed cmake without ncurses. It is version 2.8.10.2 and CentOS 5.4 > --- > [root@83 cmake-2.8.10.2]# cmake --version > cmake version 2.8.10.2 > [root@83 ~]# cat /etc/redhat

Re: [CMake] ccmake is not getting installed

2013-01-29 Thread Pradeep Jha
Hello, I installed cmake without ncurses. It is version 2.8.10.2 and CentOS 5.4 --- [root@83 cmake-2.8.10.2]# cmake --version cmake version 2.8.10.2 [root@83 ~]# cat /etc/redhat-release CentOS release 5.4 (Final) -

Re: [CMake] ccmake is not getting installed

2013-01-29 Thread Eric Noulard
2013/1/28 Pradeep Jha : > Hello, > > thank you for your replies. > > I mentioned in previous email that I tried this command already and this is > what I am getting as output: > > [root@83 ~]# yum install ncurses-devel [...

Re: [CMake] ccmake is not getting installed

2013-01-28 Thread Pradeep Jha
Eric Noulard writes: > > 2013/1/28 Kornel Benko : > > Am Montag, 28. Januar 2013 um 09:15:58, schrieb Pradeep Jha > > > > > >> > > > >> When I run the bootsrap command, it executes it successfully > > > >> but gives me the following message at the end: > > > >> > > > >> "Curses libraries were

Re: [CMake] ccmake is not getting installed

2013-01-28 Thread Eric Noulard
2013/1/28 Kornel Benko : > Am Montag, 28. Januar 2013 um 09:15:58, schrieb Pradeep Jha > > >> > >> When I run the bootsrap command, it executes it successfully > >> but gives me the following message at the end: > >> > >> "Curses libraries were not found. Curses GUI for CMake will not be built." >

Re: [CMake] ccmake is not getting installed

2013-01-28 Thread Kornel Benko
Am Montag, 28. Januar 2013 um 09:15:58, schrieb Pradeep Jha > > When I run the bootsrap command, it executes it successfully > but gives me the following message at the end: > > "Curses libraries were not found. Curses GUI for CMake will not be built." > To compile, you need the devel-versio

[CMake] ccmake is not getting installed

2013-01-28 Thread Pradeep Jha
Hello, I am trying to install the latest version of cmake on my centos linux machine. [root@83 lib64]# uname -a Linux 83.shin.fluid.cse.nagoya-u.ac.jp 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux -