On 14 Aug 2006 10:29:08 -0700, Hoop <[EMAIL PROTECTED]> wrote: > Hi, > I am trying to run the Hello World example in Boost.Python from the > Building Hello World documentation. I believe that I have everything > set up right but I get these three warnings, > > warning: no toolsets are configured. > warning: you won't be able to build C++ programs. > warning: please consult the documentation. > > Not sure how to set up the toolsets or what documentation is being > refered to here. > To compile I do,( from the example, for using VS2005) > bjam -s VC80_ROOT=vc-8_0 > not totally sure if that is right so I have tried a few others like, > bjam -sTOOLS=vc-8_0 > > Any help would be appreciated.
Try to run vcvars32.bat ( if exists or something similar ) before you invoke bjam from the same cmd. I am not sure, but this could help. > Thanks > Jeff -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ -- http://mail.python.org/mailman/listinfo/python-list