php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58321 build error on OS X
Submitted: 2008-08-22 16:34 UTC Modified: 2008-08-22 17:29 UTC
From: ok dot pecl dot 12 dot zero at spamgourmet dot com Assigned:
Status: Closed Package: imagick (PECL)
PHP Version: 5.2.5 OS:
Private report: No CVE-ID: None
 [2008-08-22 16:34 UTC] ok dot pecl dot 12 dot zero at spamgourmet dot com
Description:
------------
ERROR: `make' failed

Actual result:
--------------
/private/tmp/pear/temp/imagick/imagick.c: In function 'php_imagick_object_new':
/private/tmp/pear/temp/imagick/imagick.c:2391: error: syntax error before 'void'
/private/tmp/pear/temp/imagick/imagick.c: In function 'php_imagickdraw_object_new':
/private/tmp/pear/temp/imagick/imagick.c:2423: error: syntax error before 'void'
make: *** [imagick.lo] Error 1
ERROR: `make' failed

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-08-22 17:29 UTC] mkoppanen@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

Looking at the code this seems like copy-paste error which affects thread-safe builds. TSRMLS_DC instead of TSRMLS_CC.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 05:01:31 2024 UTC