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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 - 3 = ?
Subscribe to this entry?

 
 [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: Thu May 02 06:01:32 2024 UTC