Boost logo

Boost-Build :

Subject: Re: [Boost-build] "duplicate name of actual target"
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-06-20 14:24:53


AMDG

John Maddock wrote:
> OK this one is driving me nuts, I have a really simple project:
>
> import quickbook ;
> import modules ;
>
> local boost = [ modules.peek : BOOST ] ;
>
> exe auto_index :
> ../src/auto_index.cpp
> ../src/file_scanning.cpp
> ../src/index_generator.cpp
> ../src/tiny_xml.cpp
> $(boost)/libs/regex/build//boost_regex
> $(boost)/libs/filesystem/build//boost_filesystem
> $(boost)/libs/system/build//boost_system
> : <define>BOOST_ALL_NO_LIB=1 <link>static ;
>
> #install bin : auto_index ;
>
> But as soon as I uncomment the install rule I get:
>
> <snip>
> error: added properties: none
> error: removed properties: <threadapi>win32

Ugh. Does it help if you put a use-project /boost //thread ; in?

In Christ,
Steven Watanabe


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