On 08/26/2014 03:08 PM, Marcel Raad wrote:
K:/boost/tools/build/src/build\virtual-target.jam:1099: in virtual- target.register-actual-name from module virtual-target error: Duplicate name of actual target:
libboost_system-vc140- mt-gd-1_57.lib
Would the below be a better wording for this error? Note that I've used another testcase, since I don't have msvc around. error: Name clash for '<pdist>hello' error: error: Tried to build the target twice, with property sets having error: these incompabile properties: error: error: - <debug-symbols>off <define>NDEBUG <inlining>full <optimization>speed <runtime-debugging>off <variant>release error: - <debug-symbols>on <inlining>off <optimization>off <runtime-debugging>on <variant>debug error: error: Please make sure to have consistent requirements for these error: properties everywhere in your project, especially for install error: targets. - Volodya