<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Oleh,<br>
<br>
I think the re-generation of the Makefile is not handled by Eclipse
itself, but by the autotools. So if you call a "make" from Eclipse, the
same behaviour occurs as if you would run it from the command line. But
I think that is a good thing, because it separates the IDE from the
(rather complex) build system.<br>
<br>
I also use Eclipse, and my code completion works quite well! But I can
also report some problems with the path inclusion feature, sometime
when I hit F3 to go to a class definition, I have to choose from a list
of possible matches - the right match is not chosen automatically.
This is probably related to your problem of Eclipse not recognizing the
correct order of path inclusions.<br>
<br>
Cheers,<br>
Jurgis<br>
<br>
On 11/26/2010 02:08 PM, Oleh Krehel wrote:
<blockquote
cite="mid:AANLkTik1eakcsuPhC+XJAsmDZ0+UW5SUd_+uN4cdue7V@mail.gmail.com"
type="cite">Hi Christian,<br>
<br>
I have downloaded the plugin that you have suggested but all it seems
to do is just highlight the syntax for Makefile.am:)<br>
eclipse handles Makefile.am pretty well without this plugin.<br>
As I see it, eclipse doesn't use it's own build system to generate
Makefiles, it just issues the "make all" command.<br>
I edited Makefile.am to add a new source file, eclipse automatically
regenerated the makefile and properly compiled the project.<br>
<br>
regards,<br>
Oleh<br>
<br>
<div class="gmail_quote">2010/11/26 Christian Engwer <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:christi@uni-hd.de">christi@uni-hd.de</a>></span><br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi
Oleh,<br>
<div class="im"><br>
> I'm using eclipse cdt 7.0.1.<br>
> When it takes over the automake project created by dunecontrol,<br>
> everything(except proper code completion) works out of the box.<br>
<br>
</div>
cdt uses it's own build-system to generate Makefiles (at least the<br>
lastime I tested it). That was the reason for the Makefile &
autotools<br>
extensions. Perhaps the autotools extension might solve your problem!?<br>
<font color="#888888"><br>
Christian<br>
<br>
</font></blockquote>
</div>
<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Dune mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dune@dune-project.org">Dune@dune-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.dune-project.org/mailman/listinfo/dune">http://lists.dune-project.org/mailman/listinfo/dune</a>
</pre>
</blockquote>
</body>
</html>