emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ImageMagick support on Cygwin


From: Ken Brown
Subject: Re: ImageMagick support on Cygwin
Date: Sat, 21 Aug 2010 07:08:17 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

On 8/21/2010 2:55 AM, address@hidden wrote:
Angelo Graziosi<address@hidden>  writes:

joakim wrote:
This analysis is probably correct. I'll try to check in a fix.

Rev. 101149 still fails in the same manner. And these warnings

[...]

I'll try to set up a cygwin environment here. That will take a while.

The problem is the same as before and is not Cygwin specific. It will happen on any system that doesn't have MagickExportImagePixels. Your new AC_DEFINE still defines HAVE_MAGICKEXPORTIMAGEPIXELS unconditionally; the only difference is that it's now defined to be 0 instead of 1. So the conditional '#ifdef HAVE_MAGICKEXPORTIMAGEPIXELS' in src/image.c is always true. Wouldn't the right fix be to simply delete the AC_DEFINE?

Ken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]