Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31091 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7647 invoked by uid 1010); 19 Jul 2007 09:50:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7631 invoked from network); 19 Jul 2007 09:50:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2007 09:50:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=planetbeing@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=planetbeing@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.182 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: planetbeing@gmail.com X-Host-Fingerprint: 209.85.146.182 wa-out-1112.google.com Received: from [209.85.146.182] ([209.85.146.182:22161] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/61-27729-1F33F964 for ; Thu, 19 Jul 2007 05:50:44 -0400 Received: by wa-out-1112.google.com with SMTP id l24so590400waf for ; Thu, 19 Jul 2007 02:50:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:cc:references:in-reply-to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:content-language; b=IU0WvFeVmlTzkbmejuhEZBtNSjbisWEeI64TosJb1VOdhY80L1YPUwpnui+zFbs5jGFBWrd61EB3w9S2bsIJ4Mvol383ioQZX+YY3XvtY8Dw2Z1kbYVEfv2u3Hh1qv7mKcsMuDH2jcBC1ooWTsgxX5SZiEL/opXJIcz9gBQnhro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:cc:references:in-reply-to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:content-language; b=DZaDOhZIvuQ5nPdde1iYU5nTiPJ7tqE1LhuKAdq7eNfVEolD0dU4SZ28/LQh/DZ6V7b9QAJbTZclCUgW160iLaB9c8dE4ICpQMAJCdt+IkUkMMSakDUyMw3/zXPXjtbzOs87SDLzgog09bhr1uEPfxPjsFzq+lDVVS4j23W4NE4= Received: by 10.114.12.9 with SMTP id 9mr2415064wal.1184838637314; Thu, 19 Jul 2007 02:50:37 -0700 (PDT) Received: from DavidPC ( [24.21.139.96]) by mx.google.com with ESMTPS id m26sm4313089pof.2007.07.19.02.50.35 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jul 2007 02:50:36 -0700 (PDT) To: , "'Nuno Lopes'" Cc: References: <4615.24.12.13.192.1184823782.squirrel@www.l-i-e.com> <469EFA66.2000404@lerdorf.com> <4670.24.12.13.192.1184826129.squirrel@www.l-i-e.com> <001901c7c9da$462dab00$0100a8c0@pc07653> <4922.24.12.13.192.1184833405.squirrel@www.l-i-e.com> In-Reply-To: <4922.24.12.13.192.1184833405.squirrel@www.l-i-e.com> Date: Thu, 19 Jul 2007 02:49:59 -0700 Message-ID: <000001c7c9ea$2c61ddd0$85259970$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcfJ3n7DmIgn9qIiSeW1Ns9Y54JSfQAC1ByQ Content-Language: en-us Subject: RE: [PHP-DEV] buildconf hell From: planetbeing@gmail.com ("David") What about adding the files generated by flex to CVS? Most people don't need to regenerate those files anyway, and this way they could keep the newer version of flex on their machine. > Downgrading flex to 2.5.4a-r6... > > seems to have fixed the issue. > > I'm running make test right now :-) > > Thanks all!!! > > PS > I've also edited the but with a request to make it a Documentation > Fix, rather than a bug.