Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-08-04 01:58:02


On Wednesday 03 August 2005 22:32, David Abrahams wrote:
> Does anyone know what might be causing this?
>
> bjam --v2 msvc-7.1 html
> ...
> c:/boost/tools/build/v2/build\targets.jam:1245: in construct from module
> object(typed-target)@25 error: unable to construct ./standalone

In most cases this means there's no generator that can do anything about the
target. Do you have "using boostbook ; " and the like?

You can try the --debug-generators option to figure out what's going on.

FWIW, with up-to-date CVS, running "bjam --v2" in "more/whos_using" works for
me, with the following user-config.jam part:

using boostbook
: /home/ghost/Store/docbook/xsl
: /home/ghost/Store/docbook/dtd
;
using doxygen ;

HTH,
Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2
 

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