[Insight-developers] GCC 3.2 & deprecated headers
Luis Ibanez
luis.ibanez@kitware.com
Wed, 23 Apr 2003 17:30:15 -0400
Hi,
The following warning appears in Linux with gcc3.2.
The compiler is requiring us to use the modern #include
headers for the standard library.
http://www.itk.org/Testing/Sites/coffee.kitware/Linux-gcc320/20030423-0500-Nightly/BuildWarning.html
Unfortunately it seems that some other platforms (e.g. SGIs ) do not
have the modern headers.
Should we add some #ifdef around these headers so we can do the
right thing in the modern compilers ?
Any suggestions ?
Luis