Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-05-14 01:42:08


On Friday 11 May 2007 19:16, John Reid wrote:
> Vladimir Prus wrote:
> > Can you send me the complete project?
> >
> > - Volodya
>
> Yes - here it is.
>
> My mistake - your last suggestion didn't work as I had thought it did -
> it just ignored it and was using the last built copy of SimpleLexer.
> That'll teach me to clean up in-between builds.

What I think happens is the <source> project requirement. It applies to
all targets, and your generator is written to fail when it's passed more
than one source.

I'd suggesting using <library> features instead of <source>, since
<library> is only considered when linking.

- Volodya


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