Re: Build systems to keep
Martijn van Beurden <[email protected]> Mon, 2 May 2022 10:14:56 +0200
| Newsgroups | gmane.comp.audio.compression.flac.devel |
|---|---|
| Message-ID | <CADQbU69ApZ5Cojtn0DnthjaNkNSvK6Z8JLaG1H1o_3EcX71M8A@mail.gmail.com> |
Op ma 2 mei 2022 om 06:50 schreef Andy Green <[email protected]>: > So I would suggest that making a new release dropping everything except > cmake is the best way to maintain this. I think there is no harm in maintaining two build systems, it's just that four is a bit much. There's always one that's forgotten, usually the Makefile.lite or vcxproj files. I think having both CMake and autotools has its benefits. I personally like the ease of cross-compiling with the autotools build system, and make distcheck seems to have no equal in CMake. The autotools suite on the other hand can only create Makefiles.