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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-27 22:12 UTC] jalal@php.net
Closed unless rediscovered in latest version.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 08:01:28 2024 UTC