[C++-sig] getting the tutorial up and running

2014-03-02 Thread Kevin Kunzmann
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

Re: [C++-sig] getting the tutorial up and running

2014-03-04 Thread Kevin Kunzmann
Nikolay Mladenov wrote: 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 <mailto:kevinkunzm...@gmx.net>> wrote: Hi! I just successfully built boost using bootstrap and .\b2 o