----- Original Message -----

> From: "Raghvendra Jain" <raghavendra.j...@gmail.com>
> To: "Development of Python/C++ integration"
> <cplusplus-sig@python.org>
> Sent: Saturday, October 5, 2013 9:44:53 AM
> Subject: Re: [C++-sig] Building tutorial example out of the boost
> tree, on Windows

> 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-boost-and-boostpython-running.html
Hi Raghav; thanks for that link. In there, he does not use bjam to build the 
python extension dll; he creates a Visual Studio project and does it there. Is 
that the recommended method now? I thought I saw somewhere it is recommended to 
use bjam and most newbie questions come from not doing that. 

In any case, I can use bjam to build and test the tutorial example when it's 
inside the boost tree, but not when I move it outside -- I feel like I must be 
missing something simple. 
-- 

Gary Oberbrunner 
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
https://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to