Boost logo

Boost-Build :

From: aulwelling_at_[hidden]
Date: 2007-01-10 10:45:39


> Message: 2
> Date: Wed, 10 Jan 2007 00:26:41 +0300
> From: Vladimir Prus <ghost_at_[hidden]>
> Subject: Re: [Boost-build] Glob .current-project variable error
> To: boost-build_at_[hidden]
> Message-ID: <200701100026.41253.ghost_at_[hidden]>
> Content-Type: text/plain; charset="iso-8859-15"
>
> On Wednesday 10 January 2007 00:00, aulwelling_at_[hidden] wrote:
>
> > ~/boost-root/build/project.jam:321: in load-jamfile from module
> > project
> > error: The value of the .current-project variable
> > error: has magically changed after loading a Jamfile.
> ......
> > Here are two simple rules. The first one works, the second
> one causes
> > the error:
> > rule generate-no-error
> > {
> > local test-var = [ path.glob . : * ] ;
> > echo $(test-var) ;
> > }
> >
> > rule generate-error
> > {
> > local test-var = [ glob * ] ;
> > echo $(test-var) ;
> > }
>
> > -> bjam --version
> > Boost.Build V2 (Milestone 10)
> > Boost.Jam 03.1.13
>
> M10 is very old. M11 is the current version and M12 is gonna
> be released very soon.
> Please try with the nightly built version, that can be downloaded at:
>
> http://boost.org/boost-build2/
>
> If that fails too, please post a packed (zip or tar.bz2),
> minimal project that reproduces this problem.
>
> Thanks,
> Volodya

This worked! Thanks!
-Ashley


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