ID:               36708
 User updated by:  jerome at macsaresexy dot com
 Reported By:      jerome at macsaresexy dot com
-Status:           No Feedback
+Status:           Open
 Bug Type:         Compile Failure
 Operating System: Mac OS X 10.4.5
 PHP Version:      5.1.2
 Assigned To:      wez
 New Comment:

I was unable to try cvs since it failed compiling PHP part 
way through with:

/Users/jerome/Downloads/php5.2-200607181430/Zend/
zend_alloc.c: In function ‘zend_mm_mem_mmap_realloc’:
/Users/jerome/Downloads/php5.2-200607181430/Zend/
zend_alloc.c:117: error: ‘ret’ undeclared (first use in this 
function)
/Users/jerome/Downloads/php5.2-200607181430/Zend/
zend_alloc.c:117: error: (Each undeclared identifier is 
reported only once
/Users/jerome/Downloads/php5.2-200607181430/Zend/
zend_alloc.c:117: error: for each function it appears in.)
make: *** [Zend/zend_alloc.lo] Error 1


Previous Comments:
------------------------------------------------------------------------

[2006-06-28 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2006-06-20 15:27:28] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip



------------------------------------------------------------------------

[2006-04-11 13:13:33] jerome at macsaresexy dot com

weird, so PDO for some reason is the only one that can't be 
built separately from PHP on OS X? does that include every PDO 
driver? because that'll be a downer.

------------------------------------------------------------------------

[2006-04-11 11:13:39] [EMAIL PROTECTED]

Apparently it's not supposed to be possible to even build PDO as shared
extension under MacOSX. Just these Wez's hacks don't work and won't give
any warning about it but just silently fails. Wez: Obviously you don't
check properly whether phpize is used..

------------------------------------------------------------------------

[2006-04-11 05:18:51] jerome at macsaresexy dot com

Ok so that seems more successful now, I was able to make 
curl, mysql, xsl, libz, gd on OS X which at least a few 
failed to before with stable 5.1.2

BUT PDO is still failing to generate a proper Makefile. 
Seems couple things are empty that shouldn't be as far as I 
can tell in the Makefile
PHP_MODULES =
all_targets = $(PHP_MODULES)
which fails when make all is run since make all just 
references all targets.

but glad to see every other module seems to be compiling so 
I can make an extension driven install of PHP.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/36708

-- 
Edit this bug report at http://bugs.php.net/?id=36708&edit=1

Reply via email to