Boost logo

Boost-Build :

Subject: Re: [Boost-build] Trouble compiling boost libs on OS X w/ MINGW32
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-12-20 12:34:16


AMDG

On 12/19/2011 04:47 PM, Benjamin Steenbock wrote:
> Hi!
>
> I'm trying to make Windows Boost libraries on my MacBook Pro. I'm pretty
> sure I've followed the directions, but I'm also a little confused.
>
> I added a new toolset to user-config.jam that points to my g++ compiler for
> MinGW32.
> Then I ran ./bjam from the $BOOST_ROOT directory with the right toolset and
> target-os=windows.
>
> When that didn't work, I tried running the bootstrap.sh script first and
> then running ./bjam. That didn't work either.
>
> Here's the output of what I did:
> http://pastebin.com/qK2QRWgn
>
>
>
> So... what am I doing wrong? :^)
>

It looks like the default layout and build type
are incompatible for this configuration. Add
either --layout=tagged, --layout=versioned, or
--build-type=minimal.

In Christ,
Steven Watanabe


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