hi,
i am a beginner to ITK, now I am installing itk(3.2) vtk(5.8) in my Linux. and I meet some problem. I even do not know how to solve it. I have successfully installed the latest version ITK and vtk, however the latest version does does not contain some of the .h files. the procedure I follow is:mkdir ITK-bin and cd ITK-bin, cmake …/Insight-3.2.0 and make then the problem occurs:
In file included from /usr/local/ITK/InsightToolkit-3.20.1/Utilities/vxl/vcl/vcl_iosfwd.h:8:0,
from /usr/local/ITK/InsightToolkit-3.20.1/Utilities/vxl/vcl/vcl_iostream.h:28,
from /usr/local/ITK/InsightToolkit-3.20.1/Utilities/vxl/vcl/vcl_deprecated.cxx:4:
/usr/local/ITK/InsightToolkit-3.20.1/Utilities/vxl/vcl/vcl_compiler.h:123:4: error: #error “Dunno about this gcc”
error “Dunno about this gcc”
^
Utilities/vxl/vcl/CMakeFiles/itkvcl.dir/build.make:62: recipe for target ‘Utilities/vxl/vcl/CMakeFiles/itkvcl.dir/vcl_deprecated.o’ failed
make[2]: *** [Utilities/vxl/vcl/CMakeFiles/itkvcl.dir/vcl_deprecated.o] Error 1
CMakeFiles/Makefile2:2120: recipe for target ‘Utilities/vxl/vcl/CMakeFiles/itkvcl.dir/all’ failed
make[1]: *** [Utilities/vxl/vcl/CMakeFiles/itkvcl.dir/all] Error 2
Makefile:160: recipe for target ‘all’ failed
make: *** [all] Error 2
lh@101:/usr/local/ITK/ITK-bin$
can you tell me how to solve this problem