[Insight-users] problems itk compilation

Brad King brad.king at kitware.com
Thu Dec 22 11:22:56 EST 2005


Roger Alvaredo wrote:
> I had installed ITK and I had no kind of problem for the compilation.
>  
> Now I am trying to do the same in another pc and I get this error:
>  
>      Error 1 fatal error C1189: #error :  "No native data type can 
> represent an 8-bit integer." 
> D:\ItkBin\Utilities\itksys\FundamentalType.h 63
> 
> I use Cmake 2.2, Insight Toolkit 2.4 and and visual studio 8 2005.

This error occurs when ITK could not determine the size of type "char". 
  It means that the try-compiles failed.  Currently VS8 support in CMake 
and ITK is not yet mature.  Please post your CMakeError.log and 
CMakeFiles/CMakeError.log files from the build tree.

Thanks,
-Brad


More information about the Insight-users mailing list