Re: [CMake] Eclipse CDT and CMake

2008-11-07 Thread Miguel A. Figueroa-Villanueva
On Fri, Nov 7, 2008 at 6:34 PM, Neal Meyer wrote: > On Fri, Nov 7, 2008 at 12:31 PM, Miguel A. Figueroa-Villanueva > <[EMAIL PROTECTED]> wrote: >> >> On Fri, Nov 7, 2008 at 4:11 PM, Neal Meyer wrote: >> > On Friday 07 November 2008, Neal Meyer wrote: >> >> I've tried the existing generator in cmake

Re: [CMake] Eclipse CDT and CMake

2008-11-07 Thread Neal Meyer
Thanks Miguel - that clears up the differences I'm seeing on the two projects. One has a number of project calls init and the other only had a single one at the top level. When I add project calls to the nested directories they come out to the top level of the eclipse project. Will the root alwa

Re: [CMake] Eclipse CDT and CMake

2008-11-07 Thread Miguel A. Figueroa-Villanueva
On Fri, Nov 7, 2008 at 4:11 PM, Neal Meyer wrote: > On Friday 07 November 2008, Neal Meyer wrote: >> I've tried the existing generator in cmake on the Mac on my existing >> project but it generated a crazy MakeFile project that builds, but is >> really unorganized and doesn't really help any. I tr

Re: [CMake] Eclipse CDT and CMake

2008-11-07 Thread Neal Meyer
Thanks Alex. I'm playing with the generator on Windows and Mac, and now that I understand the Eclipse limitation with the linked resource directory it makes it clearer. On my windows project I'm getting several linked directories in the main project that seems like everything that has an add_subd

Re: [CMake] Eclipse CDT and CMake

2008-11-07 Thread Alexander Neundorf
On Friday 07 November 2008, Neal Meyer wrote: > I've tried the existing generator in cmake on the Mac on my existing > project but it generated a crazy MakeFile project that builds, but is > really unorganized and doesn't really help any. I tried using the CMake > project and discovered that the b

Re: [CMake] Eclipse CDT and CMake

2008-11-07 Thread Neal Meyer
es were all over the place. Once I ran cmake in the source file. It behaved much better. -Neal Date: Fri, 7 Nov 2008 08:07:19 +0100 From: "Eric Noulard" <[EMAIL PROTECTED]> Subject: Re: [CMake] Eclipse CDT and CMake To: "Michael Jackson" <[EMAIL PROTECTED]> Cc:

Re: [CMake] Eclipse CDT and CMake

2008-11-06 Thread Eric Noulard
2008/11/7 Michael Jackson <[EMAIL PROTECTED]>: > > On Nov 6, 2008, at 7:26 PM, Neal Meyer wrote: > >> I'm on a Mac and I was wondering if there are any plans to support full >> CDT projects from CMake? >> >> -Neal > > I thought there was a CDT generator as part of CMake? Yes there is: http://www.c

Re: [CMake] Eclipse CDT and CMake

2008-11-06 Thread Michael Jackson
On Nov 6, 2008, at 7:26 PM, Neal Meyer wrote: I'm on a Mac and I was wondering if there are any plans to support full CDT projects from CMake? -Neal I thought there was a CDT generator as part of CMake? I actually use the plain old Makefiles generator on OS X because I can build from w

[CMake] Eclipse CDT and CMake

2008-11-06 Thread Neal Meyer
I'm on a Mac and I was wondering if there are any plans to support full CDT projects from CMake? -Neal ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: RE [CMake] Eclipse CDT and CMake

2007-07-23 Thread Andy Dingfelder
Hi Mike, No problem at all... the vast majority of your tutorial is spot on, and only a couple of small issues caused me any confusion at all. I am familiar with make files in general and eclipse, but this is my first exposure to cmake and hopefully my questions will help other newcomers. My g

Re: RE [CMake] Eclipse CDT and CMake

2007-07-23 Thread Mike Jackson
Andy, sorry for the problems that you had trying to follow my instructions. Let me address some of your troubles. 1] The CMake Editor plugin is just that.. A plugin for Eclipse that will do syntax coloring and some "code completion" for CMake commands in CMake files ("CMakeLists.txt and *.cmake).

RE [CMake] Eclipse CDT and CMake

2007-07-23 Thread Andy Dingfelder
sorry, I missed one step, from the wiki example. Mike, you talk about manually running ccmake from the command line. I am not clear why you do this... from what it asked me to do, my best guess is that this file is used to define the output dirs for the libraries or executables the make creates.

RE [CMake] Eclipse CDT and CMake

2007-07-23 Thread Andy Dingfelder
I've been reading through the thread on Eclipse CDT and CMake and have a couple questions. I have installed the eclipse plugin from http://www.cthing.com/CMakeEd.asp It color codes the CMakeLists.txt file, not sure what else it does, as it did not have any documentation I could see and there is

RE: [CMake] Eclipse CDT and CMake

2007-05-12 Thread Trevor Kellaway
Hi, > The biggest thing to realize about combining the two was that > a true "out of source" was not letting eclipse work to its > full potential. Creating the "Build" directory within the > project directory was one of the major "Ah HAH!" moments for me. There is also the alternative of setti

Re: [CMake] Eclipse CDT and CMake

2007-05-12 Thread Mike Jackson
For me it wasn't much of a PITA as more of a trial an error until I got a system that works for my particular workflow. The biggest thing to realize about combining the two was that a true "out of source" was not letting eclipse work to its full potential. Creating the "Build" directory wit

Re: [CMake] Eclipse CDT and CMake

2007-05-12 Thread Brandon Van Every
On 5/12/07, Eric Noulard <[EMAIL PROTECTED]> wrote: 2007/5/11, Mike Jackson <[EMAIL PROTECTED]>: > > I actually use Eclipse with the CDT plugin to do VTK/Qt C++ > development on the Mac. Combined with CMake and a few changes to the default > Eclipse settings is a great combination Hi Mike, Wo

Re: [CMake] Eclipse CDT and CMake

2007-05-12 Thread Mike Jackson
On May 12, 2007, at 4:19 AM, Eric Noulard wrote: 2007/5/11, Mike Jackson <[EMAIL PROTECTED]>: I actually use Eclipse with the CDT plugin to do VTK/Qt C++ development on the Mac. Combined with CMake and a few changes to the default Eclipse settings is a great combination Hi Mike, Woul

[CMake] Eclipse CDT and CMake

2007-05-12 Thread Eric Noulard
2007/5/11, Mike Jackson <[EMAIL PROTECTED]>: I actually use Eclipse with the CDT plugin to do VTK/Qt C++ development on the Mac. Combined with CMake and a few changes to the default Eclipse settings is a great combination Hi Mike, Would you be kind enough to add a Wiki entry describing how y