Re: [C++-sig] Building tutorial example out of the boost tree, on Windows

2013-10-05 Thread Raghvendra Jain
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

Re: [C++-sig] Building tutorial example out of the boost tree, on Windows

2013-10-05 Thread Wojciech Mamrak
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

[C++-sig] Building tutorial example out of the boost tree, on Windows

2013-10-05 Thread Gary Oberbrunner
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