php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31215 make fails with various errors
Submitted: 2004-12-21 03:37 UTC Modified: 2005-02-17 05:50 UTC
From: php at tomanthony dot co dot uk Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.10 OS: Mac OS X 10.2.5 Server
Private report: No CVE-ID: None
 [2004-12-21 03:37 UTC] php at tomanthony dot co dot uk
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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-21 03:41 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

There is already a bug report about this: bug #31160
 [2005-02-17 05:50 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 07:01:34 2024 UTC