On 16 Apr., 12:53, "Rob Wolfe" <[EMAIL PROTECTED]> wrote: > Soren wrote: > > Unable to load Boost.Build: could not find "boost-build.jam" > > --------------------------------------------------------------- > > Attempted search from C:\boost\boost_1_33_1\libs\python\example > > \tutorial up to t > > he root and in these directories from BOOST_BUILD_PATH and BOOST_ROOT: > > C:\boost\boost_1_ > > 33_1. > > Please consult the documentation at 'http://www.boost.org'. > > > Can anyone please tell me what I am doing wrong?? Theres no tutorial > > on how to make a boost-build.jam file.. and as I understand I don't > > need one as long as I set BOOST_BUILD_PATH .. > > Try to create boost-build.jam file like this: > > # boost-build.jam > boost-build C:\boost\boost_1_33_1\tools\build\v1 ; > > -- > HTH, > Rob
Hi Rob, Thanks for the answer! It did solve the error.. but produced a new one: C:\boost\boost_1_33_1\libs\python\example\tutorial>bjam -sTOOLS=vc-8_0 Unable to load Boost.Build: could not find build system. --------------------------------------------------------- C:\boost\boost_1_33_1\libs\python\example\boost-build.jam attempted to load the build system by invoking 'boost-build C:/boost/boost_1_33_1/tools/build/v1 ;' but we were unable to find "bootstrap.jam" in the specified directory or in BOOST_BUILD_PATH (searching C:\boost\boost_1_33_1, C:/boost/ boost_1_33_1/t ools/build/v1). What is bootstrap.jam? .. Haven't seen that one in the short tutorial... Thanks alot!, Soren -- http://mail.python.org/mailman/listinfo/python-list