Boost logo

Boost-Build :

Subject: Re: [Boost-build] option in user-config.jam
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-12-10 15:57:08


AMDG

On 12/10/2011 12:36 PM, Braden Northington McDaniel wrote:
> I'm trying to set an option in user-config.jam:
>
> option prefix : /my/prefix ;
>
> This yields the following error message:
>
> tools/build/v2/build/project.jam:1105: in option from module project-rules
> error: The 'option' rule may be used only in site-config or user-config
>
> Am I doing it wrong? I also tried the syntax that can occur in project-config.jam:
>
> option.set prefix : /my/prefix ;
>
> … but that seemed to have no effect.
>

Oops. I accidentally broke this a while back,
in fixing another problem. Should be fixed in
the trunk in r75888.

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