On 15/11/2018 17:09, Peter Dimov via Boost wrote:
With the current develop branch (since Boost.Build hasn't been merged to master yet),
b2 toolset=clang-win
now works on Appveyor without additional configuration. You can see it in action at
https://ci.appveyor.com/project/pdimov/assert/builds/20331077/job/0hux9a6mlr...
Many many thanks for working on this, however running locally it fails for me at the linking step: compile-c-c++ ..\..\..\bin.v2\libs\config\test\config_info.test\clang-win-6.0\debug\config_info.obj clang-win.link ..\..\..\bin.v2\libs\config\test\config_info.test\clang-win-6.0\debug\config_info.exe '/DEBUG' is not recognized as an internal or external command, operable program or batch file. /DEBUG /subsystem:console /out:"..\..\..\bin.v2\libs\config\test\config_info.test\clang-win-6.0\debug\config_info.exe" @"..\..\..\bin.v2\libs\config\test\config_info.test\clang-win-6.0\debug\config_info.exe.rsp" if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL% ...failed clang-win.link ..\..\..\bin.v2\libs\config\test\config_info.test\clang-win-6.0\debug\config_info.exe ..\..\..\bin.v2\libs\config\test\config_info.test\clang-win-6.0\debug\config_info.pdb... ...skipped