23 Oct
2002
23 Oct
'02
8:06 p.m.
on 10/23/02 2:20 PM, Darin Adler at darin@bentspoon.com wrote:
On Wednesday, October 23, 2002, at 08:57 AM, Chris Little wrote:
Change the line to
#if defined(__MACH__) && __MACH__
How does that help if you are using Metrowerks' MSL and Mach-O? That doesn't sound like a solution.
You're right it's not. I answered too soon and was side tracked by the discussion of this problem in June. For CWP8 it looks like the line should be #if __MACH__ && !defined(_MSL_USING_MSL_C) I'm not sure what to do for CWP7 though. Now that I'm running Jaguar (and thus gcc 3.1) CWP7 can't even build a simple mach-o console app due to conflicts in standard library headers. Chris