From kde-core-devel Mon Jun 13 12:07:19 2005 From: Benjamin Reed Date: Mon, 13 Jun 2005 12:07:19 +0000 To: kde-core-devel Subject: Re: Build system for KDE4 Message-Id: <57eba22505061305077750b796 () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=111866452210421 On 6/13/05, Guillaume Laurent wrote: > > i'm not even aimimg for "it works so well, it's like butter". > > imho, auto's popularity is not rooted in its absolute value, but in > > its relative value (it sucks less than others). > > Or more likely, that it's based on 'make' and sh, which every unix > platform has installed by debault. Exactly. Auto* plays to such a low common denominator that it's needlessly slow and complex for what it does. Considering what the common denominator for all KDE installations is (Qt) it should be reasonable to start with something that starts out at a higher level. Writing tests in scons/etc. is considerably easier than doing it in M4 and shell.