IIRC when you build boost you have to use --with-python as bjam option or
the python libs are not built
On Sat, Mar 1, 2014 at 6:30 PM, Kevin Kunzmann wrote:
> Hi!
>
> I just successfully built boost using bootstrap and .\b2 on Windows 8.1
> with msvc 11.0. I put it in C:\local\boost_1_55_0
>
Hi!
I just successfully built boost using bootstrap and .\b2 on Windows 8.1
with msvc 11.0. I put it in C:\local\boost_1_55_0
In my home directory I created user-config.jam:
# MSVC configuration
using msvc : 11.0 ;
# Python configuration
using python : : C:/Users/Kevin/Anacond