Boost C++ Libraries: Ticket #4516: [interprocess] linker errors running regression tests on Mingw https://svn.boost.org/trac10/ticket/4516 <p> a bunch of the interprocess regression tests fail on Mingw with linker errors about undefined references to <a class="missing wiki">CoInitialize</a> and such. e.g. </p> <p> <a class="ext-link" href="http://tinyurl.com/23mxkm5"><span class="icon">​</span>http://tinyurl.com/23mxkm5</a> </p> <p> changing the jamfile to link with ole32 and oleaut32 gets the tests to build. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4516 Trac 1.4.3 Richard Webb <richard.webb@…> Fri, 06 Aug 2010 16:34:57 GMT attachment set https://svn.boost.org/trac10/ticket/4516 https://svn.boost.org/trac10/ticket/4516 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">interprocess.diff</span> </li> </ul> Ticket Richard Webb <richard.webb@…> Fri, 06 Aug 2010 17:13:31 GMT attachment set https://svn.boost.org/trac10/ticket/4516 https://svn.boost.org/trac10/ticket/4516 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">interprocess-example.diff</span> </li> </ul> Ticket Richard Webb <richard.webb@…> Fri, 06 Aug 2010 17:16:21 GMT <link>https://svn.boost.org/trac10/ticket/4516#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4516#comment:1</guid> <description> <p> Same problem applies to the examples as well as the tests. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Thu, 26 Aug 2010 10:24:20 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/4516#comment:2 https://svn.boost.org/trac10/ticket/4516#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> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.44.0</span> → <span class="trac-field-new">Boost-1.45.0</span> </li> </ul> <p> Fixed for Boost 1.45 in release branch </p> Ticket rwebb <richard.webb@…> Sat, 28 Aug 2010 22:49:10 GMT status changed; resolution deleted https://svn.boost.org/trac10/ticket/4516#comment:3 https://svn.boost.org/trac10/ticket/4516#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> <p> The linker errors are still occuring in the comp_doc_xxx examples. </p> <p> The first change in interprocess-example.diff (not applied) fixes it for me. </p> Ticket Ion Gaztañaga Fri, 01 Apr 2011 18:01:54 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4516#comment:4 https://svn.boost.org/trac10/ticket/4516#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</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 in Boost 1.47 </p> Ticket