[Insight-developers] Borland compiler
Miller, James V (CRD)
millerjv@crd.ge.com
Thu, 31 Jan 2002 15:06:31 -0500
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