<p>Great!<br>
Thanks for the tips. i&#39;m to download the latest eclipse and try again.<br>
All the best,</p>
<p>Mauricio de Paulo</p>
<div class="gmail_quote">Em 21/11/2011 18:47, &quot;Alexander Neundorf&quot; &lt;<a href="mailto:a.neundorf-work@gmx.net">a.neundorf-work@gmx.net</a>&gt; escreveu:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Monday 21 November 2011, Mauricio de Paulo wrote:<br>
&gt; Hi Alexander, thanks for the quick reply!<br>
&gt;<br>
&gt; As far as I&#39;ve read, the problem is with the &lt;linkedResources&gt; tag. The<br>
&gt; workaround I wrote just removes the &lt;link&gt; inside it.<br>
&gt;<br>
&gt; I&#39;ve downloaded cmake 2.8.6, removed 2.8.5 packaged, and tested it with<br>
&gt; the same results. I&#39;m afraid the problem persists. Is this tag doing<br>
&gt; what it&#39;s suposed to do? My project is pretty simple, just a few cpps<br>
&gt; and one link target.<br>
&gt;<br>
&gt; I haven&#39;t tested out source builds with the tag removed, but I think the<br>
&gt; workaround might solve this too.<br>
&gt;<br>
&gt; I&#39;m attaching the .project generated with the command bellow:<br>
&gt;<br>
&gt; cmake -G&quot;Eclipse CDT4 - Unix Makefiles&quot; -DCMAKE_BUILD_TYPE=Debug .<br>
<br>
Which version of Eclipse are you using, something before Helios ?<br>
<br>
The virtual linked resources are new since Eclipse 3.6 Helios. I wasn&#39;t aware<br>
of that.<br>
<br>
The next cmake release (i.e. 2.8.7) will try to recognize the Eclipse version,<br>
and only create those links if Eclipse is new enough.<br>
If it can&#39;t find the eclipse executable and so can&#39;t determine the version, it<br>
will assume 3.6 or newer. If this is wrong, you can adjust it by setting the<br>
CMAKE_ECLIPSE_VERSION variable via cmake-gui.<br>
<br>
This is already in the current git master branch of cmake.<br>
<br>
Alex<br>
</blockquote></div>