<div class="gmail_quote">On Fri, Oct 2, 2009 at 7:43 AM, Mike Jackson <span dir="ltr"><<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>></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 <<a href="mailto:romainchanu@gmail.com">romainchanu@gmail.com</a>> wrote:<br>
</div><div><div></div><div class="h5">> Hi,<br>
><br>
> I am starting to use Eclipse CDT 6.0 / CMake 2.6 for C++ development and I<br>
> would like to have some information on how to integrate these two software<br>
> together.<br>
><br>
> I have been reading these pages:<br>
><br>
> <a href="http://www.itk.org/Wiki/CMake:Eclipse" target="_blank">http://www.itk.org/Wiki/CMake:Eclipse</a><br>
> <a href="http://www.itk.org/Wiki/Eclipse_CDT4_Generator" target="_blank">http://www.itk.org/Wiki/Eclipse_CDT4_Generator</a><br>
><br>
> However, they seem quite out-dated :-\<br>
><br>
> Could anyone tell me what are the best procedures / practices to follow when<br>
> using the latest version of Eclipse and CMake?<br>
><br>
> Thank you for your help.<br>
><br>
> Cheers,<br>
><br>
> 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's worth, since Option #1 (the CDT4 generator) simply extends the Makefile generator you can still run "make" 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="" mostly worked around this when it was a problem).<br>
<br></div></div>-- <br>Philip Lowman<br>