On 2014-01-17 10:09 AM, Beman Dawes wrote:
On Wed, Jan 15, 2014 at 7:39 AM, Jim Bell <Jim@jc-bell.com> wrote:
It looks like parts of boost/config are missing:

..\..\..\boost/config.hpp(35) : fatal error C1083: Cannot open include file: 'boost/config/compiler/visualc.hpp': No such file or directory

It was also missing boost/config/user.hpp, but I added an empty one.

boost/config/compiler (as pulled from git in the regression test) has just one file: nvcc.hpp.

Rene pushed up a change 11 hours ago that should have fixed missing header problems for all platforms. If you run into further problems, please report them ASAP.

No change in behavior from a run script downloaded today, 1pm (1 hour ago). I removed my empty user.hpp, and that's where it's stuck now.

Full gory detail at:
    http://pastebin.com/uz3pcuBh

I got my script from
    https://raw.github.com/boostorg/boost/develop/tools/regression/src/run.py

(Redirects to this from https://github.com/boostorg/boost/blob/develop/tools/regression/src/run.py.)

Might this change have been added too late in the sequence? (I.e., after process_jam_log.exe is built?)