Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-05-27 05:11:10


Hi Konstantin,

> VP> Here's Jamfile which can illustrate my point:
> VP> lib foo : foo.cpp :
> VP> <dependency>../libs/date_time/build/boost_date_time : :
> VP> <library>../libs/date_time/build/boost_date_time ;
>
> VP> lib bar : bar.cpp : : : <library>foo ;
>
> VP> exe hello : hello.cpp bar ;
>
> VP> Here, everything will be compiled with proper includes.
>
> No, lib bar doesn't compiles with boost/date_time defines I just have
> checked.

Agh... sure. Nothing here says that "bar" uses or depends on foo. If you use

lib bar : bar.cpp : <dependency>foo : : <library>foo ;

everything will work. Yep, here's the duplication again....

- Volodya

>
> With best regards, Konstantin M. Litvinenko aka Dark Angel. E-mail:
> darkangel_at_[hidden]
>
>
>
>
>
> To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

 


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