Re: [CMake] cmake 2.6.1 with generator for eclipse problem

2008-08-09 Thread Alexander Neundorf
> I'm not sure exactly what corner case is being covered by the checks in the > Eclipse generator that examine EXECUTABLE_OUTPUT_PATH and > LIBRARY_OUTPUT_PATH but shouldn't it also check > CMAKE_LIBRARY_OUTPUT_DIRECTORY and CMAKE_RUNTIME_OUTPUT_DIRECTORY? Please add that to the bug tracker Alex

Re: [CMake] cmake 2.6.1 with generator for eclipse problem

2008-08-07 Thread Philip Lowman
On Wed, Aug 6, 2008 at 3:44 PM, Alexander Neundorf <[EMAIL PROTECTED]>wrote: > 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 > I'm not sure exactly what corner case is being covered by the che

Re: [CMake] cmake 2.6.1 with generator for eclipse problem

2008-08-06 Thread Alexander Neundorf
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 wri

Re: [CMake] cmake 2.6.1 with generator for eclipse problem

2008-08-06 Thread Yuri V. Timenkov
On Wednesday 06 August 2008 21:04:30 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

[CMake] cmake 2.6.1 with generator for eclipse problem

2008-08-06 Thread Olaf Peter
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/