Boost C++ Libraries: Ticket #12491: Boost.Log not in list of non-header-only libraries https://svn.boost.org/trac10/ticket/12491 <p> Boost.Log must be separately compiled (<a href="http://www.boost.org/doc/libs/1_62_0/libs/log/doc/html/log/installation/config.html">Configuring and building the library</a>). </p> <p> However, it is not on the list of "libraries that must be built separately": </p> <p> <a href="http://www.boost.org/doc/libs/1_62_0/more/getting_started/unix-variants.html#header-only-libraries">http://www.boost.org/doc/libs/1_62_0/more/getting_started/unix-variants.html#header-only-libraries</a> <a href="http://www.boost.org/doc/libs/1_62_0/more/getting_started/windows.html#header-only-libraries">http://www.boost.org/doc/libs/1_62_0/more/getting_started/windows.html#header-only-libraries</a> </p> <p> (This applies to all previous versions of the documentation). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12491 Trac 1.4.3 anonymous Sun, 02 Oct 2016 17:11:21 GMT owner, component changed https://svn.boost.org/trac10/ticket/12491#comment:1 https://svn.boost.org/trac10/ticket/12491#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Andrey Semashev</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">log</span> </li> </ul> Ticket Andrey Semashev Sun, 02 Oct 2016 19:38:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12491#comment:2 https://svn.boost.org/trac10/ticket/12491#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> I've created a PR (<a class="ext-link" href="https://github.com/boostorg/boost/pull/131"><span class="icon">​</span>https://github.com/boostorg/boost/pull/131</a>) to add Boost.Log to the list. </p> Ticket