Boost logo

Boost-Build :

From: Joao Abecasis (jpabecasis_at_[hidden])
Date: 2005-03-13 12:47:39


David Abrahams wrote:
>
> in tools/quickbook/doc I did:
>
> bash -c "export ICU_PATH=/cygdrive/c/src/icu && bjam -a --v2 toolset=gcc pdf"
>
> But it continued to try to use vc7.1 until I moved
>
> using gcc ;
>
> to the top of my site-config.jam

I had noticed this too... In order to have quickbook compiled only once
quickbook is always compiled with the "default" toolset. In practice, we
get an empty property-set:

local quickbook-property-set = [ property-set.empty ] ;

This is not the toolset specified on the command line but the first one
ever defined. (<variant>release is also explicitly added which may not
always be desirable...)

FWIW, you can specify the quickbook executable to be used with:

using quickbook : /path/to/quickbook ;

Anyway, there's surely room for improvement and I'm open to suggestions.

Best,

João

 


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