All,<div>   I&#39;m trying to build InsightApplications 3.2.0 on a 32-bit Windows machine using Microsoft Visual Studio 2005. I get  errors when I try to build it with FLTK (&#39;am using FLTK 1.3.x-r8995). According to the mailing list archives, this was fixed in InsightApplications 3.1.8. I still get the same errors (listed below). Can you please help me with this?</div>
<div><br></div><div>Thanks</div><div>Prashanth</div><div><br></div><div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; "><pre>C:\Program Files\Microsoft Visual Studio 8\VC\include\xlocnum(590) : error C2872: &#39;uintptr_t&#39; : ambiguous symbol
        could be &#39;C:\Program Files\Microsoft Visual Studio 8\VC\include\vadefs.h(52) : __w64 unsigned int uintptr_t&#39;
        or &#39;c:\msysgit\msysgit\git\itk\code\common\itkIntTypes.h(115) : itk::uintptr_t&#39;
        C:\Program Files\Microsoft Visual Studio 8\VC\include\xlocnum(566) : while compiling class template member function &#39;std::istreambuf_iterator&lt;_Elem,_Traits&gt; std::num_get&lt;_Elem,_InIt&gt;::do_get(_InIt,_InIt,std::ios_base &amp;,std::ios_base::iostate &amp;,void *&amp;) const&#39;
        with
        [
            _Elem=char,
            _Traits=std::char_traits&lt;char&gt;,
            _InIt=std::istreambuf_iterator&lt;char,std::char_traits&lt;char&gt;&gt;
        ]
        C:\Program Files\Microsoft Visual Studio 8\VC\include\xlocnum(1367) : see reference to class template instantiation &#39;std::num_get&lt;_Elem,_InIt&gt;&#39; being compiled
        with
        [
            _Elem=char,
            _InIt=std::istreambuf_iterator&lt;char,std::char_traits&lt;char&gt;&gt;
        ]


</pre></span></div>