From: [EMAIL PROTECTED]
Operating system: HP-UX 11.00
PHP version: 4.1.2
PHP Bug Type: Compile Failure
Bug description: Just can't compile on HP 11
We are trying to setup the following environment:
- HP-UX 11
- HP Linux Porting Kit (i.e. libhplx)
- gcc.depot 3.0.4
- Oracle 8i
- Sablot 0.9
- expat-1.95.2
plus bison binutils perl ... and HP patches too
After makeinstalling Apache 1.3.12 we use the following configure :
--prefix=/APAPHP/PHP \
--with-config-file-path=/APAPHP \
--with-apxs=/APAPHP/bin/apxs\
--enable-track-vars \
--with-oci8=/oracle/app/oracle/product/8.1.7 \
--with-oracle=/oracle/app/oracle/product/8.1.7 \
--enable-magic-quotes \
--enable-debugger \
--enable-xslt \
--with-xslt-sablot
The configure looks fine, but we cannot go any further, on the following
error when we try to compile PHP:
--------------------------------------------------
Making all in Zend
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../main -DHPUX11 -DUSE_HSRE
GEX -DUSE_EXPAT -I../TSRM -g -O2 -prefer-pic -c zend_operators.c
zend_operators.c: In function `multi_convert_to_long_ex':
zend_operators.c:563: warning: passing arg 1 of `__builtin_stdarg_start'
from incompatible pointer type
zend_operators.c:570: warning: passing arg 1 of `__builtin_va_end' from
incompatible pointer type
zend_operators.c:566: first argument to `va_arg' not of type `va_list'
zend_operators.c: In function `multi_convert_to_double_ex':
zend_operators.c:578: warning: passing arg 1 of `__builtin_stdarg_start'
from incompatible pointer type
zend_operators.c:585: warning: passing arg 1 of `__builtin_va_end' from
incompatible pointer type
zend_operators.c:581: first argument to `va_arg' not of type `va_list'
zend_operators.c: In function `multi_convert_to_string_ex':
zend_operators.c:593: warning: passing arg 1 of `__builtin_stdarg_start'
from incompatible pointer type
zend_operators.c:600: warning: passing arg 1 of `__builtin_va_end' from
incompatible pointer type
zend_operators.c:596: first argument to `va_arg' not of type `va_list'
cd Zend*** Error exit code 1
Stop.
*** Error exit code 1
-----------------------------------------------------------
Any help ? Pls!
Thanks in advance
--
Edit bug report at http://bugs.php.net/?id=17278&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=17278&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=17278&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=17278&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=17278&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17278&r=support
Expected behavior: http://bugs.php.net/fix.php?id=17278&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=17278&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=17278&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=17278&r=globals