Boost C++ Libraries: Ticket #11124: Headers are not rebuilt completely https://svn.boost.org/trac10/ticket/11124 <p> Once you clone repo and run build such as this: ./b2 -a </p> <p> One would assume that all libraries are built and ALL header files are copied or linked into proper place but it is not the case. Only files which built .libs are depend upon installed into include (boost) directory. If library is not used in the build process it is left out. Just look for "Signals2" for example. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11124 Trac 1.4.3 Steven Watanabe Wed, 18 Mar 2015 18:32:34 GMT <link>https://svn.boost.org/trac10/ticket/11124#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11124#comment:1</guid> <description> <p> This is actually a simple fix: make stage depend on headers. We also need to update b2 install and make sure that everything works with the release tarballs as well as the repository. </p> </description> <category>Ticket</category> </item> </channel> </rss>