[Insight-users] WrapITK issues and article review
Charl P. Botha
cpbotha at cpbotha.net
Tue Jul 18 04:46:21 EDT 2006
On 7/17/06, Mathieu Malaterre <mathieu.malaterre at kitware.com> wrote:
> Charl P. Botha wrote:
> > On 7/11/06, Dan Mueller <d.mueller at qut.edu.au> wrote:
> >> 1. Error accessing __FUNCSIG__:
> >> For some reason while compiling _IOPython I received the following
> >> error:
> >> In file included from
> >> C:/Dan/Tools/ITK/src/WrapITK/Modules/IO/wrap_ITKIOBase.cxx:64:
> >> C:/Dan/Tools/ITK/src/InsightToolkit-2.8.1/Code/IO/itkGDCMSeriesFileNames.h:
> >>
> >> In
> >> member function `void
> >> itk::GDCMSeriesFileNames::SetInputDirectory(const
> >> char*)':
> >> C:/Dan/Tools/ITK/src/InsightToolkit-2.8.1/Code/IO/itkGDCMSeriesFileNames.h:73:
> >>
> >> error: `
> >> __FUNCSIG__' undeclared (first use this function)
> > ...
> >>
> >> When I comment out the offending line, the project compiles fine:
> >
> > Benoit and I had the same error on Windows. I also found that by
> > moving the complete definition of that method to the cxx file (and
> > adding the necessary declaration to the h file), WrapITK builds
> > successfully and GDCMSeriesFileNames works.
>
>
> Can you open a bug at:
>
> http://itk.org/Bug
>
> Assign it to me, and possibly add a patch.
Opened bug #3524, attached patch, and assigned to you. :)
More information about the Insight-users
mailing list