Re: [CMake] Trying to compile cmake with local copy of ncurses library

2012-06-26 Thread Andreas Pakulat
Hi, On Tue, Jun 26, 2012 at 12:14 AM, Sohail Shafii sohailsha...@yahoo.comwrote: I'm sorry but I don't quite understand the first sentence in your response. How would I run my locally-built cmake for the cmake sources? Do you mean try to use cmake to generate a makefile for the cmake

[CMake] Trying to compile cmake with local copy of ncurses library

2012-06-25 Thread Sohail Shafii
Hi, I am currently on a machine that I do not have admin access to. As such, I have to install my libraries locally inside of my home directory, which I did do for ncurses (since I like to use ccmake). Now when I run the bootstrap program for cmake, it does not complain about ncurses being

Re: [CMake] Trying to compile cmake with local copy of ncurses library

2012-06-25 Thread Andreas Pakulat
Hi, On Mon, Jun 25, 2012 at 11:25 PM, Sohail Shafii sohailsha...@yahoo.comwrote: Hi, [ 49%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_arg.c.o In file included from /home/***/src/cmake-2.8.8/Source/CursesDialog/form/form.priv.h:34, from

Re: [CMake] Trying to compile cmake with local copy of ncurses library

2012-06-25 Thread Sohail Shafii
From: Andreas Pakulat ap...@gmx.de To: Sohail Shafii sohailsha...@yahoo.com Cc: cmake@cmake.org cmake@cmake.org Sent: Monday, June 25, 2012 3:32 PM Subject: Re: [CMake] Trying to compile cmake with local copy of ncurses library Hi, On Mon, Jun 25, 2012 at 11:25 PM, Sohail Shafii sohailsha

Re: [CMake] Trying to compile cmake with local copy of ncurses library

2012-06-25 Thread Andreas Pakulat
Hi, On Mon, Jun 25, 2012 at 11:48 PM, Sohail Shafii sohailsha...@yahoo.comwrote: Thanks. What it is apparently doing is including the argument: -I/home/***/local/include/ncurses. It should be -I/home/***/local/include. I'm not sure why it generates the former during the

Re: [CMake] Trying to compile cmake with local copy of ncurses library

2012-06-25 Thread Sohail Shafii
sohailsha...@yahoo.com Cc: cmake@cmake.org cmake@cmake.org Sent: Monday, June 25, 2012 3:53 PM Subject: Re: [CMake] Trying to compile cmake with local copy of ncurses library Hi, On Mon, Jun 25, 2012 at 11:48 PM, Sohail Shafii sohailsha...@yahoo.com wrote: Thanks. What it is apparently doing