Boost logo

Boost-Build :

Subject: Re: [Boost-build] build error boost_1_39_0 Metrowerks CodeWarrior on MacOSX 10.5.7
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-07-21 12:52:07


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.

- Volodya


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