[Insight-developers] broken native sun compiler build

William A. Hoffman billlist at nycap.rr.com
Mon Nov 22 14:26:57 EST 2004


I think your changes broke the sun build:

http://www.itk.org/Testing/Sites/dashsun1.kitware/SunOS-CC-5.6/20041121-0500-Nightly/BuildError.html

     <http://www.itk.org/cgi-bin/viewcvs.cgi/Code/Common/itkTriangleCell.h.diff?cvsroot=Insight&r1=1.51&r2=1.52>itkTriangleCell.h Rev: 1.52 by <mailto:jjomier at cs.unc.edu>jjomier
        ENH: Added EvaluatePosition() function. Works only for 3D points.

          <http://www.itk.org/cgi-bin/viewcvs.cgi/Code/Common/itkTriangleCell.txx.diff?cvsroot=Insight&r1=1.36&r2=1.37>itkTriangleCell.txx Rev: 1.37 by <mailto:jjomier at cs.unc.edu>jjomier
        ENH: Added EvaluatePosition() function. Works only for 3D points.

          <http://www.itk.org/cgi-bin/viewcvs.cgi/Code/Common/itkVersion.h.diff?cvsroot=Insight&r1=1.1474&r2=1.1475>itkVersion.h Rev: 1.1475 by <mailto:blezek at crd.ge.com>blezek
        ENH: Nightly version


For this compiler, if you do this:

CoordRepType closestPoint[PointDimension], 

You have to do this: 
 CoordRepType closestPoint[Self::PointDimension], 

-Bill



More information about the Insight-developers mailing list