Boost logo

Boost-Build :

Subject: Re: [Boost-build] Problem with Install Rule
From: William Marié (william.marie_at_[hidden])
Date: 2008-10-21 07:08:32


Vladimir Prus a écrit :
> On Tuesday 21 October 2008 15:04:23 William Marié wrote:
>
>> arrff sorry i just realised that the output.txt wasn't right
>>
>
> Yes; I was just about to <strike>give you a call</strike> ask for
> clarification.
>
> - Volodya
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
>
Another interesting test :
I added a dependency on date_time :
use-project boost : ../source/trunk/libs/boost ;

# Project Configuration
project
    : build-dir build
    : requirements
        <include>.
        <dependency>/boost/date_time/<link>shared
        <dependency>/boost/filesystem/<link>shared
        <dependency>/boost/system/<link>shared
       
    : source-location
        .
    ;
install date_time : /boost/date_time :
                            <location>.
                            <install-type>SHARED_LIB
                            ;
                               
install system : /boost/system :
                            <location>.
                            <install-type>SHARED_LIB
                            ;
                           
install filesystem : /boost/filesystem :
                            <location>.
                            <install-type>SHARED_LIB
                            ;

lib test : main.cpp ;

And now bjam reinstalled : filesystem and system every time....


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