Re: [C++-sig] building boost/python against stackless python and vs 2010

2010-06-08 Thread Thomas Berg
Hi, On Mon, Jun 7, 2010 at 2:52 PM, Philip Jonientz - NEXPLORE AG wrote: > error LNK1104: cannot open file 'boost_python-vc100-mt-1_42.lib' > > > > which is strange since I built v1.43 and the lib files are existent. > > I wonder where the linker looks for 1.42? It's hard to tell without more in

[C++-sig] building boost/python against stackless python and vs 2010

2010-06-07 Thread Philip Jonientz - NEXPLORE AG
Hello there, hopefully im doing it right, never used mailing-lists before. I recently tried building python boost(1.4.3) with stackless python(3.1) using bjam for msvc10, which worked it seems. I already have set up a Visual Studio 2010 project and got stackless python to run a basic simple s