[Insight-users] Compiling error on Win2000
Brad King
brad.king@kitware.com
Fri, 15 Feb 2002 08:54:24 -0500 (EST)
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