[CMake] cmake 2.6.1 with generator for eclipse problem

Alexander Neundorf a.neundorf-work at gmx.net
Wed Aug 6 15:44:22 EDT 2008


On Wednesday 06 August 2008, Olaf Peter wrote:
> Hi,
>
> the following command line works as expected (out of source build):
>
> $ ../cmake-2.6.1-Linux-i386/bin/cmake ../project
> -- The C compiler identification is GNU
> ...
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/olaf/build
>
> but:
>
> $ ../cmake-2.6.1-Linux-i386/bin/cmake -G "Eclipse CDT4 - Unix Makefiles"
> ../project/
> -- The C compiler identification is GNU
> ...
> -- Configuring done
> Aborted
>
> What happend here? Is this a known Problem? In real I append
> -DECLIPSE_CDT4_GENERATE_SOURCE_PROJECT=TRUE has described in the wiki.

Fixed in cvs HEAD.
Here is the patch:
http://www.cmake.org/cgi-bin/viewcvs.cgi/Source/cmExtraEclipseCDT4Generator.cxx?root=CMake&r1=1.14&r2=1.15

Alex


More information about the CMake mailing list