Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36530 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54913 invoked from network); 26 Mar 2008 11:12:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 11:12:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.189 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.189 rv-out-0910.google.com Received: from [209.85.198.189] ([209.85.198.189:10818] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/81-47041-1BF2AE74 for ; Wed, 26 Mar 2008 06:12:50 -0500 Received: by rv-out-0910.google.com with SMTP id k15so2259507rvb.23 for ; Wed, 26 Mar 2008 04:12:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=c5Nphk0FfJT36lqCIAVkxSK7LbRwDyiusYkCbx1leYE=; b=VDr10oD37xf3JkPGXh+fgJuLkVS0gtdGTvcvOdjEriiZpuolZHfLeVkH/KsbVIxIpjJdzZ7a+GYBragkkZUyS5tisTaKcjDwADklV+86XwjSIa0zrAjJ4cwMJwYXsIFYc4vuS42KPnPIRgV6lRxYvWeW2jvXiNkDQczulKtz0Rg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QsMfQf5GYpZ6vILe/QDueCS8R9ObSAWc6/g1L5WuQgvCxtQeH15dSTuwU2wm4BX6sJu2Y8n6jCwUenTtGEJzCMq5QLdYRU4lknKuMyOaeoXR6W/aa9k4OU1dGGELtXwlg6duwRIdbzIxUr3SEKDxLEfS6Olc5qvIo7PR78d99hU= Received: by 10.141.18.14 with SMTP id v14mr4287445rvi.171.1206529967189; Wed, 26 Mar 2008 04:12:47 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Wed, 26 Mar 2008 04:12:47 -0700 (PDT) Message-ID: Date: Wed, 26 Mar 2008 12:12:47 +0100 To: "Rasmus Lerdorf" Cc: "Gwynne Raskind" , jani.taskinen@iki.fi, "Scott MacVicar" , "PHP Developers Mailing List" In-Reply-To: <47E1C1C6.4030707@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <47E1BB35.2070503@sci.fi> <47E1C1C6.4030707@lerdorf.com> Subject: Re: [PHP-DEV] CMake SoC Proposal From: pierre.php@gmail.com ("Pierre Joye") On Thu, Mar 20, 2008 at 2:45 AM, Rasmus Lerdorf wrote: > Gwynne Raskind wrote: > > My two US cents :). > > > > On Mar 19, 2008, at 9:17 PM, Jani Taskinen wrote: > >>> Here is a quick run down of some of the features of CMake and tools > >>> associated with it: > >>> =95 A single configure script that would be used regardless of the O= S > >>> =95 A much simpler scripting language > >> m4 is simple. :-p > > > > Since when? > > m4 is actually one of the simplest languages around. There really isn't > much to it. The pain point of autoconf/automake/libtool isn't m4, it is > the complicated and often obtuse relationship between those 3 tools. > > I don't mind exploring cmake, but it is a massive undertaking to create > something that can build PHP on every UNIX and pseudo-UNIX platform out > there. We should figure out what the main goal here is. If it is > simply getting "native" build files so people can use their > pointy-clickety interfaces to build PHP, then it is probably way easier > to create .in files to generate those basic build templates from our > current system than it is to rewrite the whole thing. To have a pointy-clickety (I like this word :) interface is definitively not a goal. It is a side effect of using CMake as CMake has a GUI available on unix and windows. The main goal is actually to have one single tool for all platforms and to lower the barriers of the build scripts. Cheers, --=20 Pierre http://blog.thepimp.net | http://www.libgd.org