Re: [C++-sig] Trouble building boost with Visual Studio 2010

2016-03-10 Thread David Aldrich
Hi Liam Thanks for your reply and help. I'm going to try using the pre-built libraries instead. Best regards David From: Cplusplus-sig [mailto:cplusplus-sig-bounces+david.aldrich=emea.nec@python.org] On Behalf Of Liam Herron Sent: 10 March 2016 15:39 To: Development of Python/C++ integra

Re: [C++-sig] Trouble building boost with Visual Studio 2010

2016-03-10 Thread Liam Herron
Unfortunately, I don't have python3 installed on my computer so I never had to deal with this. My only suggestion is to hack the "libs/python/build/Jamfile.v2" file to get it to work. Sorry I can't be of more help :( --Liam From: Cplusplus-sig [mailto:cplusplus-sig-bounces+herron=ellingto

Re: [C++-sig] Trouble building boost with Visual Studio 2010

2016-03-10 Thread David Aldrich
Thanks for your reply. I have set my path to start with Python 2.7: PATH=c:\Python27;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VSTSDB\Deploy;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN; etc. I have create