$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-10 04:24:21
Markus Schöpflin wrote:
> Hello,
>
> I just noted the following lines in the bjam.log created by the regression
> tests:
>
> Skipping build: <build>no in common properties
> error: Unable to find file or target named
> error: '/boost/thread//boost_date_time'
> error: referred from project at
> error: '../libs/wave/test/build'
>
> I don't think I have seen them before. The first line seems OK to me, but
> the others probably are not.
The others means that somebody (Hartmut?) tried to refer to 'boost_date_time'
target in the /boost/thread project, which is obviously not there.
- Volodya