I believe during the boostrap cmake reported it could not find the
header files for ncurses on your system.In which case it does not
build the curses interface to cmake.

  sudo apt-get install libncurses5-dev

on a debian system should solve your issue.

2cts

On Fri, Nov 14, 2008 at 3:11 PM, Levine, Zachary <[EMAIL PROTECTED]> wrote:
> I am trying to install a series of packages.   The first two are CMake and 
> VTK.
>
> I installed cmake-2.6.2.  There didn't seem to be any errors with
> ./bootstrap
> gmake
> sudo ./install
>
> When I try to install VTK, it says it doesn't find ccmake.   There is:
>
> /usr/local/bin/cmake
>
> and
>
> $DIR/CMake/cmake-2.6.2/Source/CursesDialog/ccmake.cxx
>
> So is there a ccmake which is missing?   Or is VTK just kidding, and it 
> really want cmake?
>
> Here's my system:
>
> Linux lev.nist.gov 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 
> x86_64 x86_64 GNU/Linux
>
> Thank you,
> Zachary Levine
> _______________________________________________
> CMake mailing list
> CMake@cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>



-- 
Mathieu
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to