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 22:19:26 +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> 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 1280175648 29220 80.91.229.12 (26 Jul 2010 20:20:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Jul 2010 20:20:48 +0000 (UTC) Cc: ofv@wanadoo.es, schwab@linux-m68k.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 26 22:20:44 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 1OdUAF-0003AH-TL for ged-emacs-devel@m.gmane.org; Mon, 26 Jul 2010 22:20:44 +0200 Original-Received: from localhost ([127.0.0.1]:59915 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdUAF-0004k8-5r for ged-emacs-devel@m.gmane.org; Mon, 26 Jul 2010 16:20:43 -0400 Original-Received: from [140.186.70.92] (port=55825 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdU9M-0004MG-Ab for emacs-devel@gnu.org; Mon, 26 Jul 2010 16:19:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdU9L-0008SE-BX for emacs-devel@gnu.org; Mon, 26 Jul 2010 16:19:48 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:33783) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdU9L-0008S1-40; Mon, 26 Jul 2010 16:19:47 -0400 Original-Received: by bwz9 with SMTP id 9so3618721bwz.0 for ; Mon, 26 Jul 2010 13:19:46 -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=2hZTGVI/GJ5WMXCiTgdHrn01vB5GCr4f1KDn4h7P/YA=; b=feGpI4j1sw1Ypk1PivfXtj2YRbwudWFsTxlNpNTZDRIrzZGCuMtlB2YOneSwuufbL8 RZOOoEU2WdXqjklvoQv+e11+xQWezL+rK0/GPGp/mrZLyV0cRNIj+G6uBCCd1ym5iAhP iTdK7A7AFdYEEmcgVtdyygS48HzmDM3HIDl50= 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=VTebklbHW38P8A8hrE/qOj+kBSw25KM5Ni1yfoBqX/eW6me/YsS1FNHWE8C2vNJzqp VDKHBidTWi5d/tib9TsYyCwQx7fRdJ0GSMb2Hpj51q98a8A7+mbXGqd/i+HtyPd2lR4p UE/t1cRi/G0OiIzAJ5bq5NfTwOGeNXsgFL7Og= Original-Received: by 10.204.10.137 with SMTP id p9mr5957241bkp.51.1280175586269; Mon, 26 Jul 2010 13:19:46 -0700 (PDT) Original-Received: by 10.204.180.136 with HTTP; Mon, 26 Jul 2010 13:19:26 -0700 (PDT) In-Reply-To: <836302b21r.fsf@gnu.org> 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:127844 Archived-At: On Mon, Jul 26, 2010 at 19:12, Eli Zaretskii wrote: > MinGW is not just for Emacs; I find it highly unlikely that someone > who uses Emacs does not already has some development environment on > her machine. I only have MinGW because of Emacs. I don not use it for anything else. I do have a development environment on my system, but certainly it is not C/C++ oriented. Ada anyone? > Btw, we may need to require another non-standard (and not so small > package) in the near future: Perl, since makeinfo was reimplemented as > a Perl script, and that's what we will see in the next release of > Texinfo. Funny. I consider much more onerous to force someone to install Perl* just to make info files, than CMake to have a modern, sane build system. (* This is not a pet peeve, BTW; Perl is one of the first things I install in every computer I use.) =C2=A0 =C2=A0 Juanma