Re: [cmake-developers] Better Eclipse CDT support

2011-04-29 Thread Oliver Buchtala
Am 29.04.2011 20:49, schrieb Alexander Neundorf: > On Friday 29 April 2011, Oliver Buchtala wrote: >> Am 29.04.2011 09:49, schrieb Eric Noulard: >>> 2011/4/29 Oliver Buchtala : As described before, I added links to the (main) project's source and build folder. You enable this with -D

Re: [cmake-developers] Better Eclipse CDT support

2011-04-29 Thread Oliver Buchtala
Am 29.04.2011 21:45, schrieb Manuel Klimek: > On Fri, Apr 29, 2011 at 11:55 AM, Alexander Neundorf wrote: >> On Thursday 28 April 2011, Oliver Buchtala wrote: >> ... >>> wst-file is allright and I see that all projects are generated :) >>> >>> Unfortunately, this working set stuff is yet a bit inc

Re: [cmake-developers] Better Eclipse CDT support

2011-04-29 Thread Manuel Klimek
Pulling in a few more people (suggested audience from Sergey), please tell me if I'm CC'ing a list that doesn't make sense. Context: Oliver is currently working on making eclipse support for CMake a lot better. I heard that Andrew is working on configuration of includes and defines in eclipse, so

[cmake-developers] [CMake 0012137]: Not support edvandsed coding

2011-04-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12137 == Reported By:Vladislav Kravtsov Assigned To:

Re: [cmake-developers] Better Eclipse CDT support

2011-04-29 Thread Manuel Klimek
On Fri, Apr 29, 2011 at 11:55 AM, Alexander Neundorf wrote: > On Thursday 28 April 2011, Oliver Buchtala wrote: > ... >> wst-file is allright and I see that all projects are generated :) >> >> Unfortunately, this working set stuff is yet a bit inconvenient, as it >> is not an Eclipse built-in. >>

Re: [cmake-developers] Better Eclipse CDT support

2011-04-29 Thread Alexander Neundorf
On Thursday 28 April 2011, Oliver Buchtala wrote: ... > wst-file is allright and I see that all projects are generated :) > > Unfortunately, this working set stuff is yet a bit inconvenient, as it > is not an Eclipse built-in. > > What you need to do: > 0. Switch to C/C++ perspective (maybe this is

Re: [cmake-developers] Better Eclipse CDT support

2011-04-29 Thread Alexander Neundorf
On Friday 29 April 2011, Oliver Buchtala wrote: > Am 29.04.2011 09:49, schrieb Eric Noulard: > > 2011/4/29 Oliver Buchtala : > >> As described before, I added links to the (main) project's source and > >> build folder. > >> You enable this with -DCDT_LINK_MAIN_SOURCE_FOLDERS=ON. > >> > >> For that

Re: [cmake-developers] Better Eclipse CDT support

2011-04-29 Thread Oliver Buchtala
Am 29.04.2011 09:49, schrieb Eric Noulard: > 2011/4/29 Oliver Buchtala : >> As described before, I added links to the (main) project's source and >> build folder. >> You enable this with -DCDT_LINK_MAIN_SOURCE_FOLDERS=ON. >> >> For that to work properly, I strongly recommend to use Eclipse 3.7 M6 +

Re: [cmake-developers] Better Eclipse CDT support

2011-04-29 Thread Eric Noulard
2011/4/29 Oliver Buchtala : > > As described before, I added links to the (main) project's source and > build folder. > You enable this with -DCDT_LINK_MAIN_SOURCE_FOLDERS=ON. > > For that to work properly, I strongly recommend to use Eclipse 3.7 M6 + > CDT 8.0. > > @Alex: is there a way to provide