[Insight-developers] Borland compiler
Bill Hoffman
bill.hoffman@kitware.com
Thu, 31 Jan 2002 16:25:52 -0500
I can try it in the morning.
If anyone wants to try this compiler, it is free.
You can get it from here:
http://www.borland.com/bcppbuilder/freecompiler/cppc55steps.html
It seems quite fast.
-Bill
At 03:06 PM 1/31/02 -0500, Miller, James V (CRD) wrote:
>Bill,
>
>At line 64 of Code/Common/itkScaleTransform.h could you break the enum
>into two
>enums, i.e. instead of
>
>enum { SpaceDimension = NDimensions, ParameterDimension = NDimensions };
>
>make it
>
>enum { SpaceDimension = NDimensions };
>enum { ParameterDimension = NDimensions };
>
>and then rebuild
>
>Testing/Code/Common/itkScaleTransformTest.cxx
>
>to see if that fixes the errors on the ScaleTransformTest.
>
>It looks like the Borland compiler is having troubles following a series of
>enums and typedefs down into a function parameter.
>
>Jim
>
>-----Original Message-----
>From: Bill Hoffman [mailto:bill.hoffman@kitware.com]
>Sent: Thursday, January 31, 2002 2:38 PM
>To: insight-developers@public.kitware.com
>Subject: [Insight-developers] Borland compiler
>
>
>I ran an experimental dashboard for the borland compiler.
>There are quite a few errors. Could people take a look and
>see if there are any that are easy to fix?
>
>I will start running a nightly dashboard for this compiler.
>
>
>-Bill
>
>_______________________________________________
>Insight-developers mailing list
>Insight-developers@public.kitware.com
>http://public.kitware.com/mailman/listinfo/insight-developers