Windows binary of boost_python3 built against incorrect headers
2017-07-18
2017-11-25
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
I believe the windows binaries for boost_python3 are being built against the python 2 headers.
When I dump the exports from the latest lib:
From the lib I've built myself:
The signature of init_module is determined this #ifdef (from http://www.boost.org/doc/libs/1_64_0/boost/python/module_init.hpp):
Based on this code, the boost_python3 library appears to be built against the python 2 headers.
Last edit: John Soklaski 2017-07-18
I observe the same. Is there a specific reason not to fix this, or at least acknowledge that there is an issue here?