Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43183 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58302 invoked from network); 26 Feb 2009 17:06:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2009 17:06:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 193.227.246.108 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 193.227.246.108 ip246-108-v193.static.x-ip.net Received: from [193.227.246.108] ([193.227.246.108:41140] helo=lovelace.midden.org.uk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/3D-30584-11CC6A94 for ; Thu, 26 Feb 2009 12:06:26 -0500 Received: from office.vbulletin.com ([217.155.246.60] helo=[10.0.0.116]) by lovelace.midden.org.uk with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Lcjgj-0006xm-5h; Thu, 26 Feb 2009 17:06:22 +0000 Message-ID: <49A6CC07.2050305@macvicar.net> Date: Thu, 26 Feb 2009 17:06:15 +0000 User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Igor Feghali CC: PHP Developers Mailing List References: <499F76C6.4010601@chiaraquartet.net> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.3 X-Spam_Report: Spam detection software, running on the system "lovelace.midden.org.uk", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Igor Feghali wrote: > While trying to perform phar testing on the system previously > mentioned by me, I couldn't manage to get php5.3-200902261130 to > compile with IBM CC. First 3 lines of error: > > "/tmp/php5.3-200902261130/ext/pcre/pcrelib/pcre_internal.h", line > 976.3: 1506-046 (S) Syntax error. > "/tmp/php5.3-200902261130/ext/pcre/pcrelib/pcre_internal.h", line > 1027.3: 1506-046 (S) Syntax error. > "/tmp/php5.3-200902261130/ext/pcre/pcrelib/pcre_internal.h", line > 1137.8: 1506-166 (S) Definition of function BOOL requires parentheses. > > It seems that BOOL isn't getting defined. Can someone please help me ? > [...] Content analysis details: (-4.3 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.1 AWL AWL: From: address is in the auto white-list Subject: Re: [PHP-DEV] phar update From: scott@macvicar.net (Scott MacVicar) Igor Feghali wrote: > While trying to perform phar testing on the system previously > mentioned by me, I couldn't manage to get php5.3-200902261130 to > compile with IBM CC. First 3 lines of error: > > "/tmp/php5.3-200902261130/ext/pcre/pcrelib/pcre_internal.h", line > 976.3: 1506-046 (S) Syntax error. > "/tmp/php5.3-200902261130/ext/pcre/pcrelib/pcre_internal.h", line > 1027.3: 1506-046 (S) Syntax error. > "/tmp/php5.3-200902261130/ext/pcre/pcrelib/pcre_internal.h", line > 1137.8: 1506-166 (S) Definition of function BOOL requires parentheses. > > It seems that BOOL isn't getting defined. Can someone please help me ? > It's a bug in PCRE that has been reported, can't find the bug report just now though, you can fix it with a compiler define for using ANSI C. Scott