[PHP-DEV] PHP 4.0 Bug #9465: HAVE_INT_8_16_32 not being defined anywhere From: amra <email protected>
Date: 02/26/01

From: amra <email protected>
Operating system: AIX4.3.3
PHP version: 4.0.4pl1
PHP Bug Type: Compile Failure
Bug description: HAVE_INT_8_16_32 not being defined anywhere

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....

-- 
Edit Bug report at: http://bugs.php.net/?id=9465&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>