Hi all, I encountered the following error when trying to build ITK.
CMake Error at Modules/ThirdParty/VNL/src/vxl/config/cmake/config/VXLIntrospectionConfig.cmake:391 (message):
Compilers that do not support bool are not supported
Call Stack (most recent call first):
Modules/ThirdParty/VNL/src/vxl/CMakeLists.txt:183 (include)
My system: Redhat
Steps:
- download and unzip InsightToolkit-4.13.1.
- create ITK-build in InsightToolkit folder.
- Go to the ITK-build folder, and run
ccmake3 …/ - press ‘c’
- the above error occurred,
- UPDATE: the error above disappear after I remove all the files in ITK-build and run ‘ccmake3 …/’ again. So, problem solved. Thanks.