Boost Build Warning

H

Hoop

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.
Thanks
Jeff
 
R

Roman Yakovenko

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,224
Latest member
BettieToom

Latest Threads

Top