[Insight-developers] RE: broken native sun compiler build

Julien Jomier jjomier at cs.unc.edu
Mon Nov 22 14:44:13 EST 2004


Hi Bill,

Thanks a lot for the report. I just put a fix in the repository.
Sorry I missed it on yesterday's dashboard...
Is this machine supposed to show up on the ITK dashboard every day?

Julien

> -----Original Message-----
> From: William A. Hoffman [mailto:billlist at nycap.rr.com] 
> Sent: Monday, November 22, 2004 2:27 PM
> To: insight-developers at itk.org
> Cc: jjomier at cs.unc.edu
> Subject: broken native sun compiler build
> 
> 
> 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?c
vsroot=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?cvsroo
t=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