I can build ITK from development sources fine, but when I turn on Python wrapping I get a few errors of the sort:
[ 29%] Generating …/…/itkLevelSetNode.xml
In file included from /home/melrobin/packages/ITK/build/Wrapping/itkLabelContourImageFilter.cxx:16:
In file included from /home/melrobin/packages/ITK/Modules/Filtering/ImageLabel/include/itkLabelContourImageFilter.h:22:
/home/melrobin/packages/ITK/Modules/Filtering/ImageLabel/include/itkScanlineFilterCommon.h:136:16: error:
use of undeclared identifier ‘m_LineMap’
MapBegin = m_LineMap.begin();
How can everything build fine, but wrapping cause these errors?