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

Thomas Berg merlin66b at gmail.com
Tue Jun 8 21:54:22 CEST 2010


Hi,

On Mon, Jun 7, 2010 at 2:52 PM, Philip Jonientz - NEXPLORE AG
<pj at nexplore.ch> 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 information, but the boost headers use
the auto-linking feature of Visual Studio (unless you define
BOOST_ALL_NO_LIB). If you accidentally include an older boost header,
something like this could easily happen.

Hope this helps,
Thomas


More information about the Cplusplus-sig mailing list