From: Glyn M. <gly...@gm...> - 2008-05-21 13:33:37
|
Hi Divye, 2008/5/21 Divye Kapoor <div...@gm...>: > Hello all, > I've fought with Bjam over the weekend trying to get it to include both > the Boost libraries and cpp-netlib into the include path and I've been > failing miserably. I have some python code (really rough) that is setting up > a server on localhost and serving HTTP requests. Does anybody have any idea > how I can get bjam to run the python code before running the unit tests and > also how I can include the http_integration branch as well as the trunk in > the include directories? > I'm no bjam expert but its not clear from the description what you're trying to achieve. What include path are you referring to? cpp-netlib should build out of the box as long as the environment variables BOOST_ROOT and BOOST_BUILD_PATH are set. As for your other point, I think its possible but I don't know how you might do that with bjam. Perhaps asking on the Boost.Build list might help you more: http://www.boost.org/community/groups.html#jamboost HTH, Glyn |