Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11120: Problem compile with python 3 support.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-11-08 16:06:39
#11120: Problem compile with python 3 support.
-------------------------------+----------------------------
Reporter: tele | Owner:
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Building Boost
Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------------
Comment (by anonymous):
Reporting that this bug is still present. On OSX with python3 installed
via brew.
Bootstrap with
` ./bootstrap.sh --with-python=python3`
Here's how to fix this manually for now:
In the file `tools/build/v2/tools/python.jam`, line 542, change
` includes ?= $(prefix)/include/python$(version) ;`
to
` includes ?= $(prefix)/include/python$(version)m ;`
(as proposed by steven_watanabe)
Hoping that a real fix will come for version 1.60.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11120#comment:18> 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:19 UTC