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 00:49:28 +0200 Message-ID: <4C6DB4F8.9090003@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: dough.gmane.org 1282258184 29435 80.91.229.12 (19 Aug 2010 22:49:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Aug 2010 22:49:44 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 20 00:49:43 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 1OmDvZ-0003jp-79 for ged-emacs-devel@m.gmane.org; Fri, 20 Aug 2010 00:49:41 +0200 Original-Received: from localhost ([127.0.0.1]:39963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmDvY-0005lN-Lt for ged-emacs-devel@m.gmane.org; Thu, 19 Aug 2010 18:49:40 -0400 Original-Received: from [140.186.70.92] (port=49036 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmDvT-0005lF-BF for emacs-devel@gnu.org; Thu, 19 Aug 2010 18:49:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmDvR-0008Gl-Vo for emacs-devel@gnu.org; Thu, 19 Aug 2010 18:49:34 -0400 Original-Received: from smtp206.alice.it ([82.57.200.102]:58978) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmDvR-0008GG-NM for emacs-devel@gnu.org; Thu, 19 Aug 2010 18:49:33 -0400 Original-Received: from [82.57.171.209] (82.57.171.209) by smtp206.alice.it (8.5.124.08) id 4C1A268C03A341E2 for emacs-devel@gnu.org; Fri, 20 Aug 2010 00:49:30 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 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:128892 Archived-At: Ken Brown wrote: > I think the culprit is this line in configure.in: > > > AC_DEFINE(HAVE_MAGICKEXPORTIMAGEPIXELS, 1, [Define to 1 if MagickExport= ImagePixels is defined.]) Commenting out it and regenerating 'configure' seems to fix the issue. I noticed only these warnings: image.c: In function =E2=80=98imagemagick_load_image=E2=80=99: image.c:7670: warning: passing argument 2 of =E2=80=98PixelGetNextIterato= rRow=E2=80=99=20 =66rom incompatible pointer type image.c: In function =E2=80=98Fimagemagick_types=E2=80=99: image.c:7844: warning: passing argument 2 of =E2=80=98GetMagickList=E2=80= =99 from=20 incompatible pointer type Ciao, Angelo.