Boost C++ Libraries: Ticket #7144: Issue in <include> relative path calculation when defined in <conditional>. https://svn.boost.org/trac10/ticket/7144 <p> For &lt;include&gt; feature, "path" attribute is not relative to Jamfile when defined inside &lt;conditional&gt; of requirements. If &lt;include&gt; is defined directly in requirements, everything works proper of course. </p> <p> The issue is revealed when building project not from the directory where Jamfile with &lt;conditional&gt; is located, but from other directory (so that relative path should be calculated). </p> <p> Attached reworked "hello" example from repository with "child_dir" subpart which tries to include "folder_to_include" directory. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7144 Trac 1.4.3 Dmitriy Kinoshenko <dvb.kharkov@…> Tue, 17 Jul 2012 21:33:14 GMT attachment set https://svn.boost.org/trac10/ticket/7144 https://svn.boost.org/trac10/ticket/7144 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">hello2.tar.gz</span> </li> </ul> Ticket Jurko Gospodnetic Sun, 22 Jul 2012 07:45:30 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7144#comment:1 https://svn.boost.org/trac10/ticket/7144#comment:1 <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> Fixed on the trunk in revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/79665" title="Fixed a Boost Build bug with path feature requirements not getting ...">[79665]</a>. </p> Ticket