Boost logo

Boost Users :

From: Chris Little (cslittle_at_[hidden])
Date: 2002-10-23 15:06:22


on 10/23/02 2:20 PM, Darin Adler at darin_at_[hidden] 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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net