Boost C++ Libraries: Ticket #4560: bjam install does not install boost/asio/impl/src.cpp as a header https://svn.boost.org/trac10/ticket/4560 <p> The 1.44 release page says about asio: </p> <p> Added optional separate compilation. To enable, add #include &lt;boost/asio/impl/src.cpp&gt; to one source file in a program, then build the program with BOOST_ASIO_SEPARATE_COMPILATION defined in the project/compiler settings. Alternatively, BOOST_ASIO_DYN_LINK may be defined to build a separately-compiled Asio as part of a shared library. </p> <p> The file is present in the right place when you untar the source distribution, but when you build and install using bjam, the boost/asio/impl/src.cpp is not installed in the right place. </p> <p> Tested on Mac OS X 10.6.3 with gcc </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4560 Trac 1.4.3 Steven Watanabe Thu, 19 Aug 2010 15:23:04 GMT <link>https://svn.boost.org/trac10/ticket/4560#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4560#comment:1</guid> <description> <p> The glob in Jamroot would need to include .cpp files. Actually it would better match current Boost conventions if the file were src.hpp or src.ipp. It would be even better to build a compiled library as part of the normal build. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>chris_kohlhoff</dc:creator> <pubDate>Mon, 25 Oct 2010 12:57:27 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4560#comment:2 https://svn.boost.org/trac10/ticket/4560#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/66175" title="Merge from trunk: Rename separate compilation header. Fixes #4560. ">[66175]</a>) Merge from trunk: Rename separate compilation header. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4560" title="#4560: Bugs: bjam install does not install boost/asio/impl/src.cpp as a header (closed: fixed)">#4560</a>. </p> Ticket