2013/5/26 Jürgen Hunold
Hi,
On Saturday, 25. May 2013 15:38:07 Jürgen Hunold wrote:
Next task is generating forward headers.
I got the patches applying and Boost.Build getting started. Patches for Jamroot and tools/build repository attached.
Caveats: - Dependency analysis is screwed, symlinks are created _after_ compilation. Just run compilation twice for the time being.
Repository layout:
Most targets fail with:
fatal error: boost/detail/workaround.hpp: No such file or directory
We have 7 workaround files after the conversion:
libs/math/include/boost/math/tools/workaround.hpp libs/interprocess/include/boost/interprocess/detail/workaround.hpp libs/test/include/boost/test/detail/workaround.hpp libs/intrusive/include/boost/intrusive/detail/workaround.hpp libs/container/include/boost/container/detail/workaround.hpp libs/mpl/include/boost/mpl/aux_/config/workaround.hpp
but the missing one from boost/details seems to belong to mpl.
Any ideas?
Many files from "boost/detail" were sent to a repository "core" that was not mapped as a submodule. I renamed the repository to "detail" and mapped it to "libs/detail".