Boost logo

Boost-Build :

Subject: Re: [Boost-build] Changing user-config.jam after b2 command
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2018-01-03 14:59:23


AMDG

On 01/02/2018 11:46 PM, Edward Diener via Boost-build wrote:
> On 1/2/2018 7:12 PM, Steven Watanabe via Boost-build wrote:
>> If you really
>> want to know when user-config.jam has been loaded,
>> you can put an ECHO in it (or just use --debug-configuration)
>
> My user-config.jam consists of 'using' statements. Where am I supposed
> to put an ECHO statement ?
>

user-config.jam is parsed as jam code. 'using' is a function call,
as is ECHO. Just put it at the top level.

In Christ,
Steven Watanabe


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