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

Philip Jonientz - NEXPLORE AG pj at nexplore.ch
Wed Jun 9 09:41:20 CEST 2010


Well, thanks for your help.
I realized, there was a previous version of boost installed in the same directory which I first didn't realize somehow... now I'm really happy it actually compiles fine, thanks again :)

-----Ursprüngliche Nachricht-----
Von: cplusplus-sig-bounces+pj=nexplore.ch at python.org [mailto:cplusplus-sig-bounces+pj=nexplore.ch at python.org] Im Auftrag von Thomas Berg
Gesendet: Dienstag, 8. Juni 2010 21:54
An: Development of Python/C++ integration
Betreff: Re: [C++-sig] building boost/python against stackless python and vs2010

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
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig at python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig


More information about the Cplusplus-sig mailing list