$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] using <dependency> in Bjam
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-03-25 17:51:06
On Wednesday 25 March 2009 23:40:36 Robert Ramey wrote:
> There are a bunch of tests in the serialization library which make no
> sense to run if the compiler/library doesn't support wide character i/o.
> In order to skip these, I've included the following rule in the jamfile.v2.
>
> It doesn't seem to be skipping tests.
Can you provide more precise information? What test is run despite
what configuration check failing? How can I reproduce it?
- Volodya
BTW, Boost.Jam is low-level engine, and does not have <dependency>
or anything like that -- these are provided by Boost.Build