Compile boost-python tutorial with VS-2015 CTP 5 and Python 3.5a on Windows 10 TP
问题 I'm trying to get the boost-python extension module tutorial working on a modern C++14 compiler in Windows 10. I've downloaded the latest versions of boost 1.57 and python 3.5a source using vc-14 (VS 2015 CTP 5). I compiled python from source using VS 2015 CTP 5 and these instructions: 1.1.3.3. Windows. I've run the command .\bootstrap.bat && .\b2 stage toolset=msvc --with-python from the boost project folder c:\boost This is the user-config.jam file in my home directory: using msvc : 14.0 :