Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5010: Fusion will now compile under Objective-C++
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-05-24 01:11:15
#5010: Fusion will now compile under Objective-C++
---------------------------------------------+------------------------------
Reporter: Brian Doig <Brian.Doig@â¦> | Owner: djowel
Type: Bugs | Status: reopened
Milestone: To Be Determined | Component: fusion
Version: Boost 1.45.0 | Severity: Showstopper
Resolution: | Keywords:
---------------------------------------------+------------------------------
Comment (by Richard Eakin <reakinator@â¦>):
How are you attempting to build? I agree it is currently difficult and I
hope the author of Log addresses these concerns, but nontheless this is
how I build on my machine (with clang / libc++):
add to tools/build/v2/user-config.jam:
{{{
using clang : osx
: xcrun clang -arch i386 -arch x86_64 -stdlib=libc++ -std=c++11
;
}}}
then:
{{{
./boostrap.sh --with-libraries=log
./b2 -a -d+2 -q toolset=clang-osx link=static address-model=64 stage
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5010#comment:23> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC