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 01:00:09 +0200 Message-ID: <4C6DB779.7000003@alice.it> References: <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 1282258827 31811 80.91.229.12 (19 Aug 2010 23:00:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Aug 2010 23:00:27 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 20 01:00:25 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 1OmE5x-0007MY-Hh for ged-emacs-devel@m.gmane.org; Fri, 20 Aug 2010 01:00:25 +0200 Original-Received: from localhost ([127.0.0.1]:37790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmE5x-0000Jt-Aa for ged-emacs-devel@m.gmane.org; Thu, 19 Aug 2010 19:00:25 -0400 Original-Received: from [140.186.70.92] (port=50747 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmE5o-0000Hd-A1 for emacs-devel@gnu.org; Thu, 19 Aug 2010 19:00:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmE5n-00013R-0Z for emacs-devel@gnu.org; Thu, 19 Aug 2010 19:00:15 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:39853) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmE5m-000133-MF for emacs-devel@gnu.org; Thu, 19 Aug 2010 19:00:14 -0400 Original-Received: from [82.57.171.209] (82.57.171.209) by smtp204.alice.it (8.5.124.08) id 4C3B17590203C66B for emacs-devel@gnu.org; Fri, 20 Aug 2010 01:00:12 +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: <4C6DB4F8.9090003@alice.it> 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:128893 Archived-At: Il 20/08/2010 0.49, Angelo Graziosi ha scritto: > 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. > > 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=98PixelGetNextItera= torRow=E2=80=99 > from 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 > incompatible pointer type These warnings are emitted in any case... > Ciao, > Angelo.