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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ok dot pecl dot 12 dot zero at spamgourmet dot com
New email:
PHP Version: OS:

 

 [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 08:01:32 2024 UTC