php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5024 make install fails
Submitted: 2000-06-14 10:28 UTC Modified: 2000-07-27 22:12 UTC
From: bridgett at hursley dot ibm dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.0 Release OS: AIX 4.3.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bridgett at hursley dot ibm dot com
New email:
PHP Version: OS:

 

 [2000-06-14 10:28 UTC] bridgett at hursley dot ibm dot com
make install:
/bin/sh /build/apb/php-4.0.0/libtool --silent --mode=compile cc -DHAVE_CONFIG_H -I. -I/build/apb/php-4.0.0/ext/mysql/libmysql -I/build/apb/php-4.0.0 -I/opt/mqpkg/include -I/build/apb/php-4.0.0/Zend -I/build/apb/php-4.0.0 -I/build/apb/php-4.0.0/ext/mysql/libmysql -I/build/apb/php-4.0.0/ext/xml/expat/xmltok -I/build/apb/php-4.0.0/ext/xml/expat/xmlparse  -DXML_BYTE_ORDER=21 -g  -c libmysql.c
"./global.h", line 484.17: 1506-334 (S) Identifier int8 has already been defined on line 606 of "/usr/include/sys/inttypes.h".

./ext/mysql/libmysql/global.h:
------------------------------
#ifndef HAVE_INT_8_16_32
typedef char    int8;           /* Signed integer >= 8  bits */
typedef short   int16;          /* Signed integer >= 16 bits */
#endif
...
#ifndef HAVE_INT_8_16_32
typedef int             int32;
#endif

/usr/include/sys/inttypes.h:
----------------------------
typedef signed char             int8;
typedef signed short            int16;
typedef signed int              int32;


I commented out the lines in global.h and it finished

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-27 22:12 UTC] jalal@php.net
Closed unless rediscovered in latest version.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 17:01:33 2025 UTC