$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-10-08 00:43:00
Brock Peabody wrote:
> If I put the above in my project-root.jam, and the following in my Jamfile:
>
> use-project /boost/thread : $(BOOST_ROOT)\\libs\\thread\\build ;
>
> I get
>
> Could not find a Jamfile in directory
> /C:/tt/c:/boost/libs/thread/build'.
Luckily, this was simple to diagnose. There was a bug in path-constant. A fix
and a testcase which now works were just comitted. You can get the the fixed
file right now at
http://zigzag.cs.msu.su:7813/working_copy/new/project-roots.jam
- Volodya