[ 59%] Generating itkImageDuplicatorPython.cpp, ../../Generators/Python/itk/itkImageDuplicatorPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5023:235: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5023 | SWIGINTERN std::list< itkTransformBaseTemplateD_Pointer,std::allocator< itkTransformBaseTemplateD_Pointer > > *std_list_Sl_itkTransformBaseTemplateD_Pointer_Sg____getitem____SWIG_0(std::list< itkTransformBaseTemplateD_Pointer > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘std::__cxx11::list >, std::allocator > > >* std_list_Sl_itkTransformBaseTemplateD_Pointer_Sg____getitem____SWIG_0(std::__cxx11::list >, std::allocator > > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5029:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5029 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* In file included from /usr/include/python3.11/Python.h:74, from /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:170: /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5034:140: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5034 | SWIGINTERN void std_list_Sl_itkTransformBaseTemplateD_Pointer_Sg____setitem____SWIG_0(std::list< itkTransformBaseTemplateD_Pointer > *self,SWIGPY_SLICEOBJECT *slice,std::list< itkTransformBaseTemplateD_Pointer,std::allocator< itkTransformBaseTemplateD_Pointer > > const &v){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘void std_list_Sl_itkTransformBaseTemplateD_Pointer_Sg____setitem____SWIG_0(std::__cxx11::list >, std::allocator > > >*, int*, const std::__cxx11::list >, std::allocator > > >&)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5040:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5040 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5045:140: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5045 | SWIGINTERN void std_list_Sl_itkTransformBaseTemplateD_Pointer_Sg____setitem____SWIG_1(std::list< itkTransformBaseTemplateD_Pointer > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘void std_list_Sl_itkTransformBaseTemplateD_Pointer_Sg____setitem____SWIG_1(std::__cxx11::list >, std::allocator > > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5051:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5051 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5056:140: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5056 | SWIGINTERN void std_list_Sl_itkTransformBaseTemplateD_Pointer_Sg____delitem____SWIG_1(std::list< itkTransformBaseTemplateD_Pointer > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘void std_list_Sl_itkTransformBaseTemplateD_Pointer_Sg____delitem____SWIG_1(std::__cxx11::list >, std::allocator > > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5062:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5062 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5277:235: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5277 | SWIGINTERN std::list< itkTransformBaseTemplateF_Pointer,std::allocator< itkTransformBaseTemplateF_Pointer > > *std_list_Sl_itkTransformBaseTemplateF_Pointer_Sg____getitem____SWIG_0(std::list< itkTransformBaseTemplateF_Pointer > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘std::__cxx11::list >, std::allocator > > >* std_list_Sl_itkTransformBaseTemplateF_Pointer_Sg____getitem____SWIG_0(std::__cxx11::list >, std::allocator > > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5283:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5283 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5288:140: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5288 | SWIGINTERN void std_list_Sl_itkTransformBaseTemplateF_Pointer_Sg____setitem____SWIG_0(std::list< itkTransformBaseTemplateF_Pointer > *self,SWIGPY_SLICEOBJECT *slice,std::list< itkTransformBaseTemplateF_Pointer,std::allocator< itkTransformBaseTemplateF_Pointer > > const &v){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘void std_list_Sl_itkTransformBaseTemplateF_Pointer_Sg____setitem____SWIG_0(std::__cxx11::list >, std::allocator > > >*, int*, const std::__cxx11::list >, std::allocator > > >&)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5294:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5294 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5299:140: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5299 | SWIGINTERN void std_list_Sl_itkTransformBaseTemplateF_Pointer_Sg____setitem____SWIG_1(std::list< itkTransformBaseTemplateF_Pointer > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘void std_list_Sl_itkTransformBaseTemplateF_Pointer_Sg____setitem____SWIG_1(std::__cxx11::list >, std::allocator > > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5305:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5305 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5310:140: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5310 | SWIGINTERN void std_list_Sl_itkTransformBaseTemplateF_Pointer_Sg____delitem____SWIG_1(std::list< itkTransformBaseTemplateF_Pointer > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘void std_list_Sl_itkTransformBaseTemplateF_Pointer_Sg____delitem____SWIG_1(std::__cxx11::list >, std::allocator > > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:5316:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5316 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘PyObject* _wrap_listitkTransformBaseTemplateD_Pointer___getitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6297:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 6297 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6297:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 6297 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6297:51: error: expected primary-expression before ‘)’ token 6297 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6312:33: error: expected primary-expression before ‘)’ token 6312 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘PyObject* _wrap_listitkTransformBaseTemplateD_Pointer___setitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6341:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 6341 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6341:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 6341 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6341:51: error: expected primary-expression before ‘)’ token 6341 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6357:33: error: expected primary-expression before ‘)’ token 6357 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘PyObject* _wrap_listitkTransformBaseTemplateD_Pointer___setitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6399:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 6399 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6399:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 6399 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6399:51: error: expected primary-expression before ‘)’ token 6399 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6413:33: error: expected primary-expression before ‘)’ token 6413 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘PyObject* _wrap_listitkTransformBaseTemplateD_Pointer___delitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6442:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 6442 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6442:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 6442 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6442:51: error: expected primary-expression before ‘)’ token 6442 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:6456:33: error: expected primary-expression before ‘)’ token 6456 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘PyObject* _wrap_listitkTransformBaseTemplateF_Pointer___getitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8474:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 8474 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8474:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 8474 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8474:51: error: expected primary-expression before ‘)’ token 8474 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8489:33: error: expected primary-expression before ‘)’ token 8489 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘PyObject* _wrap_listitkTransformBaseTemplateF_Pointer___setitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8518:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 8518 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8518:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 8518 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8518:51: error: expected primary-expression before ‘)’ token 8518 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8534:33: error: expected primary-expression before ‘)’ token 8534 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘PyObject* _wrap_listitkTransformBaseTemplateF_Pointer___setitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8576:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 8576 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8576:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 8576 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8576:51: error: expected primary-expression before ‘)’ token 8576 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8590:33: error: expected primary-expression before ‘)’ token 8590 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp: In function ‘PyObject* _wrap_listitkTransformBaseTemplateF_Pointer___delitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8619:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 8619 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8619:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 8619 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8619:51: error: expected primary-expression before ‘)’ token 8619 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKTransform/itkTransformBasePython.cpp:8633:33: error: expected primary-expression before ‘)’ token 8633 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ [ 59%] Generating itkAnisotropicDiffusionImageFilterPython.cpp, ../../Generators/Python/itk/itkAnisotropicDiffusionImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Building CXX object Wrapping/Modules/ITKStatistics/CMakeFiles/ITKStatisticsPython.dir/itkScalarImageToTextureFeaturesFilterPython.cpp.o make[2]: *** [Wrapping/Modules/ITKTransform/CMakeFiles/ITKTransformPython.dir/build.make:542: Wrapping/Modules/ITKTransform/CMakeFiles/ITKTransformPython.dir/itkTransformBasePython.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:14873: Wrapping/Modules/ITKTransform/CMakeFiles/ITKTransformPython.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 59%] Building CXX object Wrapping/Modules/ITKStatistics/CMakeFiles/ITKStatisticsPython.dir/itkWeightedCentroidKdTreeGeneratorPython.cpp.o [ 59%] Generating itkOrientImageFilterPython.cpp, ../../Generators/Python/itk/itkOrientImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkPasteImageFilterPython.cpp, ../../Generators/Python/itk/itkPasteImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Linking CXX shared module ../../Generators/Python/itk/_ITKStatisticsPython.so [ 59%] Generating itkImageKernelOperatorPython.cpp, ../../Generators/Python/itk/itkImageKernelOperatorPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkImageSinkPython.cpp, ../../Generators/Python/itk/itkImageSinkPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkImportImageFilterPython.cpp, ../../Generators/Python/itk/itkImportImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkCurvatureAnisotropicDiffusionImageFilterPython.cpp, ../../Generators/Python/itk/itkCurvatureAnisotropicDiffusionImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkPermuteAxesImageFilterPython.cpp, ../../Generators/Python/itk/itkPermuteAxesImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkGradientAnisotropicDiffusionImageFilterPython.cpp, ../../Generators/Python/itk/itkGradientAnisotropicDiffusionImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkKernelFunctionBasePython.cpp, ../../Generators/Python/itk/itkKernelFunctionBasePython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkRegionOfInterestImageFilterPython.cpp, ../../Generators/Python/itk/itkRegionOfInterestImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkLaplacianOperatorPython.cpp, ../../Generators/Python/itk/itkLaplacianOperatorPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkMetaDataObjectPython.cpp, ../../Generators/Python/itk/itkMetaDataObjectPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkResampleImageFilterPython.cpp, ../../Generators/Python/itk/itkResampleImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkVectorCurvatureAnisotropicDiffusionImageFilterPython.cpp, ../../Generators/Python/itk/itkVectorCurvatureAnisotropicDiffusionImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Built target ITKImageFilterBasePython [ 59%] Generating itkMinimumMaximumImageCalculatorPython.cpp, ../../Generators/Python/itk/itkMinimumMaximumImageCalculatorPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkNeighborhoodOperatorPython.cpp, ../../Generators/Python/itk/itkNeighborhoodOperatorPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkShrinkImageFilterPython.cpp, ../../Generators/Python/itk/itkShrinkImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkSliceBySliceImageFilterPython.cpp, ../../Generators/Python/itk/itkSliceBySliceImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkNumericTraitsPython.cpp, ../../Generators/Python/itk/itkNumericTraitsPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkOptimizerParametersPython.cpp, ../../Generators/Python/itk/itkOptimizerParametersPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkPointSetPython.cpp, ../../Generators/Python/itk/itkPointSetPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkPointSetToImageFilterPython.cpp, ../../Generators/Python/itk/itkPointSetToImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating ITKAnisotropicSmoothingPython.cpp, ../../Generators/Python/itk/ITKAnisotropicSmoothingPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Building CXX object Wrapping/Modules/ITKAnisotropicSmoothing/CMakeFiles/ITKAnisotropicSmoothingPython.dir/ITKAnisotropicSmoothingPython.cpp.o [ 59%] Building CXX object Wrapping/Modules/ITKAnisotropicSmoothing/CMakeFiles/ITKAnisotropicSmoothingPython.dir/itkAnisotropicDiffusionImageFilterPython.cpp.o [ 59%] Building CXX object Wrapping/Modules/ITKAnisotropicSmoothing/CMakeFiles/ITKAnisotropicSmoothingPython.dir/itkCurvatureAnisotropicDiffusionImageFilterPython.cpp.o [ 59%] Generating itkSimpleDataObjectDecoratorPython.cpp, ../../Generators/Python/itk/itkSimpleDataObjectDecoratorPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Building CXX object Wrapping/Modules/ITKAnisotropicSmoothing/CMakeFiles/ITKAnisotropicSmoothingPython.dir/itkGradientAnisotropicDiffusionImageFilterPython.cpp.o [ 59%] Generating itkSobelOperatorPython.cpp, ../../Generators/Python/itk/itkSobelOperatorPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkTileImageFilterPython.cpp, ../../Generators/Python/itk/itkTileImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Building CXX object Wrapping/Modules/ITKAnisotropicSmoothing/CMakeFiles/ITKAnisotropicSmoothingPython.dir/itkVectorCurvatureAnisotropicDiffusionImageFilterPython.cpp.o [ 59%] Generating itkSpatialFunctionPython.cpp, ../../Generators/Python/itk/itkSpatialFunctionPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkStreamingImageFilterPython.cpp, ../../Generators/Python/itk/itkStreamingImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkWarpImageFilterPython.cpp, ../../Generators/Python/itk/itkWarpImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Generating itkWrapPadImageFilterPython.cpp, ../../Generators/Python/itk/itkWrapPadImageFilterPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 59%] Building CXX object Wrapping/Modules/ITKAnisotropicSmoothing/CMakeFiles/ITKAnisotropicSmoothingPython.dir/itkVectorGradientAnisotropicDiffusionImageFilterPython.cpp.o [ 60%] Generating ITKCommonPython.cpp, ../../Generators/Python/itk/ITKCommonPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 60%] Building CXX object Wrapping/Modules/ITKCommon/CMakeFiles/ITKCommonPython.dir/ITKCommonPython.cpp.o [ 60%] Building CXX object Wrapping/Modules/ITKCommon/CMakeFiles/ITKCommonPython.dir/itkFixedArrayPython.cpp.o [ 61%] Building CXX object Wrapping/Modules/ITKCommon/CMakeFiles/ITKCommonPython.dir/itkVectorPython.cpp.o [ 61%] Building CXX object Wrapping/Modules/ITKCommon/CMakeFiles/ITKCommonPython.dir/itkCovariantVectorPython.cpp.o [ 61%] Linking CXX shared module ../../Generators/Python/itk/_ITKAnisotropicSmoothingPython.so [ 61%] Building CXX object Wrapping/Modules/ITKCommon/CMakeFiles/ITKCommonPython.dir/itkPointPython.cpp.o [ 61%] Building CXX object Wrapping/Modules/ITKCommon/CMakeFiles/ITKCommonPython.dir/itkTriangleHelperPython.cpp.o /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:4942:149: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 4942 | SWIGINTERN std::vector< itkPointF2,std::allocator< itkPointF2 > > *std_vector_Sl_itkPointF2_Sg____getitem____SWIG_0(std::vector< itkPointF2 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘std::vector, std::allocator > >* std_vector_Sl_itkPointF2_Sg____getitem____SWIG_0(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:4948:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 4948 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* In file included from /usr/include/python3.11/Python.h:74, from /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:170: /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:4953:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 4953 | SWIGINTERN void std_vector_Sl_itkPointF2_Sg____setitem____SWIG_0(std::vector< itkPointF2 > *self,SWIGPY_SLICEOBJECT *slice,std::vector< itkPointF2,std::allocator< itkPointF2 > > const &v){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF2_Sg____setitem____SWIG_0(std::vector, std::allocator > >*, int*, const std::vector, std::allocator > >&)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:4959:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 4959 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:4964:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 4964 | SWIGINTERN void std_vector_Sl_itkPointF2_Sg____setitem____SWIG_1(std::vector< itkPointF2 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF2_Sg____setitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:4970:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 4970 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:4975:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 4975 | SWIGINTERN void std_vector_Sl_itkPointF2_Sg____delitem____SWIG_1(std::vector< itkPointF2 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF2_Sg____delitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:4981:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 4981 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5196:149: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5196 | SWIGINTERN std::vector< itkPointD2,std::allocator< itkPointD2 > > *std_vector_Sl_itkPointD2_Sg____getitem____SWIG_0(std::vector< itkPointD2 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘std::vector, std::allocator > >* std_vector_Sl_itkPointD2_Sg____getitem____SWIG_0(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5202:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5202 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5207:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5207 | SWIGINTERN void std_vector_Sl_itkPointD2_Sg____setitem____SWIG_0(std::vector< itkPointD2 > *self,SWIGPY_SLICEOBJECT *slice,std::vector< itkPointD2,std::allocator< itkPointD2 > > const &v){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD2_Sg____setitem____SWIG_0(std::vector, std::allocator > >*, int*, const std::vector, std::allocator > >&)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5213:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5213 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5218:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5218 | SWIGINTERN void std_vector_Sl_itkPointD2_Sg____setitem____SWIG_1(std::vector< itkPointD2 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD2_Sg____setitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5224:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5224 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5229:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5229 | SWIGINTERN void std_vector_Sl_itkPointD2_Sg____delitem____SWIG_1(std::vector< itkPointD2 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD2_Sg____delitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5235:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5235 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5305:149: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5305 | SWIGINTERN std::vector< itkPointF3,std::allocator< itkPointF3 > > *std_vector_Sl_itkPointF3_Sg____getitem____SWIG_0(std::vector< itkPointF3 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘std::vector, std::allocator > >* std_vector_Sl_itkPointF3_Sg____getitem____SWIG_0(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5311:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5311 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5316:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5316 | SWIGINTERN void std_vector_Sl_itkPointF3_Sg____setitem____SWIG_0(std::vector< itkPointF3 > *self,SWIGPY_SLICEOBJECT *slice,std::vector< itkPointF3,std::allocator< itkPointF3 > > const &v){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF3_Sg____setitem____SWIG_0(std::vector, std::allocator > >*, int*, const std::vector, std::allocator > >&)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5322:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5322 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5327:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5327 | SWIGINTERN void std_vector_Sl_itkPointF3_Sg____setitem____SWIG_1(std::vector< itkPointF3 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF3_Sg____setitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5333:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5333 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5338:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5338 | SWIGINTERN void std_vector_Sl_itkPointF3_Sg____delitem____SWIG_1(std::vector< itkPointF3 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF3_Sg____delitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5344:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5344 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5414:149: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5414 | SWIGINTERN std::vector< itkPointD3,std::allocator< itkPointD3 > > *std_vector_Sl_itkPointD3_Sg____getitem____SWIG_0(std::vector< itkPointD3 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘std::vector, std::allocator > >* std_vector_Sl_itkPointD3_Sg____getitem____SWIG_0(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5420:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5420 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5425:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5425 | SWIGINTERN void std_vector_Sl_itkPointD3_Sg____setitem____SWIG_0(std::vector< itkPointD3 > *self,SWIGPY_SLICEOBJECT *slice,std::vector< itkPointD3,std::allocator< itkPointD3 > > const &v){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD3_Sg____setitem____SWIG_0(std::vector, std::allocator > >*, int*, const std::vector, std::allocator > >&)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5431:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5431 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5436:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5436 | SWIGINTERN void std_vector_Sl_itkPointD3_Sg____setitem____SWIG_1(std::vector< itkPointD3 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD3_Sg____setitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5442:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5442 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5447:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5447 | SWIGINTERN void std_vector_Sl_itkPointD3_Sg____delitem____SWIG_1(std::vector< itkPointD3 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD3_Sg____delitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5453:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5453 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5523:149: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5523 | SWIGINTERN std::vector< itkPointF4,std::allocator< itkPointF4 > > *std_vector_Sl_itkPointF4_Sg____getitem____SWIG_0(std::vector< itkPointF4 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘std::vector, std::allocator > >* std_vector_Sl_itkPointF4_Sg____getitem____SWIG_0(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5529:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5529 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5534:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5534 | SWIGINTERN void std_vector_Sl_itkPointF4_Sg____setitem____SWIG_0(std::vector< itkPointF4 > *self,SWIGPY_SLICEOBJECT *slice,std::vector< itkPointF4,std::allocator< itkPointF4 > > const &v){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF4_Sg____setitem____SWIG_0(std::vector, std::allocator > >*, int*, const std::vector, std::allocator > >&)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5540:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5540 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5545:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5545 | SWIGINTERN void std_vector_Sl_itkPointF4_Sg____setitem____SWIG_1(std::vector< itkPointF4 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF4_Sg____setitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5551:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5551 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5556:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5556 | SWIGINTERN void std_vector_Sl_itkPointF4_Sg____delitem____SWIG_1(std::vector< itkPointF4 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF4_Sg____delitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5562:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5562 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5632:149: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5632 | SWIGINTERN std::vector< itkPointD4,std::allocator< itkPointD4 > > *std_vector_Sl_itkPointD4_Sg____getitem____SWIG_0(std::vector< itkPointD4 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘std::vector, std::allocator > >* std_vector_Sl_itkPointD4_Sg____getitem____SWIG_0(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5638:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5638 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5643:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5643 | SWIGINTERN void std_vector_Sl_itkPointD4_Sg____setitem____SWIG_0(std::vector< itkPointD4 > *self,SWIGPY_SLICEOBJECT *slice,std::vector< itkPointD4,std::allocator< itkPointD4 > > const &v){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD4_Sg____setitem____SWIG_0(std::vector, std::allocator > >*, int*, const std::vector, std::allocator > >&)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5649:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5649 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5654:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5654 | SWIGINTERN void std_vector_Sl_itkPointD4_Sg____setitem____SWIG_1(std::vector< itkPointD4 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD4_Sg____setitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5660:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5660 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5665:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5665 | SWIGINTERN void std_vector_Sl_itkPointD4_Sg____delitem____SWIG_1(std::vector< itkPointD4 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD4_Sg____delitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5671:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5671 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5741:149: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5741 | SWIGINTERN std::vector< itkPointF6,std::allocator< itkPointF6 > > *std_vector_Sl_itkPointF6_Sg____getitem____SWIG_0(std::vector< itkPointF6 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘std::vector, std::allocator > >* std_vector_Sl_itkPointF6_Sg____getitem____SWIG_0(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5747:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5747 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5752:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5752 | SWIGINTERN void std_vector_Sl_itkPointF6_Sg____setitem____SWIG_0(std::vector< itkPointF6 > *self,SWIGPY_SLICEOBJECT *slice,std::vector< itkPointF6,std::allocator< itkPointF6 > > const &v){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF6_Sg____setitem____SWIG_0(std::vector, std::allocator > >*, int*, const std::vector, std::allocator > >&)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5758:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5758 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5763:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5763 | SWIGINTERN void std_vector_Sl_itkPointF6_Sg____setitem____SWIG_1(std::vector< itkPointF6 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF6_Sg____setitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5769:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5769 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5774:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5774 | SWIGINTERN void std_vector_Sl_itkPointF6_Sg____delitem____SWIG_1(std::vector< itkPointF6 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointF6_Sg____delitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5780:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5780 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5850:149: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5850 | SWIGINTERN std::vector< itkPointD6,std::allocator< itkPointD6 > > *std_vector_Sl_itkPointD6_Sg____getitem____SWIG_0(std::vector< itkPointD6 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘std::vector, std::allocator > >* std_vector_Sl_itkPointD6_Sg____getitem____SWIG_0(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5856:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5856 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5861:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5861 | SWIGINTERN void std_vector_Sl_itkPointD6_Sg____setitem____SWIG_0(std::vector< itkPointD6 > *self,SWIGPY_SLICEOBJECT *slice,std::vector< itkPointD6,std::allocator< itkPointD6 > > const &v){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD6_Sg____setitem____SWIG_0(std::vector, std::allocator > >*, int*, const std::vector, std::allocator > >&)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5867:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5867 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5872:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5872 | SWIGINTERN void std_vector_Sl_itkPointD6_Sg____setitem____SWIG_1(std::vector< itkPointD6 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD6_Sg____setitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5878:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5878 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: At global scope: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5883:98: error: ‘SWIGPY_SLICEOBJECT’ has not been declared 5883 | SWIGINTERN void std_vector_Sl_itkPointD6_Sg____delitem____SWIG_1(std::vector< itkPointD6 > *self,SWIGPY_SLICEOBJECT *slice){ | ^~~~~~~~~~~~~~~~~~ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘void std_vector_Sl_itkPointD6_Sg____delitem____SWIG_1(std::vector, std::allocator > >*, int*)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:5889:26: error: cannot convert ‘int*’ to ‘PyObject*’ {aka ‘_object*’} 5889 | PySlice_GetIndices(slice, (Py_ssize_t)self->size(), &i, &j, &step); | ^~~~~ | | | int* /usr/include/python3.11/sliceobject.h:41:46: note: initializing argument 1 of ‘int PySlice_GetIndices(PyObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ 41 | PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length, | ~~~~~~~~~~^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF2___getitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6614:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 6614 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6614:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 6614 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6614:51: error: expected primary-expression before ‘)’ token 6614 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6629:33: error: expected primary-expression before ‘)’ token 6629 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF2___setitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6658:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 6658 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6658:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 6658 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6658:51: error: expected primary-expression before ‘)’ token 6658 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6674:33: error: expected primary-expression before ‘)’ token 6674 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF2___setitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6716:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 6716 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6716:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 6716 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6716:51: error: expected primary-expression before ‘)’ token 6716 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6730:33: error: expected primary-expression before ‘)’ token 6730 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF2___delitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6759:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 6759 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6759:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 6759 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6759:51: error: expected primary-expression before ‘)’ token 6759 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:6773:33: error: expected primary-expression before ‘)’ token 6773 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD2___getitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:8921:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 8921 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:8921:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 8921 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:8921:51: error: expected primary-expression before ‘)’ token 8921 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:8936:33: error: expected primary-expression before ‘)’ token 8936 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD2___setitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:8965:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 8965 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:8965:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 8965 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:8965:51: error: expected primary-expression before ‘)’ token 8965 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:8981:33: error: expected primary-expression before ‘)’ token 8981 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD2___setitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:9023:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 9023 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:9023:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 9023 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:9023:51: error: expected primary-expression before ‘)’ token 9023 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:9037:33: error: expected primary-expression before ‘)’ token 9037 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD2___delitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:9066:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 9066 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:9066:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 9066 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:9066:51: error: expected primary-expression before ‘)’ token 9066 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:9080:33: error: expected primary-expression before ‘)’ token 9080 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF3___getitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11228:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 11228 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11228:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 11228 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11228:51: error: expected primary-expression before ‘)’ token 11228 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11243:33: error: expected primary-expression before ‘)’ token 11243 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF3___setitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11272:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 11272 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11272:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 11272 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11272:51: error: expected primary-expression before ‘)’ token 11272 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11288:33: error: expected primary-expression before ‘)’ token 11288 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF3___setitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11330:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 11330 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11330:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 11330 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11330:51: error: expected primary-expression before ‘)’ token 11330 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11344:33: error: expected primary-expression before ‘)’ token 11344 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF3___delitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11373:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 11373 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11373:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 11373 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11373:51: error: expected primary-expression before ‘)’ token 11373 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:11387:33: error: expected primary-expression before ‘)’ token 11387 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD3___getitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13535:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 13535 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13535:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 13535 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13535:51: error: expected primary-expression before ‘)’ token 13535 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13550:33: error: expected primary-expression before ‘)’ token 13550 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD3___setitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13579:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 13579 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13579:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 13579 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13579:51: error: expected primary-expression before ‘)’ token 13579 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13595:33: error: expected primary-expression before ‘)’ token 13595 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD3___setitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13637:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 13637 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13637:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 13637 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13637:51: error: expected primary-expression before ‘)’ token 13637 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13651:33: error: expected primary-expression before ‘)’ token 13651 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD3___delitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13680:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 13680 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13680:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 13680 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13680:51: error: expected primary-expression before ‘)’ token 13680 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:13694:33: error: expected primary-expression before ‘)’ token 13694 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF4___getitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15842:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 15842 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15842:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 15842 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15842:51: error: expected primary-expression before ‘)’ token 15842 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15857:33: error: expected primary-expression before ‘)’ token 15857 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF4___setitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15886:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 15886 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15886:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 15886 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15886:51: error: expected primary-expression before ‘)’ token 15886 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15902:33: error: expected primary-expression before ‘)’ token 15902 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF4___setitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15944:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 15944 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15944:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 15944 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15944:51: error: expected primary-expression before ‘)’ token 15944 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15958:33: error: expected primary-expression before ‘)’ token 15958 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF4___delitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15987:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 15987 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15987:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 15987 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:15987:51: error: expected primary-expression before ‘)’ token 15987 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:16001:33: error: expected primary-expression before ‘)’ token 16001 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD4___getitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18149:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 18149 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18149:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 18149 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18149:51: error: expected primary-expression before ‘)’ token 18149 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18164:33: error: expected primary-expression before ‘)’ token 18164 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD4___setitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18193:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 18193 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18193:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 18193 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18193:51: error: expected primary-expression before ‘)’ token 18193 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18209:33: error: expected primary-expression before ‘)’ token 18209 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD4___setitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18251:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 18251 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18251:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 18251 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18251:51: error: expected primary-expression before ‘)’ token 18251 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18265:33: error: expected primary-expression before ‘)’ token 18265 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD4___delitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18294:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 18294 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18294:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 18294 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18294:51: error: expected primary-expression before ‘)’ token 18294 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:18308:33: error: expected primary-expression before ‘)’ token 18308 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF6___getitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20456:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 20456 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20456:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 20456 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20456:51: error: expected primary-expression before ‘)’ token 20456 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20471:33: error: expected primary-expression before ‘)’ token 20471 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF6___setitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20500:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 20500 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20500:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 20500 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20500:51: error: expected primary-expression before ‘)’ token 20500 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20516:33: error: expected primary-expression before ‘)’ token 20516 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF6___setitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20558:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 20558 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20558:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 20558 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20558:51: error: expected primary-expression before ‘)’ token 20558 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20572:33: error: expected primary-expression before ‘)’ token 20572 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointF6___delitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20601:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 20601 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20601:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 20601 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20601:51: error: expected primary-expression before ‘)’ token 20601 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:20615:33: error: expected primary-expression before ‘)’ token 20615 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD6___getitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22763:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 22763 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22763:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 22763 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22763:51: error: expected primary-expression before ‘)’ token 22763 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22778:33: error: expected primary-expression before ‘)’ token 22778 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD6___setitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22807:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 22807 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22807:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 22807 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22807:51: error: expected primary-expression before ‘)’ token 22807 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22823:33: error: expected primary-expression before ‘)’ token 22823 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD6___setitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22865:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 22865 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22865:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 22865 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22865:51: error: expected primary-expression before ‘)’ token 22865 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22879:33: error: expected primary-expression before ‘)’ token 22879 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp: In function ‘PyObject* _wrap_vectoritkPointD6___delitem____SWIG_1(PyObject*, Py_ssize_t, PyObject**)’: /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22908:3: error: ‘SWIGPY_SLICEOBJECT’ was not declared in this scope; did you mean ‘SWIGPY_SLICE_ARG’? 22908 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~~~~~~~~~~~~~~~ | SWIGPY_SLICE_ARG /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22908:23: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’? 22908 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^~~~ | arg1 /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22908:51: error: expected primary-expression before ‘)’ token 22908 | SWIGPY_SLICEOBJECT *arg2 = (SWIGPY_SLICEOBJECT *) 0 ; | ^ /pkg/insight-toolkit/src/build/Wrapping/Modules/ITKCommon/itkPointPython.cpp:22922:33: error: expected primary-expression before ‘)’ token 22922 | arg2 = (SWIGPY_SLICEOBJECT *) swig_obj[1]; | ^ [ 61%] Building CXX object Wrapping/Modules/ITKCommon/CMakeFiles/ITKCommonPython.dir/itkVariableSizeMatrixPython.cpp.o make[2]: *** [Wrapping/Modules/ITKCommon/CMakeFiles/ITKCommonPython.dir/build.make:1010: Wrapping/Modules/ITKCommon/CMakeFiles/ITKCommonPython.dir/itkPointPython.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... [ 61%] Generating ITKImageGridPython.cpp, ../../Generators/Python/itk/ITKImageGridPython.py Deprecated command line option: -py3. Ignored, this option is no longer supported. [ 61%] Building CXX object Wrapping/Modules/ITKImageGrid/CMakeFiles/ITKImageGridPython.dir/ITKImageGridPython.cpp.o [ 61%] Building CXX object Wrapping/Modules/ITKImageGrid/CMakeFiles/ITKImageGridPython.dir/itkPadImageFilterBasePython.cpp.o make[1]: *** [CMakeFiles/Makefile2:14022: Wrapping/Modules/ITKCommon/CMakeFiles/ITKCommonPython.dir/all] Error 2 [ 61%] Building CXX object Wrapping/Modules/ITKImageGrid/CMakeFiles/ITKImageGridPython.dir/itkPadImageFilterPython.cpp.o [ 61%] Building CXX object Wrapping/Modules/ITKImageGrid/CMakeFiles/ITKImageGridPython.dir/itkBSplineDownsampleImageFilterPython.cpp.o