[Insight-developers] Re: Problems with Obj C Tests on VS6 / VS7 /
VS8
Sean McBride
sean at rogue-research.com
Tue Aug 28 16:09:17 EDT 2007
On 8/28/07 3:42 PM, Luis Ibanez said:
>I would guess that we can expect to find Objective-C
>compilers in Mac, and systems using the GNU compiler,
>is that reasonable ?
gcc supports Objective-C on the Mac and on other platforms, but probably
not for every target it supports. The now-defunct CodeWarrior also
supports Obj-C. On the other hand, there are Mac compilers (like
Intel's icc) that do not support Obj-C.
In the real world, Obj-C is almost exclusively used on the Mac.
We think your solution of surrounding the TRY_COMPILE with a IF/ENDIF()
is fine. But what to test? Basically we need to exclude Windows, so
how about IF(UNIX)? Or even if(APPLE).
--
____________________________________________________________
Sean McBride, B. Eng sean at rogue-research.com
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
More information about the Insight-developers
mailing list