From:             php at tomanthony dot co dot uk
Operating system: Mac OS X 10.2.5 Server
PHP version:      4.3.10
PHP Bug Type:     Compile Failure
Bug description:  make fails with various errors

Description:
------------
My first bug report, sorry if this is done incorrectly.

I am running Apache 1.3.29 and PHP 4.3.4, and attempting 
to install 4.3.10 fails on the 'make' command.

This bug seems to be the same as 30927 and 30948.

Reproduce code:
---------------
I configured 4.3.10 twice, one using:

./configure --with-xml --with-zlib --with-apxs=/usr/
sbin/apxs --with-mysql 

and then:

./configure --prefix=/usr --sysconfdir=/etc --
localstatedir=/var --mandir=/usr/share/man --with-xml --
with-apxs=/usr/sbin/apxs --with-mysql

Both failed, on make.

Expected result:
----------------
A no-errors successful make, so I could make install and 
upgrade my php installation.

Actual result:
--------------
Many errors based on 'zend', starting:

php-4.3.10/Zend/zend_strtod.c:239: parse error before 
"uint32_t"

And going on before a final:

make: *** [Zend/zend_strtod.lo] Error 1


-- 
Edit bug report at http://bugs.php.net/?id=31215&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31215&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31215&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31215&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31215&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31215&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31215&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31215&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31215&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31215&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31215&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31215&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31215&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31215&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31215&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31215&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31215&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31215&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31215&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31215&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31215&r=mysqlcfg

Reply via email to