[Insight-users] Compiling itk 3.4 with Borland C++ v5.5

Luis Ibanez luis.ibanez at kitware.com
Thu Jan 31 21:45:43 EST 2008


Hi Walter,

The Borland C++ 5.6 compiler is not supported in ITK.

Borland C++ 5.6 has *less compliance* with the C++ standard
than the version 5.5.  Borland displayed a strange concept
of "progress" with this compiler. The result is that Bcc 5.6
is not capable of compiling ITK code.


Please use bcc 5.5.

or... use Cygwin with gcc,
or... use MinGW with gcc.



    Regards,


       Luis


---------------------
Walter Cabrera wrote:
> Now I am compiling itk package with borland c + + 5.6 and gives me the
> following errors: 
> 
> Borland C++ 5.6 for Win32 Copyright (c) 1993, 2002 Borland
> C:\ITK_original\Code\Common\itkSpatialOrientationAdapter.cxx:
> Error E2316 C:\ITK_original\Code\Common\itkImageRegion.txx 178:
> 'ImageRegion<VImageDimension>::Slice(const unsigned long) const' is not a
> member of 'ImageRegion<VImageDimension>'
> Error E2027 C:\ITK_original\Code\Common\itkConceptChecking.h 142: Must take
> address of a memory location
> 
> Does anyone can help me? 
> 
> Thanks


More information about the Insight-users mailing list