[ITK-dev] Compile errors in wiki and sphinx examples after recent changes

Bill Lorensen bill.lorensen at gmail.com
Tue Jul 7 08:48:35 EDT 2015


Hans,

There is a problem with the change. My code will no longer build with
older versions of ITK.
I get:

ITKWikiExamplesNightly/Utilities/FileOutputWindow.cxx:23: error:
'FixedParametersType' is not a member of 'main(int,
char**)::TransformType'

This is not good, unless I'm noising something...

On Mon, Jul 6, 2015 at 4:23 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> Hans,
>
> That was the problem. Just a surprise  for me.
>
> Bill
>
>
> On Mon, Jul 6, 2015 at 8:46 AM, Johnson, Hans J <hans-johnson at uiowa.edu> wrote:
>> Bill,
>>
>> The problem is almost certainly that the variable “parameters” is of type
>> “ParametersType” rather than “FixedParametersType”.
>>
>> // The ITK_FIXED_PARAMETERS_ARE_DOUBLE is intended
>> // to facilitate transition of ITK for those very
>> // rare cases where multiple versions of ITK
>> // may need to be supported simultaneously.
>> #if defined( ITK_LEGACY_REMOVE )
>>   #undef  ITK_FIXED_PARAMETERS_ARE_DOUBLE
>> #else
>>   #define ITK_FIXED_PARAMETERS_ARE_DOUBLE
>>   // #if !defined(ITK_FIXED_PARAMETERS_ARE_DOUBLE)
>>   // typedef ParametersValueType FixedParametersValueType;
>>   // #endif
>> #endif
>>
>>
>> Hans
>>
>>
>>
>> On Jul 6, 2015, at 6:52 AM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
>>
>> Folks,
>>
>> Something in this commit
>>
>> https://open.cdash.org/viewChanges.php?project=Insight&date=2015-07-04
>>
>> is causing these errors:
>>
>> https://open.cdash.org/viewBuildError.php?onlydeltap&buildid=3887517
>>
>> and
>>
>> https://open.cdash.org/viewBuildError.php?onlydeltap&buildid=3887806
>>
>> Bill
>> --
>> Unpaid intern in BillsBasement at noware dot com
>> _______________________________________________
>> 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://public.kitware.com/mailman/listinfo/insight-developers
>>
>>
>>
>>
>> ________________________________
>> 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.
>> ________________________________
>
>
>
> --
> Unpaid intern in BillsBasement at noware dot com



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the Insight-developers mailing list