John Maddock wrote:
   We're trying to benefit from all this testing I've been doing with
>> CodeWarrior for the Mac. Our Mac programmer has been trying to build
>> boost thread from boost version 1.32.0 in the CodeWarrior GUI and got
>> the following errors:
      

I have a suspicion that the MPTasks code is under-maintained (or not
maintained at all), the regression tests are probably built using pthreads
as the underlying thread API, while your colleague is evidently using
MPTasks.  Basically we need a Mac expert to step up and take responsibility
for the MPTasks stuff, because I don't believe we have anyone working on
that at present.
    OK, but our problem is actually with just building the code. My Mac Codewarrior (command line) is building the code every night as part of regression testing. Are you saying that there is some #define telling my build to skip the MPTasks stuff and do pthreads? Is that something we can do in the GUI as well? How would I be able to tell?
    Sorry I'm so clueless.
-- 
Stephen W. Carson, Software Engineer
DirXion Software in St. Louis, MO
(636) 717-2367
"Premature optimization is the root of all evil." -Donald Knuth