$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] setup the environment variable correctly on OS X 10.4
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-04-03 07:50:18
On Friday 03 April 2009 15:43:58 Michael Jackson wrote:
> I think you need to "clean" your build first then try again. I don't
> know what the proper bjam command is for that so I usually just
> manually delete the build folder and then build again. The folder is
> bin.v2 which should be inside your boost directory.
Per the nice manual:
http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html
cleaning of targets is done with the --clean option.
- Volodya