[CMake] Eclipse CMake Generator - Pre-Alpha version

Miguel A. Figueroa-Villanueva miguelf at ieee.org
Tue Jul 31 12:15:59 EDT 2007


On 7/31/07, Bill Hoffman <bill.hoffman at kitware.com> 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 fact that it creates the .project file with the cygwin
> >> cmake (posix paths) and the Eclipse is installed in a Windows
> >> environment un-aware of where /builds is...
> >>
> >
> > So the easiest way to "solve" this problem would be to disable the Eclipse
> > generator in cmake under Cygwin.
> >
> That is the only way to fix it.  (And it is the reason that Visual
> studio is not included in the cygwin
> build of cmake.)
>
> -Bill

I thought about this a little more... Now 'windows cmake' doesn't know
about cygwin, but 'cygwin cmake' knows about windows. What I need to
do is convert a unix path to a windows path to put it in the xml
project file of eclipse. This can be done with:

$ cygpath -wa /builds/eclipse_workspace
d:\eclipse_workspace

Now, is there a way to make this call during generation? That is when
I hit the Generate button.

--Miguel


More information about the CMake mailing list