<div class="gmail_quote">On Fri, Oct 2, 2009 at 7:43 AM, Mike Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Fri, Oct 2, 2009 at 4:03 AM, Romain CHANU &lt;<a href="mailto:romainchanu@gmail.com">romainchanu@gmail.com</a>&gt; wrote:<br>
</div><div><div></div><div class="h5">&gt; Hi,<br>
&gt;<br>
&gt; I am starting to use Eclipse CDT 6.0 / CMake 2.6 for C++ development and I<br>
&gt; would like to have some information on how to integrate these two software<br>
&gt; together.<br>
&gt;<br>
&gt; I have been reading these pages:<br>
&gt;<br>
&gt; <a href="http://www.itk.org/Wiki/CMake:Eclipse" target="_blank">http://www.itk.org/Wiki/CMake:Eclipse</a><br>
&gt; <a href="http://www.itk.org/Wiki/Eclipse_CDT4_Generator" target="_blank">http://www.itk.org/Wiki/Eclipse_CDT4_Generator</a><br>
&gt;<br>
&gt; However, they seem quite out-dated :-\<br>
&gt;<br>
&gt; Could anyone tell me what are the best procedures / practices to follow when<br>
&gt; using the latest version of Eclipse and CMake?<br>
&gt;<br>
&gt; Thank you for your help.<br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt; Romain<br>
<br>
</div></div>I personally use Option #2 (I also helped write part of that page). I<br>
find that in my particular situation, having the ability to compile<br>
from the command line and from within eclipse can be helpful at times.<br>
The downside to Option #2 is that you have to manually setup the<br>
project after you generate the Makefiles. Usually you only have to do<br>
this once so for me it is not a big deal. Those with a large number of<br>
projects to import into Eclipse would probably find Option #2 to be a<br>
pain. Your Choice.<br></blockquote><div><br>For what it&#39;s worth, since Option #1 (the CDT4 generator) simply extends the Makefile generator you can still run &quot;make&quot; from the command line in addition to building from the Eclipse project.<br>
<br>VERBOSE mode used to be turned on by default when using the CDT4 generator which was a bit of an annoyance for command line use  but this has since been disabled (also, make VERBOSE=&quot;&quot; mostly worked around this when it was a problem).<br>
<br></div></div>-- <br>Philip Lowman<br>