2008/8/7 Alexander Neundorf <[EMAIL PROTECTED]>: > On Wednesday 06 August 2008, Andreas Pakulat wrote: >> On 06.08.08 20:29:07, Yogesh Marwaha wrote: >> > 2008/8/6 Andreas Pakulat <[EMAIL PROTECTED]>: >> > > It would be interesting to see how the file initially looked. KDevelop >> > > automatically removes any entries which point to non-existing files and >> > > I guess the cmake generator has wrong assumptions about what it can put >> > > into the filelist. >> > >> > Here is the link to file (4K): >> > http://tuxdiscs.googlepages.com/Gravity.kdevelop.filelist >> > >> > Here is the link to complete (initial) build directory (33K): >> > http://tuxdiscs.googlepages.com/build.tar.bz2 >> >> Ok, thanks, I was able to reproduce this. The problem is that for some >> reason the generator puts all directories into the blacklist, which >> means kdevelop will ignore them. I have no idea why it does this, it >> doesn't make any sense at all. > > This was last year summer or so, we (yes, I think we two) discussed about it. > The generator adds the files itself to the filelist file, and putting the dirs > in the blacklist kept kdevelop from doing something which was not nice. > Hmm, what was it... > Asking whether it should add all files in the subdirs to the project maybe. > Not necessary here, since cmake knows better. >
Ok, clearing the the blacklist does solve the problem; i'm happy with it as long as it works for me ;) Thanks, -- Yogesh M http://linuxdiscs.blogspot.com _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
