Boost C++ Libraries: Ticket #1013: Multiple include paths for Python https://svn.boost.org/trac10/ticket/1013 <p> A user has Python installation where headers are in two different directories. Current python.jam allows to provide only single include directory, but it's not a fundamental limitation -- just signature of a couple of functions. The attached patch fixes this; the user reports that the patch works. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1013 Trac 1.4.3 Vladimir Prus Tue, 29 May 2007 19:11:17 GMT attachment set https://svn.boost.org/trac10/ticket/1013 https://svn.boost.org/trac10/ticket/1013 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">multiple_includes.diff</span> </li> </ul> Ticket Thomas Witt Thu, 31 May 2007 21:45:07 GMT milestone set https://svn.boost.org/trac10/ticket/1013#comment:1 https://svn.boost.org/trac10/ticket/1013#comment:1 <ul> <li><strong>milestone</strong> → <span class="trac-field-new">Boost 1.34.1</span> </li> </ul> Ticket Thomas Witt Thu, 31 May 2007 23:35:10 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1013#comment:2 https://svn.boost.org/trac10/ticket/1013#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> Patch applied to RC_1_34_0 </p> Ticket