Edit report at https://bugs.php.net/bug.php?id=60490&edit=1

 ID:                 60490
 Comment by:         andrew dot nimmo at gmail dot com
 Reported by:        jeepee at gids dot nl
 Summary:            PHP 5.3.x will not compile gcc3.3.4
 Status:             Open
 Type:               Bug
 Package:            *Compile Issues
 Operating System:   Linux (Slackware 10)
 PHP Version:        5.3.8
 Block user comment: N
 Private report:     N

 New Comment:

I can duplicate this on Linux, Debian 5 (lenny). There appears to be a conflict 
with reassignment of #define's for, for example, DNS_T_A when libdjbdns is 
installed and /usr/include/dns.c contains non-integer defines.

On Debian 5, removing the package libdjbdns-dev resolves the issue.


Previous Comments:
------------------------------------------------------------------------
[2011-12-10 00:40:14] jeepee at gids dot nl

Description:
------------
Tried a few versions in the 5.3.x range but all fail on:

dns.c resides in /php-5.3.8/ext/standard/

dns.c: In function `php_parserr':
dns.c:453: error: case label does not reduce to an integer constant
dns.c:459: error: case label does not reduce to an integer constant
dns.c:464: error: case label does not reduce to an integer constant
dns.c:465: warning: comparison between pointer and integer
dns.c:469: error: case label does not reduce to an integer constant
dns.c:470: warning: comparison between pointer and integer
dns.c:474: error: case label does not reduce to an integer constant
dns.c:475: warning: comparison between pointer and integer
dns.c:485: error: case label does not reduce to an integer constant
dns.c:497: error: case label does not reduce to an integer constant
dns.c:521: error: case label does not reduce to an integer constant
dns.c:546: error: case label does not reduce to an integer constant

Also tried the 5.3.9rc

All 5.2.x versions compiled fine

On slackware 13.xx compilation goes fine.

Issue appears by simply running ./configure and make (no extra options provided)




------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=60490&edit=1

Reply via email to