[vtkusers] [Insight-users] Error building InsightApplications

Ravi Samala rksamala at miners.utep.edu
Sun Oct 17 10:44:08 EDT 2010


Hi Luis,

I was looking at a specific example in ITKApps and traced back the error to itkinttypes.h. I deleted the namespace and was able to build the example fine. 

However, later I observed that I got multiple errors (other than the errors generated by namespace) when I tried to compile the entire ITKApps. I did not pursue further than that.

RS.


Date: Sun, 17 Oct 2010 06:37:10 -0400
Subject: Re: [Insight-users] Error building InsightApplications
From: luis.ibanez at kitware.com
To: rksamala at miners.utep.edu
CC: insight-users at itk.org; vtkusers at vtk.org

Hi Ravi,

I believe that when we looked at this error previously,
the real culprit is the use of the abominable statement

                    "using namespace itk;"

in some places in ITKApps.


You may want to double check that no such statement
is still around.

---

Could you please clarify how you got around the 
problem with  itkinttypes.h   ?


         Thanks,



               Luis


----------------------------------------------------------------------
On Tue, Oct 12, 2010 at 9:36 AM, Ravi Samala <rksamala at miners.utep.edu> wrote:









I was able to figure it out.

namespace itk in \Code\Common\itkinttypes.h file is causing the problem.

regards,
RS.

From: rksamala at miners.utep.edu
To: insight-users at itk.org; vtkusers at vtk.org

Date: Mon, 11 Oct 2010 22:10:59 -0600
Subject: [Insight-users] Error building InsightApplications














Hello Everyone,

I am trying to build InsightApplications and I keep getting the following error. I am using ITK, ITKApps, VTK (all nightly-master) compiled with CMake 2.8.2 and FLTK 1.1.10.

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>>
        ]




Thanks,
RS.
 		 	   		  

_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.html

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users 		 	   		  

_____________________________________

Powered by www.kitware.com



Visit other Kitware open-source projects at

http://www.kitware.com/opensource/opensource.html



Kitware offers ITK Training Courses, for more information visit:

http://www.kitware.com/products/protraining.html



Please keep messages on-topic and check the ITK FAQ at:

http://www.itk.org/Wiki/ITK_FAQ



Follow this link to subscribe/unsubscribe:

http://www.itk.org/mailman/listinfo/insight-users



 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20101017/618847db/attachment.htm>


More information about the vtkusers mailing list