[Insight-users] Build error with CVS
skboyd at ucalgary.ca
skboyd at ucalgary.ca
Fri, 16 Jan 2004 13:38:37 -0700
Hi,
Trying to build the latest CVS version (Friday, January 16th) with VC++ 6.0
and Service Pack 5 on my windows machine I get the following error below. I
used CMake v1.8 to make the .dsw file, and am building with shared libraries
and testing, but no examples.
The error appears to be a problem with my compiler, but I suspect there may
be some other problem to do with ITK. Does anybody know how to fix this
problem?
Sincerely,
Steve
--------------------Configuration: vcl_test_all - Win32 Debug----------------
----
Compiling...
test_cmath.cxx
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xcomplex(294) : error
C2018: unknown character '0x40'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xcomplex(294) : error
C2143: syntax error : missing ';' before '<template-id>'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xcomplex(294) : error
C2133: '_CRTIM' : unknown size
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xcomplex(294) : fatal
error C1004: unexpected end of file found
test_complex.cxx
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xcomplex(294) : error
C2018: unknown character '0x40'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xcomplex(294) : error
C2143: syntax error : missing ';' before '<template-id>'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xcomplex(294) : error
C2133: '_CRTIM' : unknown size
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xcomplex(294) : fatal
error C1004: unexpected end of file found
Generating Code...
Error executing cl.exe.
ALL_BUILD - 8 error(s), 0 warning(s)