<div class="gmail_quote">On Fri, Dec 11, 2009 at 9:18 AM, Marcel Loose <span dir="ltr">&lt;<a href="mailto:loose@astron.nl">loose@astron.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, 2009-12-11 at 14:51 +0100, Michael Wild wrote:<br>
&gt; On 11. Dec, 2009, at 14:27 , Marcel Loose wrote:<br>
&gt;<br>
&gt; &gt; Hi all,<br>
&gt; &gt;<br>
&gt; &gt; I was browsing the CMake sources for a problem I was facing with the<br>
&gt; &gt; creation of symlinks (on Unix that is) and I noticed that the<br>
&gt; &gt; SystemTools::CreateSymlink function simply returns false when building<br>
&gt; &gt; on a Windows platform.<br>
&gt; &gt;<br>
&gt; &gt; Does that mean that I cannot use &#39;cmake -E create_symlink&#39; on Windows.<br>
&gt; &gt; If that&#39;s the case I consider it a bug, because the documentation<br>
&gt; &gt; suggests that &#39;cmake -E create_symlink&#39; provides a platform independent<br>
&gt; &gt; way of creating symbolic links. So, if the OS and/or filesystem does not<br>
&gt; &gt; support symbolic links, IMHO, it should just copy the file.<br>
&gt; &gt;<br>
&gt; &gt; Best regards,<br>
&gt; &gt; Marcel Loose.<br>
&gt; &gt;<br>
&gt;<br>
&gt; Simply copying the file might be just as bad if people assume it really IS a symlink... IMHO, if the OS can&#39;t create a symlink, cmake -E create_symlink should fail loudly, not just silently ignore it. And somebody should implement this function for Windows &gt;= Vista/2008 (i.e. WINVER &gt;= 0x0600):<br>

&gt;<br>
&gt; <a href="http://msdn.microsoft.com/en-us/library/aa363866(VS.85).aspx" target="_blank">http://msdn.microsoft.com/en-us/library/aa363866(VS.85).aspx</a><br>
&gt;<br>
&gt; Michael<br>
<br>
</div>Hi Michael,<br>
<br>
I think it depends. Failing loudly may not always be desirable, just as<br>
failing silently.<br>
<br>
In my particular case, I was just creating a bunch of symlinks to<br>
directories; no need to discern these symlinks from the actual<br>
directories, but I need to be able to access the directory contents.<br>
<br>
When it comes to symlinks to files, there may be situations where you<br>
would really like it to be a link, e.g. when editing the file. Would<br>
that be a CMake usage scenario??<br>
<br>
I don&#39;t know what&#39;s the best way to deal with this issue. What do the<br>
CMake developers think of this?<br></blockquote></div><br><div>I can&#39;t speak for the rest of the CMake developers, but personally, I just simply avoid symlinks at all costs in projects that are meant to be cross-platform. If I&#39;m working on a Mac-or-Linux-only project, symlinks can sometimes be useful... but they are simply not useful on Windows.</div>
<div><br></div><div>Just my opinion,</div><div>David</div><div><br></div>