Boost C++ Libraries: Ticket #4630: [filesystem] Wave regression test failure on Mingw https://svn.boost.org/trac10/ticket/4630 <p> One of the Wave regression tests is failing On Mingw with the error </p> <pre class="wiki">../boost/filesystem/v2/operations.hpp:1191:24: error: 'boost::filesystem2::create_hard_link' has not been declared </pre><p> (see <a class="ext-link" href="http://tinyurl.com/3x3y9jj"><span class="icon">​</span>http://tinyurl.com/3x3y9jj</a>). </p> <p> Looks like the "using filesystem2::create_hard_link;" on line 1191 of operations.hpp needs to be guarded with an </p> <pre class="wiki">#if !defined(BOOST_WINDOWS_API) || defined(BOOST_FS_HARD_LINK) </pre><p> as the declaration of create_hard_link iteself is. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4630 Trac 1.4.3 jim@… Tue, 12 Oct 2010 02:13:37 GMT <link>https://svn.boost.org/trac10/ticket/4630#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4630#comment:1</guid> <description> <p> This change is also required for a MinGW-32 project just upgraded from boost 1.38. Thanks for doing the research. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Beman Dawes</dc:creator> <pubDate>Tue, 12 Oct 2010 10:05:22 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4630#comment:2 https://svn.boost.org/trac10/ticket/4630#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">duplicate</span> </li> </ul> <p> Fixed by changeset 65371. See <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4487" title="#4487: Patches: filesystem/v2/operations.hpp : create_hard_link should not be exported ... (closed: fixed)">#4487</a>. </p> Ticket