Boost C++ Libraries: Ticket #2417: Suppress python configuration warning https://svn.boost.org/trac10/ticket/2417 <p> libs/python/build/Jamfile.v2 is written to emit a warning if no python is found. The message is emitted when the file is parsed, as opposed to when Boost.Python is actually build, and produces noise for folks who are using Boost in large project and won't use Python. </p> <p> Jamfile should be modified to use the 'message' target to emit the warning only when actually build. Jamfiles for graph, mpi and regex show how to do this. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2417 Trac 1.4.3 Steven Watanabe Sun, 13 Jun 2010 04:00:12 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2417#comment:1 https://svn.boost.org/trac10/ticket/2417#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/62895" title="Delay the warning that the Boost.Python Jamfile emits, until someone ...">[62895]</a>) Delay the warning that the Boost.Python Jamfile emits, until someone actually tries to use the library. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2417" title="#2417: Bugs: Suppress python configuration warning (closed: fixed)">#2417</a>. </p> Ticket