Hi Hans,

The wrapping is under active development, and, in general, it should
be working. To see the current status, check the "Expected Nightly
WrapITK" section of the dashboard:

  
https://open.cdash.org/index.php?project=Insight&filtercount=1&showfilters=1&field1=groupname&compare1=63&value1=WrapITK


That particular error is related to this change:

  http://review.source.kitware.com/#/c/20918/


If your build is not a fresh build, it may not have picked up the API
change because of a bug in the wrapping build dependencies. The bug
was identified and an initial fix contributed here:

  http://review.source.kitware.com/#/c/21055/


Thanks,
Matt



On Mon, Apr 25, 2016 at 8:28 PM, Johnson, Hans J <hans-john...@uiowa.edu> wrote:
> Should I expect Wrapping ITK to work at the moment?
>
>
> /scratch/johnsonhj/Dashboard/src/ITK-bld/Wrapping/Modules/ITKCommon/itkArrayPython.cpp:5385:27:
>  error: too few arguments to function call, expected at least
>       2, have 1
>       (arg1)->SetData(arg2);
>       ~~~~~~~~~~~~~~~     ^
> /scratch/johnsonhj/Dashboard/src/ITK/Modules/Core/Common/include/itkArray.h:161:3:
>  note: 'SetData' declared here
>   void SetData(TValue *data, SizeValueType sz, bool LetArrayManageMemory = 
> false);
>   ^
> /scratch/johnsonhj/Dashboard/src/ITK-bld/Wrapping/Modules/ITKCommon/itkArrayPython.cpp:6502:27:
>  error: too few arguments to function call, expected at least
>       2, have 1
>       (arg1)->SetData(arg2);
>       ~~~~~~~~~~~~~~~     ^
> /scratch/johnsonhj/Dashboard/src/ITK/Modules/Core/Common/include/itkArray.h:161:3:
>  note: 'SetData' declared here
>   void SetData(TValue *data, SizeValueType sz, bool LetArrayManageMemory = 
> false);
>   ^
> /scratch/johnsonhj/Dashboard/src/ITK-bld/Wrapping/Modules/ITKCommon/itkArrayPython.cpp:7619:27:
>  error: too few arguments to function call, expected at least
>       2, have 1
>       (arg1)->SetData(arg2);
>       ~~~~~~~~~~~~~~~     ^
> /scratch/johnsonhj/Dashboard/src/ITK/Modules/Core/Common/include/itkArray.h:161:3:
>  note: 'SetData' declared here
>   void SetData(TValue *data, SizeValueType sz, bool LetArrayManageMemory = 
> false);
>   ^
> /scratch/johnsonhj/Dashboard/src/ITK-bld/Wrapping/Modules/ITKCommon/itkArrayPython.cpp:8736:27:
>  error: too few arguments to function call, expected at least
>       2, have 1
>       (arg1)->SetData(arg2);
>       ~~~~~~~~~~~~~~~     ^
> /scratch/johnsonhj/Dashboard/src/ITK/Modules/Core/Common/include/itkArray.h:161:3:
>  note: 'SetData' declared here
>   void SetData(TValue *data, SizeValueType sz, bool LetArrayManageMemory = 
> false);
>
>
>
> Just wondering if it is under development, or if it should still work?
>
> Hans
>
> --
>
>
>
>
>
>
>
>
>
> On 4/25/16, 1:25 PM, "Insight-developers on behalf of Matt McCormick" 
> <insight-developers-boun...@itk.org on behalf of matt.mccorm...@kitware.com> 
> wrote:
>
>>Hi,
>>
>>The planned dates have been changed accordingly on the wiki and in the
>>issue tracker:
>>
>> http://www.itk.org/Wiki/ITK/Release_Schedule#Release_4.10_Schedule
>>
>>Thanks,
>>Matt
>>
>>On Thu, Apr 14, 2016 at 1:14 PM, Matt McCormick
>><matt.mccorm...@kitware.com> wrote:
>>> Hi folks,
>>>
>>> Since I will be away from keyboard for most of June, I propose a
>>> change for the next scheduled feature release. We could start release
>>> candidates May 9th, with the final release targeted for May 24th. Will
>>> there be any issues with issues with this?
>>>
>>> Thanks,
>>> Matt
>>_______________________________________________
>>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
> _______________________________________________
> 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
_______________________________________________
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

Reply via email to