$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] "duplicate name of actual target"
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-06-21 04:39:56
>> error: added properties: none
>> error: removed properties: <threadapi>win32
>
> Ugh. Does it help if you put a use-project /boost //thread ; in?
I assume you meant "use-project /boost : $(boost) ;" ? And yes that did fix
things - thanks!
I've moved that invocation to the sandbox's Jamroot file to prevent others
from having the same issue, should this be required though?
Cheers, John.