Boost logo

Boost-Build :

Subject: Re: [Boost-build] build error boost_1_39_0 Metrowerks CodeWarrior on MacOSX 10.5.7
From: Michael Jackson (mike.jackson_at_[hidden])
Date: 2009-07-21 15:31:21


On Jul 21, 2009, at 3:26 PM, Jeff Flinn wrote:

> Jeff Flinn wrote:
>> Hi Volodya,
>> Vladimir Prus wrote:
>>> On Tuesday 21 July 2009 Jeff Flinn wrote:
>>>
>>>> I'm trying to build boost_1_39_0 on Mac OSX using Codewarrrior,
>>>> I issue the following command in my boost_1_29_0 directory from
>>>> a terminal windows with the subsequent errors. Looks to me like
>>>> it's not finding the compiler? Any thoughts?
>>>
>>> Right. cw.jam looks for mwcc.exe by default -- which is unlikely
>>> to be\
>>> present on OSX. You can try this in user-config.jam:
>>>
>>> using cw : : <full-path-to-compiler-binary> ;
>>>
>>> That said, I can't recall last time CodeWarrior was mentioned here,
>>> I would not be suprised if you run in further issues.
>> Well you were right, maybe you can give me some stock advice too. :-)
>> Here's what I added to user-config.jam (without the line breaks
>> below):
>> # ------------------
>> # CodeWarrior configuration.
>> # ------------------
>> # Configure cw (default version).
>> # using cw ;
>> # Configure specific gcc version, giving alternative name to use.
>> using cw : 9.0 : "/Applications/Metrowerks CodeWarrior 9.0/Other
>> Metrowerks Tools/Command Line Tools/mwcc" ;
>

Just a curiosity more than anything else but what exactly are you
targeting with Codewarrior on an Intel Mac Pro? CW will be creating
PPC code that would run under Rosetta on your Mac Pro certainly
reducing the speed of the program by significant amounts? I am
assuming you have some legacy code left over from the 10.0 through
10.3 days that you are trying to support? Otherwise I am not seeing
the benefit of using CW.

   Again, just out of morbid curiosity.

Mike Jackson


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk