Hi Hans,

Thanks for the feedback.  I will try a fresh build and report back.

ITK_LEGACY_REMOVE is OFF per default.

I see in itkMacro.h:

#if defined( ITK_LEGACY_REMOVE )
// Remove legacy methods completely.  Put a bogus declaration in
// place to avoid stray semicolons because this is an error for some
// compilers.  Using a class forward declaration allows any number
// of repeats in any context without generating unique names.
#define itkLegacyMacro(method) class itkLegacyMethodRemoved /* no ';' */
#elif defined( ITK_LEGACY_SILENT ) || defined( ITK_LEGACY_TEST ) ||
defined( CSWIG )
// Provide legacy methods with no warnings.
#define itkLegacyMacro(method) method

so, does "|| defined( CSWIG )" have something to do with it?

Thanks,
Matt

On Sat, Jun 23, 2012 at 9:07 AM, Johnson, Hans J <hans-john...@uiowa.edu> wrote:
> Matt,
>
> _ZNK3itk16Rigid3DTransformIdE13BackTransformERKNS_15CovariantVectorIdLj3EEE
>                               ^^^^^^^^^^^^^
>
>
> The use of BackTransform is deprecated.
> *
>   * \deprecated Please use GetInverseTransform and then call the forward
>   *   transform using the result.
>
>
> I can not find where this is being picked up?  Is ITK_LEGACY_REMOVE turned
> ON or OFF?
>
> My guess is one of the following:
>        1) A clean build is needed.
>        2) The automatic wrapping system needs to know the status of
> ITK_LEGACY_REMOVE
>        3) The test needs to be re-written to use GetInverseTransform
>
> Hans
>
>
>
>
> On 6/23/12 12:06 AM, "Matt McCormick" <matt.mccorm...@kitware.com> wrote:
>
>>Hi Hans,
>>
>>Do you know how to fix a test failure like this?:
>>
>>   http://open.cdash.org/testDetails.php?test=150903320&build=2381601
>>
>>It appears to be related to the Legacy macros.
>>
>>Thanks,
>>Matt
>
>
>
> ________________________________
> Notice: This UI Health Care e-mail (including attachments) is covered by the 
> Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential 
> and may be legally privileged.  If you are not the intended recipient, you 
> are hereby notified that any retention, dissemination, distribution, or 
> copying of this communication is strictly prohibited.  Please reply to the 
> sender that you have received the message in error, then delete it.  Thank 
> you.
> ________________________________
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-developers

Reply via email to