php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11458 make failure
Submitted: 2001-06-13 03:21 UTC Modified: 2001-06-13 13:05 UTC
From: mf123 at love dot url dot com dot tw Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: AIX 4.3
Private report: No CVE-ID: None
 [2001-06-13 03:21 UTC] mf123 at love dot url dot com dot tw
Making all in Zend
Target "all" is up to date.
Making all in main
Target "all-p" is up to date.
Target "all" is up to date.
Making all in ext
Making all in mysql
Making all in libmysql
	gcc  -I. -I/user2/cccheng/workplace/php-4.0.5/ext/mysql/libmysql -I/user2/cccheng/workplace/php-4.0.5/main -I/user2/cccheng/workplace/php-4.0.5 -I/user2/cccheng/workplace/php-4.0.5/Zend -I/user2/cccheng/workplace/php-4.0.5/ext/mysql/libmysql -I/user2/cccheng/workplace/php-4.0.5/ext/xml/expat/xmltok -I/user2/cccheng/workplace/php-4.0.5/ext/xml/expat/xmlparse -I/user2/cccheng/workplace/php-4.0.5/TSRM  -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -O2  -c libmysql.c && touch libmysql.lo
In file included from libmysql.c:9:
global.h:548: conflicting types for `int8'
/usr/include/sys/inttypes.h:606: previous declaration of `int8'
global.h:549: warning: redefinition of `int16'
/usr/include/sys/inttypes.h:607: warning: `int16' previously declared here
global.h:559: warning: redefinition of `int32'
/usr/include/sys/inttypes.h:608: warning: `int32' previously declared here
In file included from my_net.h:15,
                 from violite.h:12,
                 from libmysql.c:18:
/usr/include/arpa/inet.h:152: warning: `struct ether_addr' declared inside parameter list
/usr/include/arpa/inet.h:152: warning: its scope is only this definition or declaration, which is probably not what you want.
/usr/include/arpa/inet.h:153: warning: `struct ether_addr' declared inside parameter list
/usr/include/arpa/inet.h:154: warning: `struct ether_addr' declared inside parameter list
/usr/include/arpa/inet.h:159: warning: `struct sockaddr_dl' declared inside parameter list
/usr/include/arpa/inet.h:160: warning: `struct sockaddr_dl' declared inside parameter list
/usr/include/arpa/inet.h:161: warning: `struct sockaddr_dl' declared inside parameter list
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-13 13:05 UTC] sniper@php.net
This should be fixed in CVS. Also in php 4.0.6 RC3.

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

or 

http://snaps.php.net/

--Jani

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