Page 1 of 1

Errors when building cmake

Posted: Mon 14 Nov 2011, 08:25
by emil
Building cmake is a bit strange. when I download the latest version and follow the readme then I get an error about "CMAKE_ROOT" not defined and a segmentation fault.

Solution was to build with
./bootstrap --prefix=/opt/cmake-2.8.5

Then the install works OK:
/opt/cmake-2.8.5/bin/cmake --version