php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9465 HAVE_INT_8_16_32 not being defined anywhere
Submitted: 2001-02-26 13:09 UTC Modified: 2001-06-02 20:41 UTC
From: amra at us dot ibm dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: AIX4.3.3
Private report: No CVE-ID: None
 [2001-02-26 13:09 UTC] amra at us dot ibm dot com
When performing a make on an AIX system, I get the following error:

Making all in libmysql
	cc  -I. -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1/ext/mysql/libmysql -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1/main -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1 -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1/Zend -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1/ext/mysql/libmysql -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1/ext/xml/expat/xmltok -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1/ext/xml/expat/xmlparse -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1/TSRM  -DXML_BYTE_ORDER=21 -g  -c libmysql.c && touch libmysql.lo
"./global.h", line 525.17: 1506-334 (S) Identifier int8 has already been defined on line 622 of "/usr/include/sys/inttypes.h".
"libmysql.c", line 179.59: 1506-280 (W) Function argument assignment between types "unsigned long*" and "int*" is not allowed.
make: 1254-004 The error code from the last command is 1.


Apparently, someone is suppose to set HAVE_INT_8_16_32  and it not being set....

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-02 20:41 UTC] sniper@php.net
If this happens with PHP 4.0.6RC2 too, reopen:

http://www.php.net/~andi/php-4.0.6RC2.tar.gz

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 10:01:29 2024 UTC