Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23982 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58452 invoked by uid 1010); 7 Jun 2006 22:03:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58437 invoked from network); 7 Jun 2006 22:03:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jun 2006 22:03:55 -0000 X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:6265] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id BF/56-00946-A4D47844 for ; Wed, 07 Jun 2006 18:03:55 -0400 Received: (qmail 5204 invoked from network); 7 Jun 2006 22:03:24 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 7 Jun 2006 22:03:24 -0000 Message-ID: <44874D44.8060409@zend.com> Date: Thu, 08 Jun 2006 02:03:48 +0400 User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: Antony Dovgal CC: Mark Spruiell , PHP Internals List References: <2237.192.168.1.102.1149706395.squirrel@192.168.1.3> <44874B8F.6020801@zend.com> In-Reply-To: <44874B8F.6020801@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Compilation failure on AIX with 5.1.4 From: antony@zend.com (Antony Dovgal) On 08.06.2006 01:56, Antony Dovgal wrote: > On 07.06.2006 22:53, Mark Spruiell wrote: >> Building PHP 5.1.4 on AIX fails in two places with a syntax error: >> >> Zend/zend_language_parser.c:2585 >> Zend/zend_ini_parser.c:1081 >> >> The offending code is the same in both cases, which is not surprising >> since they are both bison-generated files: >> >> #if defined (__STDC__) || defined (__cplusplus) >> int >> yyparse (void) >> #else >> int >> yyparse () >> ; >> #endif >> >> The compilation succeeds after I delete the line containing the >> semicolon. >> >> I downloaded a 5.2 snapshot and verified that this line is still >> present. > > Do you have a patch? And yes, I forgot to add that: it works perfectly fine here, on AIX 5.3. -- Wbr, Antony Dovgal