Re: [C++-sig] Boost.Python and STLPort, ArgumentError

2009-06-19 Thread Simon Pickles
Hello Nikolay, Thanks for the reply. I _think_ it is built with stlport. I rebuilt boost.python with my user-config.jam changed and the stdlib=stlport option. It generated new libraries with the 'p' suffix (for stlport) When I bjammed my c++ extension module, I had to link to the boost_pyth

Re: [C++-sig] Boost.Python and STLPort, ArgumentError

2009-06-19 Thread Nikolay Mladenov
It looks like your Boost.Python requires rebuild with stlport? The error message comes from Boost.Python (function.cpp I think). It seems to me that your module is build with stlport but boost_python is not. HTH, Nikolay Simon Pickles wrote: Hello, Configuration: WinXP SP3 MSVC8 Python 2.5

[C++-sig] Boost.Python and STLPort, ArgumentError

2009-06-19 Thread Simon Pickles
Hello, Configuration: WinXP SP3 MSVC8 Python 2.5.4 Boost 1.38 STLPort 5.2 Bullet Physics (requires STLPort to avoid Alignment problems) I need to use STLPort with my c++ extension modules, due to Bullet Physics API. I've managed to build STLPort, rebuilt boost (bjam stllib=stlport stage), an