ID: 9229 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Open Bug Type: Sockets related Operating System: IRIX 6.5 PHP Version: 4.0.4pl1 New Comment:
Same or similar problem with 4.2.0rc1 on Irix6.5.12m sockets.c:34: warning: `__EXTENSIONS__' redefined *Initialization*:1: warning: this is the location of the previous definition sockets.c: In function `zif_socket_recvmsg': sockets.c:1472: warning: assignment from incompatible pointer type sockets.c:1477: warning: assignment from incompatible pointer type sockets.c:1479: structure has no member named `msg_flags' sockets.c:1495: structure has no member named `msg_flags' sockets.c:1521: warning: assignment from incompatible pointer type sockets.c:1527: warning: assignment from incompatible pointer type sockets.c:1534: structure has no member named `msg_flags' sockets.c:1550: structure has no member named `msg_flags' sockets.c: In function `zif_socket_sendmsg': sockets.c:1607: warning: assignment from incompatible pointer type sockets.c:1635: warning: assignment from incompatible pointer type gmake[3]: *** [sockets.lo] Error 1 gmake[3]: Leaving directory `/usr3/GCC/php-4.2.0RC1/ext/sockets' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr3/GCC/php-4.2.0RC1/ext/sockets' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr3/GCC/php-4.2.0RC1/ext' gmake: *** [all-recursive] Error 1 Previous Comments: ------------------------------------------------------------------------ [2001-12-13 06:24:47] [EMAIL PROTECTED] No feedback. Closing. ------------------------------------------------------------------------ [2001-11-21 08:16:27] [EMAIL PROTECTED] Can you please try latest RC and see if it still exists http://www.php.net/~zeev/php-4.1.0RC3.tar.gz If not, please include the output of 'make' (and don't break lines please). Feedback. ------------------------------------------------------------------------ [2001-02-12 12:30:27] [EMAIL PROTECTED] The sockets extension does not compile under IRIX. This is due to the IRIX sockets library not including msg_flags in the msghdr struct, contained within sockets.h. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=9229&edit=1