On Wed, 21 Jun 2006 16:44:17 +0200, Mike Wells <[EMAIL PROTECTED]> wrote:

I am a total newbie in the Linux installation world. I am trying to install cmake under fedora core 5. When I run ./bootstrap in Cmake directory I get:
loading initial cache file
/root/ITK/itksnap_build/cmake/CMake/Bootstrap.cmk/InitialCacheFlags.cmake
-- Check for working C compiler: /usr/bin/cc -- works
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Using Buildname: Linux-g++
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
CURSES_INCLUDE_PATH

-- Configuring done
---------------------------------------------
CMake has bootstrapped.  Now run make.

I am using bash shell. Now my question is how and were do I set the
CURSES_INCLUDE_PATH?

Thank you for the help in advance.
Mike


Fedora core 5 seems to have a rpm package for cmake.
running "yum install cmake" as root should do the job.

If you can't log as root, try to run "./configure && make". I build the package that way for mandriva.

Gaetan



--
Gaëtan Lehmann
Biologie du Développement et de la Reproduction
INRA de Jouy-en-Josas (France)
tel: +33 1 34 65 29 66    fax: 01 34 65 29 09
http://voxel.jouy.inra.fr
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to