Hi folks.<br><br>I've been using ITK (3.16.0) with MinGW32 (gcc 3.4.5) and Visual studio 9 so far without any noticeable problems.<br clear="all"><br>I want to try MinGW 64 to build 64 bit binaries with GCC but I've encountered some compilation problems. After googling around for a while I have not found any similar case.<br>
<br>C:/work/src/InsightToolkit-3.16.0/Code/Common/itkNumericTraits.cxx:63:17: error: specializing member 'itk::NumericTraits<long long unsigned int>::Zero' requires 'template<>' syntax<br>C:/work/src/InsightToolkit-3.16.0/Code/Common/itkNumericTraits.cxx:64:17: error: specializing member 'itk::NumericTraits<long long unsigned int>::One' requires 'template<>' syntax<br>
<br>the referenced lines in the error are those lines (itkNumericTraits.cxx):<br><br>#ifdef _WIN64<br>typedef std::string::size_type size_type;<br>const size_type NumericTraits<size_type>::Zero = 0.0;<br>const size_type NumericTraits<size_type>::One = 1.0;<br>
#endif<br><br>does anyone has experienced similar problems with MinGW64?<br><br>Thanks<br><br>-- <br>Sergio Vera<br><br> Alma IT Systems<br> C/ Vilana, 4B, 4º 1ª<br> 08022 Barcelona<br> T. (+34) 932 380 592<br> <a href="http://www.alma3d.com">www.alma3d.com</a><br>