[Insight-users] Compiling error on Win2000
    Brad King 
    brad.king at kitware.com
       
    Fri Feb 15 08:54:24 EST 2002
    
    
  
Matthias,
> when I try to compile itk with wrap_tcl on on Windows 2000 with MVC++ I
> get the following errors:
> 
> ITKCommonTestTcl1_itkAffineTransform_tcl.cxx
> C:\Program Files\Cable\include\WrapTclFacility/wrapCalls.txx(175) :
> fatal error C1001: INTERNAL COMPILER ERROR
>         (compiler file 'msc1.cpp', line 1786) 
What service pack of MSVC are you using?  Cable makes use of several forms
of non-trivial class templates that give MSVC trouble unless care is
taken.  It is known to work with service pack 5.  I think the "line 1786"
error indicates you have service pack 3 or 4, as it shows up as line 1794
in service pack 5 (not sure about this).
-Brad
    
    
More information about the Insight-users
mailing list