Hi,
Placing user-config.jam in your %HOMEDRIVE%%HOMEPATH%
location, and configured Python inside it, is very crucial step.
I spent like 4 days while trying to build it without following this step.
Please see the tutorial with the link below:
http://garkavictor.blogspot.jp/2013/09/compiling-boo
hi,
have you placed user-config.jam in your %HOMEDRIVE%%HOMEPATH%
location, and configured Python inside it, e.g.
using msvc : 10.0 : : ;
using python
: 2.7 #version
: D:/Python27 # cmd-or-prefix
: D:/Libs/Python273/include #includes
: D:/Libs/Python273/libs #libraries
;
as described
Hi folks -- new to Boost.Python, old-school C/C++/Python developer.
I'm trying to set up Boost.Python 1.54.0 on Windows 7, python 2.7.3, Visual
Studio 2010. I installed boost_1_54_0 using the VS10 installer, then built bjam
using 'bootstrap; .\b2 toolset=msvc', then copied bjam into my $PATH. I