Dear all,
Could you help me solve my problem as follows please?
Operating system: Ubuntu 18 (subsystem of windows 10)
Slicer version: pulled most recent commit
gcc/g++ version: 7.4
Qt version: 5.14
cmake version: 3.13
I ran the cmake command as:
cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DQt5_DIR:PATH=/home/me/Qt5.14.0/5.14.0/gcc_64/lib/cmake/Qt5 -DSlicer_USE_SYSTEM_QT:BOOL=1 ../Slicer
Actual behavior:
error: ‘DCMTK_CHAR_MODULO’ was not declared in this scope
static const OFBool is_modulo = DCMTK_CHAR_MODULO;
^~~~~~~~~~~~~~~~~
/home/me/MyProjects/Slicer-SuperBuild-Debug/DCMTK/ofstd/include/dcmtk/ofstd/oflimits.h:1044:55: note: suggested alternative: ‘DCMTK_SHARED’
static const OFBool is_modulo = DCMTK_CHAR_MODULO;
^~~~~~~~~~~~~~~~~
DCMTK_SHARED
/home/me/MyProjects/Slicer-SuperBuild-Debug/DCMTK/ofstd/include/dcmtk/ofstd/oflimits.h:1057:55: error: ‘DCMTK_CHAR_TRAPS’ was not declared in this scope
static const OFBool traps = DCMTK_CHAR_TRAPS;
^~~~~~~~~~~~~~~~
/home/me/MyProjects/Slicer-SuperBuild-Debug/DCMTK/ofstd/include/dcmtk/ofstd/oflimits.h:1057:55: note: suggested alternative: ‘DCMTK_SHARED’
static const OFBool traps = DCMTK_CHAR_TRAPS;
^~~~~~~~~~~~~~~~
DCMTK_SHARED
/home/me/MyProjects/Slicer-SuperBuild-Debug/DCMTK/ofstd/include/dcmtk/ofstd/oflimits.h:1085:55: error: ‘DCMTK_SIGNED_CHAR_MODULO’ was not declared in this scope
static const OFBool is_modulo = DCMTK_SIGNED_CHAR_MODULO;
^~~~~~~~~~~~~~~~~~~~~~~~
/home/me/MyProjects/Slicer-SuperBuild-Debug/DCMTK/ofstd/include/dcmtk/ofstd/oflimits.h:1085:55: note: suggested alternative: ‘DCMTK_SIGNED_CHAR_DIGITS10’
static const OFBool is_modulo = DCMTK_SIGNED_CHAR_MODULO;
^~~~~~~~~~~~~~~~~~~~~~~~
DCMTK_SIGNED_CHAR_DIGITS10
/home/me/MyProjects/Slicer-SuperBuild-Debug/DCMTK/ofstd/include/dcmtk/ofstd/oflimits.h:1094:55: error: ‘DCMTK_SIGNED_CHAR_TRAPS’ was not declared in this scope
static const OFBool traps = DCMTK_SIGNED_CHAR_TRAPS;
^~~~~~~~~~~~~~~~~~~~~~~
/home/me/MyProjects/Slicer-SuperBuild-Debug/DCMTK/ofstd/include/dcmtk/ofstd/oflimits.h:1094:55: note: suggested alternative: ‘DCMTK_SIGNED_CHAR_DIGITS10’
static const OFBool traps