Boost logo

Boost :

Subject: Re: [boost] clang-win, again
From: Egor Pugin (egor.pugin_at_[hidden])
Date: 2018-10-27 12:30:59


> You can try the attached clang-win.jam, with

Using your config I got several errors related to .asm files with b2.
See https://pastebin.com/RXih1XyB

---
Also I found the root cause of my issue.
My build system added VC include paths to command line:
"-IC:/Program Files (x86)/Microsoft Visual
Studio/2017/Community/VC/Tools/MSVC/14.15.26726/include"
"-IC:/Program Files (x86)/Microsoft Visual
Studio/2017/Community/VC/Tools/MSVC/14.15.26726/ATLMFC/include"
If I add these lines, for example, to
bin.v2\libs\log\build\clang-vc14.1-win-cl6\release\address-model-64\link-static\threadapi-win32\threading-multi\syslog_backend.obj.rsp
it does not compile.
Without them, everything is fine.
Seems like some internal clang-cl issue.
-- 
Egor Pugin

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk