$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2007-10-10 04:25: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.
>
> Markus
>
I just realized that the above error blocks regression tests from running.
I checked in a change to libs/wave/test/build/Jamfile.v2 which hopefully
fixes the problem.
Markus