Luis,<div>  Thanks for the reply. I get the error when building directories/apps that use FLTK. I built InsightApplications without FLTK support and it built fine with no errors. First instance of the error message (Error 5 error C2872: &#39;uintptr_t&#39; : ambiguous symbol C:\Program Files\Microsoft Visual Studio 8\VC\include\xlocnum) was when it was building ITKFltkImageViewer.</div>
<div><br></div><div>Thanks</div><div>Prashanth</div><div><span class="Apple-tab-span" style="white-space:pre"></span><br><br><div class="gmail_quote">On Sun, May 29, 2011 at 3:08 PM, Luis Ibanez <span dir="ltr">&lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Prashanth,<br>
<br>
Could you let us know which one of the directories<br>
in InsightApplications is being compiled when you<br>
get the error ?<br>
<br>
<br>
     Thanks<br>
<br>
<br>
          Luis<br>
<br>
<br>
----------------------------------------------------------------<br>
<div><div></div><div class="h5">On Thu, May 26, 2011 at 2:48 PM, Prashanth &lt;<a href="mailto:prashanth.dumpuri@gmail.com">prashanth.dumpuri@gmail.com</a>&gt; wrote:<br>
&gt; Luis,<br>
&gt;     I just checked ITK, FLTK and InsightApplications build. They were all<br>
&gt; built in the Release mode. And I still get a bunch of errors that read<br>
&gt; &quot;C:\Program Files\Microsoft Visual Studio 8\VC\include\xlocnum(590) :<br>
&gt; error &gt; C2872: &#39;uintptr_t&#39; : ambiguous symbol. P.S. I do not get this error<br>
&gt; if i turn off FLTK option in CMake.<br>
&gt; Thanks<br>
&gt; Prashanth<br>
&gt;<br>
&gt; On Thu, May 26, 2011 at 12:38 PM, Prashanth &lt;<a href="mailto:prashanth.dumpuri@gmail.com">prashanth.dumpuri@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Luis,<br>
&gt;&gt;   Thanks for getting back to me. I&#39;m using 3.20.0. I haven&#39;t checked your<br>
&gt;&gt; earlier suggestion - checking to see if am building ITK, FLTK and<br>
&gt;&gt; InsightApplication using the same configuration (Debug/Release). I will let<br>
&gt;&gt; you know once i do that.<br>
&gt;&gt; Thanks again<br>
&gt;&gt; Prashanth<br>
&gt;&gt;<br>
&gt;&gt; On Thu, May 26, 2011 at 12:12 PM, Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Prashanth,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; What version of ITK are you using ?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Are you using InsightApplications<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;               3.2.0 ?  or 3.20 ?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;   Luis<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ------------------------------------------<br>
&gt;&gt;&gt; On Tue, May 24, 2011 at 4:22 PM, Prashanth &lt;<a href="mailto:prashanth.dumpuri@gmail.com">prashanth.dumpuri@gmail.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt; &gt; All,<br>
&gt;&gt;&gt; &gt;    I&#39;m trying to build InsightApplications 3.2.0 on a 32-bit Windows<br>
&gt;&gt;&gt; &gt; machine<br>
&gt;&gt;&gt; &gt; using Microsoft Visual Studio 2005. I get  errors when I try to build<br>
&gt;&gt;&gt; &gt; it<br>
&gt;&gt;&gt; &gt; with FLTK (&#39;am using FLTK 1.3.x-r8995). According to the mailing list<br>
&gt;&gt;&gt; &gt; archives, this was fixed in InsightApplications 3.1.8. I still get the<br>
&gt;&gt;&gt; &gt; same<br>
&gt;&gt;&gt; &gt; errors (listed below). Can you please help me with this?<br>
&gt;&gt;&gt; &gt; Thanks<br>
&gt;&gt;&gt; &gt; Prashanth<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; C:\Program Files\Microsoft Visual Studio 8\VC\include\xlocnum(590) :<br>
&gt;&gt;&gt; &gt; error<br>
&gt;&gt;&gt; &gt; C2872: &#39;uintptr_t&#39; : ambiguous symbol<br>
&gt;&gt;&gt; &gt;         could be &#39;C:\Program Files\Microsoft Visual Studio<br>
&gt;&gt;&gt; &gt; 8\VC\include\vadefs.h(52) : __w64 unsigned int uintptr_t&#39;<br>
&gt;&gt;&gt; &gt;         or &#39;c:\msysgit\msysgit\git\itk\code\common\itkIntTypes.h(115) :<br>
&gt;&gt;&gt; &gt; itk::uintptr_t&#39;<br>
&gt;&gt;&gt; &gt;         C:\Program Files\Microsoft Visual Studio<br>
&gt;&gt;&gt; &gt; 8\VC\include\xlocnum(566) :<br>
&gt;&gt;&gt; &gt; while compiling class template member function<br>
&gt;&gt;&gt; &gt; &#39;std::istreambuf_iterator&lt;_Elem,_Traits&gt;<br>
&gt;&gt;&gt; &gt; std::num_get&lt;_Elem,_InIt&gt;::do_get(_InIt,_InIt,std::ios_base<br>
&gt;&gt;&gt; &gt; &amp;,std::ios_base::iostate &amp;,void *&amp;) const&#39;<br>
&gt;&gt;&gt; &gt;         with<br>
&gt;&gt;&gt; &gt;         [<br>
&gt;&gt;&gt; &gt;             _Elem=char,<br>
&gt;&gt;&gt; &gt;             _Traits=std::char_traits&lt;char&gt;,<br>
&gt;&gt;&gt; &gt;             _InIt=std::istreambuf_iterator&lt;char,std::char_traits&lt;char&gt;&gt;<br>
&gt;&gt;&gt; &gt;         ]<br>
&gt;&gt;&gt; &gt;         C:\Program Files\Microsoft Visual Studio<br>
&gt;&gt;&gt; &gt; 8\VC\include\xlocnum(1367)<br>
&gt;&gt;&gt; &gt; : see reference to class template instantiation<br>
&gt;&gt;&gt; &gt; &#39;std::num_get&lt;_Elem,_InIt&gt;&#39;<br>
&gt;&gt;&gt; &gt; being compiled<br>
&gt;&gt;&gt; &gt;         with<br>
&gt;&gt;&gt; &gt;         [<br>
&gt;&gt;&gt; &gt;             _Elem=char,<br>
&gt;&gt;&gt; &gt;             _InIt=std::istreambuf_iterator&lt;char,std::char_traits&lt;char&gt;&gt;<br>
&gt;&gt;&gt; &gt;         ]<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; _____________________________________<br>
&gt;&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt;&gt; &gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt;&gt; &gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; &gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>