php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59782 Compile Error on Windows
Submitted: 2011-05-25 14:41 UTC Modified: 2011-07-30 20:48 UTC
From: anonymous at nobody dot com Assigned:
Status: Closed Package: imagick (PECL)
PHP Version: 5.3.5 OS: Windows 7 x64
Private report: No CVE-ID: None
 [2011-05-25 14:41 UTC] anonymous at nobody dot com
Description:
------------
Getting this error when trying to compile PHP 5.3.6 with imagick 3.1.0b1 (Windows 7 x64, Compiler MSVC9):
 
NMAKE : fatal error U1073: dont know how to make "ext\imagick-3.1.0b1\imagick_read.c"

This problem is related to imagick v3.1.0b1 only, with v3.0.1 compilation completes without errors.

Reproduce code:
---------------
-

Expected result:
----------------
-

Actual result:
--------------
-

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-07-28 03:16 UTC] tomkrawc at gmail dot com
In the file config.w32 change "imagick_read.c" to "imagick_file.c". It works.
 [2011-07-30 20:48 UTC] anonymous at nobody dot com
Yes, that did the trick. Thanks!

So this one can be closed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 19:01:32 2024 UTC