<p>Great!<br>
Thanks for the tips. i'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, "Alexander Neundorf" <<a href="mailto:a.neundorf-work@gmx.net">a.neundorf-work@gmx.net</a>> 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>
> Hi Alexander, thanks for the quick reply!<br>
><br>
> As far as I've read, the problem is with the <linkedResources> tag. The<br>
> workaround I wrote just removes the <link> inside it.<br>
><br>
> I've downloaded cmake 2.8.6, removed 2.8.5 packaged, and tested it with<br>
> the same results. I'm afraid the problem persists. Is this tag doing<br>
> what it's suposed to do? My project is pretty simple, just a few cpps<br>
> and one link target.<br>
><br>
> I haven't tested out source builds with the tag removed, but I think the<br>
> workaround might solve this too.<br>
><br>
> I'm attaching the .project generated with the command bellow:<br>
><br>
> cmake -G"Eclipse CDT4 - Unix Makefiles" -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'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't find the eclipse executable and so can'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>