Connecting Tech Pros Worldwide Forums | Help | Site Map

HP/UX compilation problems

Craig Reynolds
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi,

I'm having problems compiling php 4.3.4 on HPUX 11.0

After configure completes successfully, I type make and the following
happens:

[creyn003@dcays006:~/src/WWW/php-4.3.4] $ make
gcc -Iext/ctype/
-I/staff/cyp/creyn003/src/WWW/php-4.3.4/ext/ctype/ -DPHP_ATOM_INC
-I/staff/cyp/creyn003/src/WWW/php-4.3.4/include
-I/staff/cyp/creyn003/src/WWW/php-4.3.4/main
-I/staff/cyp/creyn003/src/WWW/php-4.3.4
-I/staff/cyp/creyn003/src/WWW/php-4.3.4/Zend
-I/staff/cyp/creyn003/src/WWW/php-4.3.4/ext/xml/expat
-I/staff/cyp/creyn003/src/WWW/php-4.3.4/TSRM -g -O2 -c
/staff/cyp/creyn003/src/WWW/php-4.3.4/ext/ctype/ctype.c -o
ext/ctype/ctype.o && echo > ext/ctype/ctype.lo
In file included from
/staff/cyp/creyn003/src/WWW/php-4.3.4/main/php.h:34,
from
/staff/cyp/creyn003/src/WWW/php-4.3.4/ext/ctype/ctype.c:23:
/staff/cyp/creyn003/src/WWW/php-4.3.4/Zend/zend.h:311: argument format
specified for non-function `error_function'
/staff/cyp/creyn003/src/WWW/php-4.3.4/Zend/zend.h:312: argument format
specified for non-function `printf_function'
/staff/cyp/creyn003/src/WWW/php-4.3.4/Zend/zend.h:444: argument format
specified for non-function `zend_printf'
/staff/cyp/creyn003/src/WWW/php-4.3.4/Zend/zend.h:451: argument format
specified for non-function `zend_error_cb'
*** Error exit code 1

Stop.


This is with gcc 3.0.1, and both of GNU or HP make.

Any suggestions more than welcome.

Thanks,
Craig

Closed Thread