|
Boost : |
Subject: Re: [boost] Boost 1.60.0 beta 1 Release Candidates available for testing
From: Thomas Trummer (th.trummer_at_[hidden])
Date: 2015-11-11 14:47:31
> On 11 Nov 2015, at 05:41, Marshall Clow <mclow.lists_at_[hidden]> wrote:
>
> Have I missed anything?
Iâve looked into the build related warnings for OS X: The main problem seems be that âdarwin.jam' defaults to gcc which is just a front-end for clang for quite some time now. Fortunately there is already âclang-darwin.jamâ for current versions of OS X. The second problem is the use of C++11 code without providing the corresponding compiler option. So the correct command line for building Boost with a recent OS X version is as follows (and which should probably become the default at some point in the future):
./b2 toolset=clang-darwin cxxflags=-std=c++11
Thomas
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk