Hello,
I'm trying to get meaningful error message for some of failures:
For example FreeBSD section gives
Which gives "Error extracting file: Error code 11 - No matching files were found."
Is there anyway to see the full build log to understand what went wrong.
Some of MSVC failures gives
call "c:\users\boost\appdata\local\temp\boost_regression\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul
cl /Zm800 -nologo @"D:\t08\run\results\boost\bin.v2\libs\locale\build\msvc-11.0\dbg\adrs-mdl-64\thrd-mlt\has_iconv_libc_obj.obj.rsp"
has_iconv.cpp
..\libs\locale\src\..\build\has_iconv.cpp(8) : fatal error C1083: Cannot open include file: 'iconv.h': No such file or directory
Which just seems to be wrong due to simple fact that has_iconv is just a build time test of platform capabilities and expected to fail.
But I don't see other errors.
Thanks
Artyom Beilis
--------------
CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/