Slicer FTBFS Debian testing

Hello slicers,
Slicer FTBFS debian testing with default options. Default settings need updating?
Thanks!
Greg

[ 46%] Performing build step for ‘DCMTK’
[ 0%] Building CXX object ofstd/libsrc/CMakeFiles/ofstd.dir/ofchrenc.cc.o
In file included from /usr/include/c++/7/cstdint:35:0,
from /home/gsharp/build/slicer-4/Slicer-build/DCMTK/ofstd/include/dcmtk/ofstd/ofstdinc.h:279,
from /home/gsharp/build/slicer-4/Slicer-build/DCMTK/ofstd/include/dcmtk/ofstd/oftypes.h:74,
from /home/gsharp/build/slicer-4/Slicer-build/DCMTK/ofstd/include/dcmtk/ofstd/ofcond.h:28,
from /home/gsharp/build/slicer-4/Slicer-build/DCMTK/ofstd/include/dcmtk/ofstd/ofchrenc.h:28,
from /home/gsharp/build/slicer-4/Slicer-build/DCMTK/ofstd/libsrc/ofchrenc.cc:25:
/usr/include/c++/7/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support
^~~~~

PS: This is the double-edged sword of requiring slicer-specific versions instead of using debian-supplied. FWIW.

The defaults have not been changed yet, so you probably still need to pass Qt5_DIR to get the C++11 build configuration. See:

https://www.slicer.org/wiki/Documentation/Labs/Qt5-and-VTK8#Status

As always Isaiah, you are correct. Thanks!!

Please forgive my grumpiness; but I am passionate that packages should build from source without setting options.

That will be the case in few days :slight_smile: