Build failure SITK

Hi,

I get the following error from a fresh build from source. Linux, gcc 7.2, QT5. Any idea?

Greg

[ 61%] Building CXX object Code/Common/src/CMakeFiles/SimpleITKCommon.dir/sitkImage.cxx.o
In file included from /home/gsharp/build/slicer-4/Slicer-build/SimpleITK/Code/Common/include/sitkPixelIDTypeLists.h:26:0,
                 from /home/gsharp/build/slicer-4/Slicer-build/SimpleITK/Code/Common/include/sitkMemberFunctionFactoryBase.h:26,
                 from /home/gsharp/build/slicer-4/Slicer-build/SimpleITK/Code/Common/include/sitkDetail.h:21,
                 from /home/gsharp/build/slicer-4/Slicer-build/SimpleITK/Code/Common/include/sitkImage.h:23,
                 from /home/gsharp/build/slicer-4/Slicer-build/SimpleITK/Code/Common/src/sitkImage.cxx:18:
/home/gsharp/build/slicer-4/Slicer-build/SimpleITK/Code/Common/include/Ancillary/TypeList.h: In member function ‘void typelist::Visit<TTypeList>::operator()(Predicate&)’:
/home/gsharp/build/slicer-4/Slicer-build/SimpleITK/Code/Common/include/Ancillary/TypeList.h:328:43: error: expected primary-expression before ‘>’ token
     visitor.CLANG_TEMPLATE operator()<Head>( );

Hi Greg,

For now, SimpleITK has to be disabled.

Jc

Hi @gcsharp,

This should be fixed in r26339 and r26340

Let us know how it goes,

Thanks
Jc