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

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to