Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11120: Problem compile with python 3 support.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-07-27 16:38:05
#11120: Problem compile with python 3 support.
-------------------------------+----------------------------
Reporter: tele | Owner: (none)
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Building Boost
Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------------
Comment (by anonymous):
Same error exists on OSX due to the difference in folder names.
When installing Python3 with brew (brew install python3) Python is
installed in this folder:
/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6
Boost configuration detects the folder correctly but sets the include path
as:
/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/include/python3.6
While brew installation places include files in:
/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/include/python3.6m
This can be solved by soft linking folder include/python3.6 to
include/python3.6m but it's not obvious, and boost library build does not
work out of the box.
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/11120#comment:21> 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-07-27 16:41:04 UTC