From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: ImageMagick support on Cygwin Date: Fri, 20 Aug 2010 16:34:27 +0200 Message-ID: <4C6E9273.2020304@alice.it> References: <4C6DB4F8.9090003@alice.it> <8339u9r72y.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1282314888 4235 80.91.229.12 (20 Aug 2010 14:34:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Aug 2010 14:34:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 20 16:34:47 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OmSg8-0002u0-4s for ged-emacs-devel@m.gmane.org; Fri, 20 Aug 2010 16:34:44 +0200 Original-Received: from localhost ([127.0.0.1]:45954 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmSg7-0000fI-Pn for ged-emacs-devel@m.gmane.org; Fri, 20 Aug 2010 10:34:43 -0400 Original-Received: from [140.186.70.92] (port=47073 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmSg1-0000fD-5I for emacs-devel@gnu.org; Fri, 20 Aug 2010 10:34:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmSfz-0003Q4-Du for emacs-devel@gnu.org; Fri, 20 Aug 2010 10:34:36 -0400 Original-Received: from smtp207.alice.it ([82.57.200.103]:47775) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmSfx-0003PW-Qc; Fri, 20 Aug 2010 10:34:34 -0400 Original-Received: from [82.57.148.76] (82.57.148.76) by smtp207.alice.it (8.5.124.08) id 4C1A26CF03AE549C; Fri, 20 Aug 2010 16:34:31 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 In-Reply-To: <8339u9r72y.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128924 Archived-At: Il 20/08/2010 11.01, Eli Zaretskii ha scritto: >> Date: Fri, 20 Aug 2010 00:49:28 +0200 >> From: Angelo Graziosi >> >> Ken Brown wrote: >>> I think the culprit is this line in configure.in: >>> >>> >>> AC_DEFINE(HAVE_MAGICKEXPORTIMAGEPIXELS, 1, [Define to 1 if MagickExportImagePixels is defined.]) >> >> Commenting out it and regenerating 'configure' seems to fix the issue. > > Can you figure out why AC_DEFINE(HAVE_MAGICKEXPORTIMAGEPIXELS) causes > trouble in Cygwin? What version of ImageMagick do you have? On Cygwin, the current package is ImageMagick-6.4.0.6. I flagged this issue to Cygwin people, but I got only Ken's observations and some other... See [*]. I think the problems arise from the fact that the Cygwin binaries do not support MAGICKEXPORTIMAGEPIXELS, yet. Indeed grep -iR MAGICKEXPORTIMAGEPIXELS /usr/include/ is empty! Ciao, Angelo. --- [*] http://cygwin.com/ml/cygwin/2010-08/msg00555.html http://cygwin.com/ml/cygwin/2010-08/msg00557.html http://cygwin.com/ml/cygwin/2010-08/msg00564.html http://cygwin.com/ml/cygwin/2010-08/msg00570.html