Инсталляционный буст с VS 2019 Preview - PullRequest
0 голосов
/ 19 июня 2019

Я установил VS 2019 Preview в Windows 10. Он работает без проблем, и я могу написать код CPP и выполнить его.Я собираюсь установить буст и использовать их библиотеки.Я мог бы скомпилировать и собрать его.У меня сейчас b2.exe, но когда я пытаюсь запустить b2.exe с параметром link = shared, он показывает мне следующее сообщение:

 next alternative: required properties: <abi>x32 <address-model>64 <architecture>x86 <binary-format>elf <threading>multi <toolset>intel
        not matched
    next alternative: required properties: <abi>sysv <address-model>32_64 <architecture>x86 <binary-format>mach-o <threading>multi
        not matched
    next alternative: required properties: <abi>sysv <architecture>combined <binary-format>mach-o <threading>multi
        not matched
    - zlib                     : no  (cached)
    - bzip2                    : no  (cached)
    - lzma                     : no  (cached)
error: Name clash for '<pstage\lib>boost_atomic-vc-mt-1_68.dll'
error:
error: Tried to build the target twice, with property sets having
error: these incompatible properties:
error:
error:     -  <address-model>32
error:     -  <address-model>64
error:
error: Please make sure to have consistent requirements for these
error: properties everywhere in your project, especially for install
error: targets.
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...