Subject: [Boost-bugs] [Boost C++ Libraries] #5883: Neither <dependency> nor <use> works on prebuilt library targets
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-09-09 18:11:25
#5883: Neither <dependency> nor <use> works on prebuilt library targets
------------------------------+---------------------------------------------
Reporter: anonymous | Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: To Be Determined | Component: build
Version: Boost 1.47.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
For example, suppose I have a jamroot file as follows;
{{{
run test.cpp : : : : test.run ;
explicit test.run ;
lib gmp : : <dependency>test.run ;
explicit gmp ;
exe main.exe : gmp main.cpp ;
explicit main.exe ;
}}}
Here, I just expect that `<dependency>` feature on the `lib` target
introduces a dependency on the `test.run` target. However, command line
invocation like
{{{
bjam main.exe
}}}
pulls neither the build nor run of `test.run` at all, and only `main.exe`
is built.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5883> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC