Fabien Costantini <[EMAIL PROTECTED]> writes: > > Hi Maik, > > thanks for proposing to maintain the CMake files. > If you wish to do that, don't need svn access, the best way to proceed is to add an STR for fltk1.3 like "CMake > files Maintenance for 1.3"
Which means I won't be able to work incremental. So be it. > But here are things you should know before starting that, > as discussions raised some wishes conerning cmake files: > > - CMake files should be located in a CMake directory, > and generate 'out of source' makefiles The is the standard. And if you which it can be even enforced by a cmake macro. > - The first priority would concern vs2003, visualc6, XCode, > they should be generated out of source and up to date. > Unixes based makefiles are good the way they are, > so we probably don't really care about having > unix makefiles generated by CMake. If cmake works for vs2003, it works for vs6 to vs9 (and later) as well. For XCode I need testers. > We generally don't accept unfinished work, especially when the proposed solution aready exists and is > working in another form (like for the vc2005,vc6 makefiles). Having one build system for everything reduces maintenance cost. First of all I will clean up what's there, which might end up in writing everything from scratch. Since you seem to live good without cmake so far(it doesn't even work at the fltk-1.3 branch), I'll set the minimum requirement to cmake-2.6, which ships a much better FindX11.cmake. Best, -- Maik _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
