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...@python.org [mailto:cplusplus-sig-bounces+pj=nexplore...@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 <p...@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@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig _______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig