On Tuesday 15 July 2008 02:52:44 Miguel A. Figueroa-Villanueva wrote: > This is just a simple survey to get an idea if there are many people > successfully using the Eclipse CDT generator that has been out there > for a while. Not many bugs appear to be surfacing, so either it's in > pretty good shape or nobody is using it... ;) I was using it for a while but went back to creating my own projects using the Makefile generator. I thought you might like feedback as to why I did so.
1) I found it a bit annoying that the source tree was not the default location and instead was a linked directory. To me it makes more sense to have the build directory linked as you are more likely to be editing stuff in your source directory than your build directory. 2) It's good that all the rules are setup using Makefiles but I'm not quite sure why the "build" buttons seem to be disabled in favour of this. It would be good to have them re-enabled or at least an option so, if you'd like the default Eclipse behaviour (build button = make all) then you can have it easily. Otherwise it seemed to work fine for me, good work. -- Cheers, Mike Arthur _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
