On 22/08/07, Vladimir Prus <ghost@cs.msu.su> wrote:
On Wednesday 22 August 2007 12:01:26 Thorsten Ottosen wrote:
> I'm getting a warning
>
> D:/boost/trunk/tools/build/v2/build\virtual-target.jam:996: in
> virtual-target.re
> gister-actual-name from module virtual-target
> error: Duplicate name of actual target:
> <pbin\msvc-8.0\debug\threading-multi>bay
> esian.lib

Well, is this a *complete* error message? I'm pretty
sure it is not, and the part you've trimmed out
contains important information -- how the conflicting
targets differ in properties.

I had what might be a similar problem recently (brought up on IRC). I never got around to tracking the problem down, but I did notice two things:

* If you copy your directories into the boost tree, the error goes away.
* If you delete the Jamfile.v2 from the base directory, the error goes away. Note that I was using the version of Jamfile.v2 that comes from the boost document root (verified).

I hope this info isn't *completely* irrelevant.

Regards,
Darren