Re: [C++-sig] Boost python and import error
No. It is important to compile Boost.Python shared library with bjam, but after this you can switch to your favorite build system.
You can build the boost_python runtime with any build system you like. E.g. I have been using scons for years. You just have to get the compile & link commands right. In the past there was a way to get bjam (version 1) show the commands it was issuing, I think it was -d2. I guess something similar if not the same should also work with the current bjam. Ralf ____________________________________________________________________________________ Sucker-punch spam with award-winning protection. Try the free Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/features_spam.html
On 3/12/07, Ralf W. Grosse-Kunstleve <rwgk@yahoo.com> wrote:
No. It is important to compile Boost.Python shared library with bjam,
but after this you can switch to your favorite build system.
You can build the boost_python runtime with any build system you like. E.g. I have been using scons for years. You just have to get the compile & link commands right.
:-). Can you post your scons script? Thank you -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/
participants (2)
-
Ralf W. Grosse-Kunstleve -
Roman Yakovenko