Errors when building cmake

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
emil
Posts: 633
Joined: Tue 10 Nov 2009, 08:36
Location: Austria
Contact:

Errors when building cmake

#1 Post 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

Post Reply