Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Eric Noulard
2007/7/31, Miguel A. Figueroa-Villanueva [EMAIL PROTECTED]: On 7/31/07, Eric Noulard wrote: 2007/7/31, Miguel A. Figueroa-Villanueva: Again I may help. I may provide you my hand-made CDT projects files for CMake enabled open-source projects https://savannah.nongnu.org/projects/tsp/

Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Alexander Neundorf
Hi Miguel, On Tuesday 31 July 2007 00:22, Miguel A. Figueroa-Villanueva wrote: Hello Everyone, Recently there has been discussion on the list about the Eclipse IDE (or whatever it is; platform maybe ;) ) and CMake. http://www.cmake.org/pipermail/cmake/2007-July/015294.html

Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Miguel A. Figueroa-Villanueva
On 7/31/07, Alexander Neundorf wrote: On Tuesday 31 July 2007 00:22, Miguel A. Figueroa-Villanueva wrote: Guidance and support: 1. Are the CMake developers interested in this (i.e., will they accept the patches)? If so, how should I coordinate this development. I don't

Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Alexander Neundorf
Hi, On Tuesday 31 July 2007 09:51, you wrote: ... Great! If you personally think this is good and can review/apply the patches relatively quickly then that will work well for me. What I was worried about was that I open a feature request and, understandably so, it sits there to be taken care

Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Mike Jackson
Eclipse CDT only supports MinGW on Windows so the fact that it is broken for Cygwin is no surprise. CDT does NOT support nmake at this time because there would be no way to debug the code after it was compiled. There was discussion about this on the CDT newsgroup (nntp://news.eclipse.org

Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Bill Hoffman
Alexander Neundorf wrote: I did run into the following annoyance, but it is rather another topic. When I compile the CMake code in Eclipse using the cygwin tools, then the resulting Eclipse project files are broken. This is due to the fact that it creates the .project file with the cygwin

Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Alexander Neundorf
On Tuesday 31 July 2007 10:30, Mike Jackson wrote: Eclipse CDT only supports MinGW on Windows so the fact that it is broken for Cygwin is no surprise. Really ? In 2004 a patch was needed for CDT (from Oyvind Harboe I think) to work correctly with cygwin paths, but I thought this patch was

Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Mike Jackson
CDT Project files are NOT backwards compatible. You will need a generator for CDT 3.x and CDT 4.x. IMHO - Forget CDT 3.x. It is not being developed any more and CDT 4.x is such a leap ahead of 3.x that anyone starting with CDT _should_ be using CDT 4.x. -- Mike Jackson Senior Research

Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Mike Jackson
On Jul 31, 2007, at 10:42 AM, Alexander Neundorf wrote: On Tuesday 31 July 2007 10:30, Mike Jackson wrote: Eclipse CDT only supports MinGW on Windows so the fact that it is broken for Cygwin is no surprise. Really ? In 2004 a patch was needed for CDT (from Oyvind Harboe I think) to work

Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Bill Hoffman
Mike Jackson wrote: Eclipse CDT only supports MinGW on Windows so the fact that it is broken for Cygwin is no surprise. CDT does NOT support nmake at this time because there would be no way to debug the code after it was compiled. There was discussion about this on the CDT newsgroup

Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Brandon Van Every
On 7/31/07, Mike Jackson [EMAIL PROTECTED] wrote: Eclipse CDT only supports MinGW on Windows so the fact that it is broken for Cygwin is no surprise. I've only poked at Eclipse every once in a blue moon, but as far as I know that's just not true. In fact, 1.5 years ago the problem was MinGW

Re: [CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-31 Thread Miguel A. Figueroa-Villanueva
On 7/31/07, Bill Hoffman [EMAIL PROTECTED] wrote: Alexander Neundorf wrote: I did run into the following annoyance, but it is rather another topic. When I compile the CMake code in Eclipse using the cygwin tools, then the resulting Eclipse project files are broken. This is due to the

[CMake] Eclipse CMake Generator - Pre-Alpha version

2007-07-30 Thread Miguel A. Figueroa-Villanueva
Hello Everyone, Recently there has been discussion on the list about the Eclipse IDE (or whatever it is; platform maybe ;) ) and CMake. http://www.cmake.org/pipermail/cmake/2007-July/015294.html http://www.cmake.org/pipermail/cmake/2007-July/015434.html So, I don't know much about Eclipse