|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-11-17 14:37 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 23:00:01 2025 UTC |
Description: ------------ Got me the latest Stable version of 4.3 off snaps.php.net. Configure went smoothly (except for one warning that bison 1.28 is needed, we have 1.25). The very first compilation, however, fails with below messages : /bin/sh /home/USTJLA/php4-STABLE-200311170830/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/zlib/ -I/home/USTJLA/php4-STABLE-200311170830/ext/zlib/ -DPHP_A TOM_INC -I/home/USTJLA/php4-STABLE-200311170830/include -I/home/USTJLA/php4-STABLE-2003111 70830/main -I/home/USTJLA/php4-STABLE-200311170830 -I/home/USTJLA/php4-STABLE-200311170830 /Zend -I/usr/local/include -I/home/USTJLA/php4-STABLE-200311170830/ext/xml/expat -I/home/ USTJLA/php4-STABLE-200311170830/TSRM -g -O2 -prefer-pic -c /home/USTJLA/php4-STABLE-2003 11170830/ext/zlib/zlib.c -o ext/zlib/zlib.lo In file included from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/incl ude/sys/signal.h:349, from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/incl ude/sys/wait.h:62, from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/incl ude/stdlib.h:233, from /home/USTJLA/php4-STABLE-200311170830/Zend/../main/php_config.h:2489 , from /home/USTJLA/php4-STABLE-200311170830/Zend/zend_config.h:1, from /home/USTJLA/php4-STABLE-200311170830/Zend/zend.h:52, from /home/USTJLA/php4-STABLE-200311170830/main/php.h:34, from /home/USTJLA/php4-STABLE-200311170830/ext/zlib/zlib.c:28: /usr/include/sys/context.h:155: parse error before `sigset64_t' /usr/include/sys/context.h:155: warning: no semicolon at end of struct or union /usr/include/sys/context.h:158: parse error before `}' make: 1254-004 The error code from the last command is 1. Stop. Does this ring a bell anywhere ? Your help much appreciated.