[Insight-developers] Sun Compiler Help

Bill Lorensen bill.lorensen at gmail.com
Wed Jul 28 23:19:25 EDT 2010


Gaëtan is the developer that has Sun compilers.

On Wed, Jul 28, 2010 at 10:19 PM, Hans Johnson <hans-johnson at uiowa.edu> wrote:
> Hello,
>
> On the last T-Con, there was a developer that was supporting the Sun
> compiler.  Sorry, but I don’t remember who that was.
>
> Could you please help me figure out how to check for an ansi98  c++
> compiler?
>
> #if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x540)
> #error "__SUNPRO_CC <= 0x540 not supported under ITKv4"
> #endif
> #if defined(__SVR4) && !defined(__SUNPRO_CC)
> #error "__SRV4 __SUNPRO_CC <= 0x540 not supported under ITKv4"
> #endif
>
> Is the compiler that you are using on the the new Sun computers still called
> the __SUNPRO_CC, and if so, what version of that compiler is it?  (I thought
> you stated that it was version 11).
>
> There are some conditionals that change the behavior of debugging statements
> due to incompatibilities of the sunpro 5 series c++ compilers, and I would
> like to simplify the code by removing those.
>
> Thanks,
> Hans
> --
> Hans J. Johnson, Ph.D.
> Assistant Professor
> 200 Hawkins Drive
> T205 BT, The University of Iowa
> Iowa City, IA 52242
>
> hans-johnson at uiowa.edu
> PHONE: 319 353 8587
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
>
>


More information about the Insight-developers mailing list