[Insight-developers] dependencies on ct02_oc.crd
Luis Ibanez
luis.ibanez@kitware.com
Wed, 24 Apr 2002 17:00:06 -0400
Hi,
The 10 errors in ct02_oc.crd are related with dependencies.
The Event were modified yesterday, the following files changed:
itkEventObject. h .txx
itkObject.h .cxx
The operator==() was removed from the Events because they
don't have any ivars information to compare.
The method "IsA()" was also removed and replaced by
"CheckEvent()"
It looks like the Examples are not depending on headers from
Code/Common on this machine...
The line:
INCLUDE_REGULAR_EXPRESSION("*")
was already added to the CMakeLists.txt in Insight/Examples
what that should only make a difference with non-ITK headers....
Luis