4 Jun
2014
4 Jun
'14
5:33 p.m.
Vicente J. Botet Escriba wrote:
Hi, I don't reach to get the last changes in libs/core after un update of the whole boost repository and it modules
cd modular-boost git checkout master git pull git submodule update
viboes$ pwd /Users/viboes/github/modular-boost/libs/core viboes$ ls
What I need to do to see this new repository?
This worked for me (from BOOST_ROOT): git submodule update --init libs/core git submodule update --init libs/throw_exception Then I still had some errors so I removed boost/ directory and re-run b2 headers. Regards, Adam