Hi folks.<br><br>I&#39;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&#39;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 &#39;itk::NumericTraits&lt;long long unsigned int&gt;::Zero&#39; requires &#39;template&lt;&gt;&#39; syntax<br>C:/work/src/InsightToolkit-3.16.0/Code/Common/itkNumericTraits.cxx:64:17: error: specializing member &#39;itk::NumericTraits&lt;long long unsigned int&gt;::One&#39; requires &#39;template&lt;&gt;&#39; 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&lt;size_type&gt;::Zero = 0.0;<br>const size_type NumericTraits&lt;size_type&gt;::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>