[Insight-developers] Build broken on Linux
Paul Hughett
hughett@mercur.uphs.upenn.edu
Mon, 26 Mar 2001 12:28:09 -0500
I just did an update, make clean, configure, and make on Linux (RH
6.2) using an in-source build. I get the following fatal error (after
bypassing a couple of optimization tests that won't compile):
make[4]: Entering directory `/home/hughett/work/Insight/Testing/Code/Common'
/home/hughett/work/Insight/CMake/Source/CMakeBuildTargets `cd .; pwd`/CMakeLists.txt -S`cd .; pwd` -O`pwd` -H/home/hughett/work/Insight -B/home/hughett/work/Insight
CMake Error: error cannot find dependencies for itkTransform.h
CMake Error: error cannot find dependencies for itkTransform.h
make[4]: *** [CMakeTargets.make] Error 255
Paul Hughett