[Insight-developers] Conflicting itkPointSetToPointSetMetric headers
    Brad King 
    brad.king at kitware.com
       
    Fri Oct  7 11:03:07 EDT 2011
    
    
  
Hi Folks,
This commit:
   http://itk.org/gitweb?p=ITK.git;a=commitdiff;h=3076fe37
added
   Modules/Registration/HighDimensionalMetrics/include/itkPointSetToPointSetMetric.h
   Modules/Registration/HighDimensionalMetrics/include/itkPointSetToPointSetMetric.hxx
but that header name already existed at
   Modules/Registration/Common/include/itkPointSetToPointSetMetric.h
   Modules/Registration/Common/include/itkPointSetToPointSetMetric.hxx
The headers clobber each other in an install tree where they are not
divided by module.  This was exposed by my "TestExternal" build that
builds the module tests against an installed ITK:
   http://www.cdash.org/CDash/viewBuildError.php?buildid=1602106
-Brad
    
    
More information about the Insight-developers
mailing list