[CMake] build from cvs failed

David Somers dsomers at trevezel.com
Tue Feb 22 06:34:31 EST 2005


> From: Brad King [mailto:brad.king at kitware.com]
> This is a bug in the CVS version exposed by an in-source build.  We can
> fix it but meanwhile you can work around the problem by doing an
> out-of-source build.  Create a new CMake checkout and build it like this:
>
> $ ls -d CMake
> CMake/
> $ mkdir CMake-build
> $ cd CMake-build
> $ ../CMake/bootstrap
> $ make
> $ make install

Brad,

Thanks for the info... it solved the problem (darn those pesky in-source
builds).

Perhaps somebody could update http://www.cmake.org/HTML/Install.html to
include this.

Cheers from snow-covered Luxembourg,

David



More information about the CMake mailing list