Hi all: I have used Boost.Python successfully to wrap around C++ API in python2.5. I must say that boost.python is an amazing library. However, if I want to create the same API for python2.4 do I have to rebuild the boost with python2.4 and then run bjam again, or is there any simple solution than that? The reason for asking this is because changing the Jamrules file did not help much. Thank you for your help. Maulik
on Tue Nov 06 2007, desai3-AT-cooper.edu wrote:
Hi all:
I have used Boost.Python successfully to wrap around C++ API in python2.5. I must say that boost.python is an amazing library.
However, if I want to create the same API for python2.4 do I have to rebuild the boost with python2.4 and then run bjam again,
I think so. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (2)
-
David Abrahams
-
desai3@cooper.edu