[Insight-developers] caleb.crd : may need a "make clean"
Luis Ibanez
luis.ibanez@kitware.com
Mon, 15 Apr 2002 14:01:29 -0400
Hi,
Caleb.crd is showing the following warning:
ld: warning: symbol `itk::AffineTransform<double, 2> virtual table' has differing sizes:
(file itkConvertBufferTest.o value=0xb0; file itkPNGImageIOTest.o value=0xb8);
itkConvertBufferTest.o definition taken
The signature of AffineTransform<> was changed
yesterday to support the GetParameters() methods for
the RegistrationFramework.
It looks likt caleb.crd is keeping part of ITK libraries
with the old signature of the AffineTransform<>.
Luis