Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2006-06-19 13:11:11


Roland Schwarz wrote:
> After having glanced over the "build all variants" thread, I am inclined
> to believe in order to get a similar result as bbv1 I need:
>
> bjam --v2 msvc-7.1 install variant=debug,release threading=multi,single
> link=static,shared
>
> Under Linux this starts to compile, but on Windows gives me:
>
> Roland_at_SPEEDSNAIL:H:\Projects\boost\HEAD$ bjam --v2 msvc-7.1 install
> variant=debug,release threading=multi,single link=static,shared
>
> error: Duplicate name of actual target:
> <pC:\install\lib>boost_filesystem-vc71-mt-gd-1_35.lib
...
> error: added properties: <rtti>off
> error: removed properties: <rtti>on
>
> Nothing is built.
> Can anyone please tell me what I am still missing here?

I have managed to replicate this using the simpler:

   bjam --v2 msvc-7.1 install debug release

I'll take a look at it and see if I can find out what is going on.

If I have this correct, BBv2 is trying to build two versions of the
boost_filesystem-vc71-mt-gd-1_35.lib library -- one for variant=debug,
the other for variant=release -- where it should be as follows:

   boost_filesystem-vc71-mt-gd-1_35.lib ==> variant=debug
   boost_filesystem-vc71-mt-g-1_35.lib ==> variant=release

- Reece
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk