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

2012-06-25 Thread Andreas Pakulat
Hi, On Tue, Jun 26, 2012 at 12:14 AM, Sohail Shafii wrote: > 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 sources? > Yes, exactly,

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

2012-06-25 Thread Sohail Shafii
To: Sohail Shafii Cc: "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 wrote: Thanks. What it is apparently doing is including the argument

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 wrote: > 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 bootstrap/configuration > phase. > > The p

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

2012-06-25 Thread Sohail Shafii
hough. Sohail From: Andreas Pakulat To: Sohail Shafii Cc: "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 wrote: Hi, > > >

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 wrote: > 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 > /home/***/src/cmake-2.8

[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 mis