Boost C++ Libraries: Ticket #5551: bcp fails to extract a buildable version of filesystem library https://svn.boost.org/trac10/ticket/5551 <p> bcp fails to add the path libs/filesystem/build when boost/filesystem.hpp or boost/filesystem is speciified, such as by using the following: </p> <blockquote> <p> bcp boost/filesystem &lt;dest_dir&gt; </p> </blockquote> <blockquote> <p> bcp boost/filesystem.hpp &lt;dest_dir&gt; </p> </blockquote> <p> bcp will extract libs/filesystem/build if the following invocation is made: </p> <blockquote> <p> bcp filesystem &lt;dest_dir&gt; </p> </blockquote> <p> Adding an entry in specials (see add_path.cpp) instructing bcp to treat libs/filesystem/build as a dependency when boost/filesystem/config.hpp resolves the issue. See attached modified add_path.hpp for details (based off of revision 72041). </p> <p> However, I am not sure that this is the ideal resolution. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5551 Trac 1.4.3 David Willis <dawillis@…> Thu, 19 May 2011 04:07:17 GMT attachment set https://svn.boost.org/trac10/ticket/5551 https://svn.boost.org/trac10/ticket/5551 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">add_path.cpp</span> </li> </ul> <p> tools/bcp/add_path.cpp </p> Ticket Michel MORIN <mimomorin@…> Sun, 21 Aug 2011 17:14:57 GMT owner set https://svn.boost.org/trac10/ticket/5551#comment:1 https://svn.boost.org/trac10/ticket/5551#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">John Maddock</span> </li> </ul> Ticket John Maddock Sun, 21 Aug 2011 18:12:54 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5551#comment:2 https://svn.boost.org/trac10/ticket/5551#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/73985" title="Merge bcp fixes from Trunk. Fixes #5551.">[73985]</a>) Merge bcp fixes from Trunk. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5551" title="#5551: Bugs: bcp fails to extract a buildable version of filesystem library (closed: fixed)">#5551</a>. </p> Ticket