[Insight-users] git clone missing files?
David Doria
daviddoria+itk at gmail.com
Tue Aug 3 18:49:01 EDT 2010
I ran:
git clone git://itk.org/ITK.git
and then built ITK with no apparently issues. However, I then went to
ran some of my code and got lots of "missing file" errors.
Examples of missing files include:
itkScalarImageToListAdaptor.h
itkSampleMeanShiftClusteringFilter.h
Searching for these files in my ITK src directory returns nothing:
[doriad at localhost ITK]$ pwd
/home/doriad/src/ITK
[doriad at localhost ITK]$ find . -name itkSampleMean*
[doriad at localhost ITK]$
These files seem to still exist (according to
http://www.itk.org/Doxygen/html/classitk_1_1Statistics_1_1SampleMeanShiftClusteringFilter.html).
Any idea why these files didn't get downloaded during the clone?
Thanks,
David
More information about the Insight-users
mailing list