Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-03-23 02:09:22


On Wednesday 23 March 2005 00:59, Sinate wrote:
> Hi,
>
> I'm trying to bulid something with v2 of boost.build. However, even
> reading though all the docs when I try to build, bjam keeps saying
> that "no toolsets are configured". Version 1 works fine. I've tried
> editing the user-config file to use gcc. I've tried "bjam toolset=gcc"
> and "bjam -s"/path/pointing/to/my/gcc/location". All result in the
> message "no toolsets are configured".
>
> Could someone suggest what I try next?

Place the following to your user-config.jam:

ECHO "This is my user-config.jam" ;
using gcc ;

If you see the messages, but you still get the error, I'll be very surprised.
If you don't see the message, it means you've placed your user-config.jam in
some wrong place, or that V2 can't find it somehow.

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk