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: Sun, 25 Jul 2010 19:42:04 +0200 Message-ID: References: <87aapfxyhc.fsf@telefonica.net> 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 1280079758 3044 80.91.229.12 (25 Jul 2010 17:42:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 25 Jul 2010 17:42:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?UTF-8?Q?=C3=93scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 25 19:42:35 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 1Od5Df-00063N-Kd for ged-emacs-devel@m.gmane.org; Sun, 25 Jul 2010 19:42:35 +0200 Original-Received: from localhost ([127.0.0.1]:54308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Od5De-0000Ri-UK for ged-emacs-devel@m.gmane.org; Sun, 25 Jul 2010 13:42:34 -0400 Original-Received: from [140.186.70.92] (port=33825 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Od5DX-0000Qj-7J for emacs-devel@gnu.org; Sun, 25 Jul 2010 13:42:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Od5DV-00058h-F7 for emacs-devel@gnu.org; Sun, 25 Jul 2010 13:42:27 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:64009) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Od5DV-00058X-AU for emacs-devel@gnu.org; Sun, 25 Jul 2010 13:42:25 -0400 Original-Received: by bwz9 with SMTP id 9so2952130bwz.0 for ; Sun, 25 Jul 2010 10:42:24 -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=ySKT5uY6ONFUZ6OgmnUI/s8EZNzWNGnjN6g6/mPmkEQ=; b=lqW/jIpuDcwHPxnXwDXQrn6NqNzpMg1HviS6ybrN3aH9ziwPMlJyPyfsubVH/Gkh5K Xob6BH/r96nAutIIBO9ehADtET+43P4f6+fAGYKppfXxdE9Ap8wQFSwjAX/UENWfsyMl 6ejd2s/1l0czdaeZrUAOpT0FxZNvGyRKyaH2w= 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=DJ2W9+e+MhUJ0UnZg/ZtGRuJfvzoVJUxpbx3KZIoj0klTr5DEZdQ/JFV2cE9pXzym4 2ku65lL8EzlYIS9zT5x6HbrKvhWyVIAg76e4nyIhqEXphx/VI0g6wWvL9JvvrHHpnFRq mzs02vWFoag2XHk2GQFtNrMbVYKTebwF816/g= Original-Received: by 10.204.53.211 with SMTP id n19mr4660518bkg.66.1280079744188; Sun, 25 Jul 2010 10:42:24 -0700 (PDT) Original-Received: by 10.204.180.136 with HTTP; Sun, 25 Jul 2010 10:42:04 -0700 (PDT) In-Reply-To: <87aapfxyhc.fsf@telefonica.net> 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:127780 Archived-At: On Sun, Jul 25, 2010 at 19:28, =C3=93scar Fuentes wrote: > but if there is interest from any of the build > maintainers, I could steer the development for creating a "serious" > build specification. IIUC, with CMake you write configuration files, from which you generate "normal" makefiles. That would be useful if it allowed us to simplify and reunify the GNU/Linux / Unix / MSDOS / Windows makefiles, bulding them from a single set of source configuration files. That's not a trivial undertaking, though. =C2=A0 =C2=A0 Juanma