[Insight-developers] ccmake and curses

Andy Cedilnik andy.cedilnik@kitware.com
12 Nov 2002 08:18:17 -0500


Hi Ross,

Do the following:
In cmake binary directory, check the following things:

cat CMakeCache.txt | grep CURSES

If you see something like:
CURSES_LIBRARY:FILEPATH=/usr/lib/libcurses.so

then ccmake should be created. Also, go to CMake-bin/Source/CursesDialog
and type make.

			Andy

On Mon, 2002-11-11 at 21:12, Ross Whitaker wrote:
> I have CMake compiled, installed, and running, but the make/install does
> not make a "ccmake".  I have ncurses installed, and the cmake scripts make
> no complaint. 
> 
> Does anyone know why cmake would refuse to make ccmake?  Is there any way
> to force it to?