[Insight-developers] make clean fails on Linux

Paul Hughett hughett@mercur.uphs.upenn.edu
Fri, 16 Feb 2001 15:30:09 -0500


I just downloaded the latest from the repository and did make clean in
preparation for configuring and compiling the latest stuff.  What I get
is an error:

...
cd tests; make -w clean
make[6]: Entering directory `/home/hughett/work/Insight/Testing/Code/Numerics/vxl/vnl/tests'
makefile:36: /config/static-tests.mk: No such file or directory
make[6]: *** No rule to make target `/config/static-tests.mk'.  Stop.
...

If I do ./configure and then make clean, I get:

...

CMake Error: Depend: File not found vcl_list.txx
CMake Error: error can not open vcl_list.txx
CMake Error: Depend: File not found vcl_cstring.h
CMake Error: error can not open vcl_cstring.h
CMake Error: Depend: File not found vcl_iosfwd.h
CMake Error: error can not open vcl_iosfwd.h
CMake Error: Depend: File not found vcl_complex_fwd.h
CMake Error: error can not open vcl_complex_fwd.h
CMake Error: Depend: File not found vcl_vector.txx
CMake Error: error can not open vcl_vector.txx
CMake Error: Depend: File not found vcl_cassert.h
CMake Error: error can not open vcl_cassert.h
CMake Error: Depend: File not found vcl_algorithm.txx
CMake Error: error can not open vcl_algorithm.txx
CMake Error: Depend: File not found vcl_cmath.h
CMake Error: error can not open vcl_cmath.h
CMake Error: Depend: File not found vcl_complex.h
CMake Error: error can not open vcl_complex.h
CMake Error: Depend: File not found vcl_cstddef.h
CMake Error: error can not open vcl_cstddef.h
CMake Error: Depend: File not found vcl_complex.txx
CMake Error: error can not open vcl_complex.txx
CMake Error: Depend: File not found vcl_iostream.h
CMake Error: error can not open vcl_iostream.h
CMake Error: Depend: File not found vcl_fstream.h
CMake Error: error can not open vcl_fstream.h
CMake Error: Depend: File not found vcl_cstdio.h
CMake Error: error can not open vcl_cstdio.h
CMake Error: Depend: File not found vcl_cctype.h
CMake Error: error can not open vcl_cctype.h
CMake Error: Depend: File not found vcl_vector.h
CMake Error: error can not open vcl_vector.h
CMake Error: Depend: File not found vcl_algorithm.h
CMake Error: error can not open vcl_algorithm.h
CMake Error: Depend: File not found vcl_new.h
CMake Error: error can not open vcl_new.h
CMake Error: Depend: File not found vcl_functional.h
CMake Error: error can not open vcl_functional.h
CMake Error: Depend: File not found vcl_cstdlib.h
CMake Error: error can not open vcl_cstdlib.h
CMake Error: Depend: File not found vcl_compiler.h
.
.
.

and another page or so of error messages.  Looks like it might be something
as simple as missing an include directory, but it's Friday and I'm tired
enough to let the experts sort it out this time.

Thanks, experts!


Paul Hughett