[Boost-bugs] [Boost C++ Libraries] #7316: Build boost.python fails with python 3.2.3

Subject: [Boost-bugs] [Boost C++ Libraries] #7316: Build boost.python fails with python 3.2.3
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-01 17:08:04


#7316: Build boost.python fails with python 3.2.3
--------------------------------------------------+-------------------------
 Reporter: Sergey Dmitriev <dmi3evsv@…> | Owner: rwgk
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: Python
  Version: Boost 1.51.0 | Severity: Problem
 Keywords: 3.2 build |
--------------------------------------------------+-------------------------
 {{{
 $ ./b2 -q -d+2 variant=release link=shared threading=multi runtime-
 link=shared | grep err
 libs/mpi/src/python/datatypes.cpp:20:33: error: ‘PyInt_Type’ was not
 declared in this scope
 libs/mpi/src/python/py_environment.cpp:53:37: error: cannot convert
 â€˜char**’ to ‘wchar_t**’ for argument ‘2’ to ‘void PySys_SetArgv(int,
 wchar_t**)’

 $ uname -a
 Linux asus 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012
 x86_64 x86_64 x86_64 GNU/Linux

 $ python3 --version
 Python 3.2.3

 $ echo "import sys; print( sys.prefix )" | python3
 /usr

 $ cat project-config.jam | grep python
 using python : 3.2 : /usr ;
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7316>
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:10 UTC