$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-28 02:56:28
Hi Alexey,
> I updated from m10 to the current CVS version and now the error
> message
> telling that target is missing fails to tell the location of the
> invalid reference.
> Unable to find file or target named
> error: '/project//library'
> error: referred from project at
> There used to be few additional lines with the path of a Jamfile that
> caused the error. This part is missing now, and there are additional
> blank lines in place of missing message lines.
This was a fallout from my optimisation -- some code was moved and the
variable which used to hold project location became invisible. Fixed now,
thanks for the report!
- Volodya