AMDG On 12/15/2013 07:58 AM, Fredrik Orderud wrote:
On Sun, Dec 15, 2013 at 4:22 PM, Jürgen Hunold
wrote: On Sunday, 15. December 2013 16:06:04 Fredrik Orderud wrote:
There seem to be a problem with copying of submodule headers when building boost from git on Windows. I get a _lot_ of "error C1083: Cannot open include file: 'boost/config/user.hpp': No such file or directory" when attempting to build Boost with VS2012. Manual copying of user.hpp (as well as other "missing" headers) does solve the problem, but this should not be necessary.
Right. This is handled by b2, though not automagically right now.
<snip> Thanks a lot Jürgen.
It would be great if b2 could be improved to do this automatically.
The reason boost/config/user.hpp is a problem is that the #include scanner isn't finding it, because it's #included through a macro. In Christ, Steven Watanabe