Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5957: Boost 1.41.0 can't build on Mac OS X 10.7
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-28 15:34:08
#5957: Boost 1.41.0 can't build on Mac OS X 10.7
--------------------------------------+-------------------------------------
Reporter: s.graves@⦠| Owner:
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: Building Boost
Version: Boost 1.41.0 | Severity: Problem
Resolution: wontfix | Keywords:
--------------------------------------+-------------------------------------
Comment (by anonymous):
Dont forget Clang! :)
I just saw that "toolset=clang" knows of neither paramters "mmacosx-
version-min" nor "mmacosx-version".
So I have to manually set the compiler flags in boost 1.53 when starting
"b2":
MACOS_SDK="-mmacosx-version-min=10.7 -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk";
\
./b2 toolset=clang cxxflags="-stdlib=libc++ -std=c++11 $MACOS_SDK"
linkflags="-stdlib=libc++ $MACOS_SDK"
Regards, Zenju
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5957#comment:5> 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:12 UTC