From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: CMake build anyone? Date: Mon, 26 Jul 2010 23:59:49 +0200 Message-ID: References: <87aapfxyhc.fsf@telefonica.net> <87wrsjwijl.fsf@telefonica.net> <83mxtfb7uo.fsf@gnu.org> <874ofnw8j4.fsf@telefonica.net> <83hbjnaqli.fsf@gnu.org> <836302b21r.fsf@gnu.org> <874ofmkkjp.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1280181623 17166 80.91.229.12 (26 Jul 2010 22:00:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Jul 2010 22:00:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 27 00:00:20 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OdVie-0005Ss-1q for ged-emacs-devel@m.gmane.org; Tue, 27 Jul 2010 00:00:20 +0200 Original-Received: from localhost ([127.0.0.1]:58793 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdVid-0007LL-HM for ged-emacs-devel@m.gmane.org; Mon, 26 Jul 2010 18:00:19 -0400 Original-Received: from [140.186.70.92] (port=45071 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdViY-0007Kq-BF for emacs-devel@gnu.org; Mon, 26 Jul 2010 18:00:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdViX-0006Qy-9i for emacs-devel@gnu.org; Mon, 26 Jul 2010 18:00:14 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:42142) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdViU-0006QT-Fe; Mon, 26 Jul 2010 18:00:10 -0400 Original-Received: by bwz9 with SMTP id 9so3662269bwz.0 for ; Mon, 26 Jul 2010 15:00:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=3WAwPVtACdIrl+t7NeC30ZBGTfn13IPYAMFzA41O8Y4=; b=WnPTgXpZ7KUlYoqle4npnbSI4Xhy6ImmILaEUq63LYEtlMH9/KrhsYsgKchXD3ElJQ bxtKPQbthgI6UDoTieOO7nkWIcDZeaIJRmUzMRYN3i6Dzrh7J1sRkqKCt792/i0RTdeK KKVy4m9KKRMvsWyPWttiTisNjtVKkyxK/DdOU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=fJu2K0jNCKHLY20JojPMBw7MhLO+gHLNchMPFws3oA0p5NG1ngRs4PGqzTb1Mr57+j JLmDXfJ+pcVp4a0z9GbHIEcuzT92SctHiBFw3nMsDLSPaovpcG7/8O4qLR0RmpXFOWzG ght4DkHjPpXSSA/C3lluNF5/8+Ne+sJBk4mBI= Original-Received: by 10.204.79.223 with SMTP id q31mr6015415bkk.92.1280181609244; Mon, 26 Jul 2010 15:00:09 -0700 (PDT) Original-Received: by 10.204.180.136 with HTTP; Mon, 26 Jul 2010 14:59:49 -0700 (PDT) In-Reply-To: <874ofmkkjp.fsf@catnip.gol.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:127856 Archived-At: On Mon, Jul 26, 2010 at 23:19, Miles Bader wrote: > I'm no fan of perl, but it's a very widely used, generally useful > package; it isn't surprising if someone already has perl installed, > especially if they're emacs users. Not on Windows. > Cmake, by comparison, is a fringe product. All modern build systems are, almost by definition. =C2=A0 =C2=A0 Juanma