27 Oct
2018
27 Oct
'18
12:30 p.m.
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