It seems that .gitmodules is being pushed regularly by individual's rather than retaining a common one. A few days ago .gitmodules was overwritten to include only boost.math, now it references only boost.log. Look at those commits for example: (older to newer) https://github.com/boostorg/boost/commit/ec263acde5756da86a6036b36eabc8dbe57... https://github.com/boostorg/boost/commit/1862b15a2b24f81a497c7d5fd1985291598... https://github.com/boostorg/boost/commit/57867018811951232b896c2808f3b1710c1... If this doesn't stop and build doesn't change it directory structure it won't work but only by manually moving things around. -Nasos On 05/18/2013 09:09 PM, Richard wrote:
[Please do not mail me a copy of your followup]
boost@lists.boost.org spake the secret code
thusly: on Thu May 16 2013, legalize+jeeves-AT-mail.xmission.com (Richard) wrote:
Can someone please briefly describe what submodules I need to manually add just to get something bootstrapped? None; we (finally!) have a modularized history with submodules! Please
git clone --recursive http://github.com/boostorg/boost ...still wondering where build is supposed to come from. Anyone?