Boost C++ Libraries: Ticket #5388: Boost iostreams installation documentation indicates the wrong source file for gzip https://svn.boost.org/trac10/ticket/5388 <p> Currently the documentation for iostreams on the installation of the component indicates that when using the boost/iostreams/filter/gzip.hpp header that zlib.cpp should be included in the project. This is incorrect as it should indicate gzip.cpp (<a href="http://www.boost.org/doc/libs/1_46_1/libs/iostreams/src/gzip.cpp">http://www.boost.org/doc/libs/1_46_1/libs/iostreams/src/gzip.cpp</a>). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5388 Trac 1.4.3 Steven Watanabe Tue, 05 Apr 2011 22:31:04 GMT owner, component changed https://svn.boost.org/trac10/ticket/5388#comment:1 https://svn.boost.org/trac10/ticket/5388#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Jonathan Turkanis</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">iostreams</span> </li> </ul> Ticket Steven Watanabe Wed, 06 Apr 2011 20:59:41 GMT <link>https://svn.boost.org/trac10/ticket/5388#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5388#comment:2</guid> <description> <p> gzip.hpp actually depends on both zlib.cpp and gzip.cpp. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Wed, 06 Apr 2011 21:06:54 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5388#comment:3 https://svn.boost.org/trac10/ticket/5388#comment:3 <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/71049" title="Add gzip.cpp to the list of required sources for gzip. Fixes #5388.">[71049]</a>) Add gzip.cpp to the list of required sources for gzip. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5388" title="#5388: Bugs: Boost iostreams installation documentation indicates the wrong source ... (closed: fixed)">#5388</a>. </p> Ticket