[Insight-developers] Can't find CMakeSystemConfig.cmake

Paul Hughett hughett@mercur.uphs.upenn.edu
Tue, 19 Jun 2001 15:40:58 -0400


I've just updated CMake and Insight from the repository.  Building and
installing CMake appears to be okay, except for the permissions errors.
Running CMake on Insight seems to work okay.  But when I try to do
make on Insight, I get the following error:

[hughett@mercur Insight.bin]$ make
/usr/local/bin/cmake -S/home/hughett/work/Insight -O/home/hughett/work/Insight.bin -H/home/hughett/work/Insight -B/home/hughett/work/Insight.bin
CMake Error: error can not open file /home/hughett/work/Insight.bin/CMakeSystemConfig.cmake
make: *** [cmake.depends] Error 255

and discover that the desired file does not exist in either Insight.bin or
Insight:

[hughett@mercur Insight.bin]$ ls -l /home/hughett/work/Insight.bin/CMakeSystemConfig.cmake
ls: /home/hughett/work/Insight/CMakeSystemConfig.cmake: No such file or directory

Am I doing something wrong, or is there a bug in the repository?

Paul Hughett