All,<div> I'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 ('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: 'Times New Roman'; font-size: medium; "><pre>C:\Program Files\Microsoft Visual Studio 8\VC\include\xlocnum(590) : error C2872: 'uintptr_t' : ambiguous symbol
could be 'C:\Program Files\Microsoft Visual Studio 8\VC\include\vadefs.h(52) : __w64 unsigned int uintptr_t'
or 'c:\msysgit\msysgit\git\itk\code\common\itkIntTypes.h(115) : itk::uintptr_t'
C:\Program Files\Microsoft Visual Studio 8\VC\include\xlocnum(566) : while compiling class template member function 'std::istreambuf_iterator<_Elem,_Traits> std::num_get<_Elem,_InIt>::do_get(_InIt,_InIt,std::ios_base &,std::ios_base::iostate &,void *&) const'
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_InIt=std::istreambuf_iterator<char,std::char_traits<char>>
]
C:\Program Files\Microsoft Visual Studio 8\VC\include\xlocnum(1367) : see reference to class template instantiation 'std::num_get<_Elem,_InIt>' being compiled
with
[
_Elem=char,
_InIt=std::istreambuf_iterator<char,std::char_traits<char>>
]
</pre></span></div>