AMDG On 05/10/2017 03:46 PM, Edward Diener via Boost wrote:
On 5/10/2017 5:01 PM, Vinnie Falco via Boost wrote:
Now I remember some jibber jabber about putting projects in the live Boost directory (a practice which I am not fond of). In the interest of moving forward I tried it.
$ cd ~/lib/boost_1_64_0 $ git clone git@github.com:joaquintides/poly_collection $ cd poly_collection/example $ b2
<snip> algorithms.cpp algorithms.cpp(12): fatal error C1083: Cannot open include file: 'boost/poly_collection/algorithm.hpp': No such file or directory
1) Clone beneath the 'your_boost_tree_root/libs' directory
Right. It needs to go under libs/ because that's where it will ultimately be put if it is accepted.
2) run 'b2 headers' from 'your_boost_tree_root' after you clone
This is supposed to happen automatically, and it does work for me with boost develop. In Christ, Steven Watanabe