[Insight-developers] Build broken on Linux 6.2

Brad King brad.king@kitware.com
Tue, 13 Mar 2001 14:14:51 -0500 (EST)


> I just updated to the latest ITK version from the repository, and did
> "configure", "make clean", and "make".  I got the following fatal error
> message almost immediately:
> 
> make[3]: Leaving directory `/home/hughett/work/Insight/Utilities/Cable'
> cd Cable; make -w all
> make[3]: Entering directory `/home/hughett/work/Insight/Utilities/Cable'
> make[3]: *** No rule to make target `sourceParser.o', needed by `generateWrappers'.  Stop.
The problem should be fixed now.  There was a stray makefile left in the
repository from my original development version of Cable before it was
integrated in to the Insight/Utilities directory and built with CMake.
It was confusing the in-place build process.

-Brad