Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-04-19 07:13:50


On Tuesday 19 April 2005 15:58, Aleksey Gurtovoy wrote:
> Vladimir Prus writes:
> >>> My initial attempts to reproduce this have failed. Can you provide me
> >>> with:
> >>>
> >>> 1. The content of user-config.jam
> >>
> >> import toolset : using ;
> >> using xsltproc ;
> >> using boostbook : C:/Progra~1/docbook-xsl/docbook-xsl-1.66.1
> >>
> >> : C:/Progra~1/docbook/4.2
> >>
> >> ;
> >
> > Should not there be "using doxygen ; " as well?
>
> Good question, probably, but somehow things worked perfectly this way
> for about a year until a few days ago. FWIW, doxygen executable is in
> the path.
>
> >>> 2. The output from "bjam --v2 --debug-generator" run in boost/doc
> >
> > Sorry, I've made a type. The right spelling is "bjam --v2
> > --debug-generators".
>
> OK, see the updated attachment.

Thanks. I believe you need to add "using gcc ; " to user-config.jam. Or "using
msvc ; ". Looks like some library started to use quickbook, and the quickbook
toolset is written so that it automatically compiles the quickbook binary,
which in turn depends on program_options. But since you have not configured
any compilers, Boost.Build has no idea how to build it, so you get:

error: unable to construct ../libs/program_options/build/program_options

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