$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [git]  genrating forward headers
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-05-27 17:59:02
AMDG
On 05/27/2013 02:03 PM, Jürgen Hunold wrote:
> Hi!
> 
> I've attached my last attempts  at getting forward headers to work.
> 
> Running "b2 headers" from BOOST_ROOT works on Linux and Windows., building the 
> libraries,t oo.
> 
> When runningthe regression tests from BOOST_ROOT/status (needed patch 
> atteched) I still get
> 
> error: target { link%link.do-link-recursively-coroutine-headers. { 
> libs/coroutine/include/boost. } } has no type
> 
I think when defining alias headers in Jamroot, you
need to use <dependency> instead of listing the
per-library header targets in the sources.
> Full  log attached.
> 
> Any ideas what is missing? I think I should get 
> 
> Performing configuration checks
> 
>     - symlinks supported       : yes (cached)
> 
> at the top, but the test is not run. I think I'm missing something obvious.
> 
The test is run just before the error.
In Christ,
Steven Watanabe