Bug #1178
Prebuilt libboost_python.so is not compiled with Python 2.7
Start date:
12/05/2015
Due date:
% Done:
0%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
Android version:
CrystaX Version:
Description
The prebuilt libboost_python.so is not compiled with Python 2.7 in built 761
$ nm -C libboost_python3.so > a
$ nm -C libboost_python.so > b
$ diff a b*
They should have different exposed symbols
This leads to linker errors like undefined reference for
boost::python::detail::init_module(char const*, void (*)())
Dmitry Moskalchuk: "Right now we're building Boost.Python with python-3.5 only, since
python-2.7 appeared in our builds just few weeks ago. We definitely will
fix that and will build Boost.Python with python-2.7 too, but it's just
not yet done."
Updated by Dmitry Moskalchuk about 5 years ago
- Category set to boost
- Assignee set to Dmitry Moskalchuk
- Target version set to 11.0.0