15 Sep
2014
15 Sep
'14
4:38 p.m.
On Monday 15 September 2014 19:53:39 you wrote:
On Monday 15 September 2014 15:30:26 Belcourt, Kenneth wrote:
You can replicate this by:
0) rm -f bin* boost 1) cd tools/regression/build 2) b2 -q 3) notice that this directory is missing: boost/mpl/aux_/preprocessed
If we can get boost/mpl/aux_/preprocessed installed, I think that’s the preferable fix.
I'll try a few experiments with Boost.Build to see if I can invoke the headers target prior to the testing tools.
https://github.com/boostorg/boost/pull/39 With these changes the headers target is properly invoked for me.