From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: ImageMagick support on Cygwin Date: Sat, 21 Aug 2010 08:55:53 +0200 Message-ID: References: <4C6DB4F8.9090003@alice.it> <8339u9r72y.fsf@gnu.org> <4C6F00AE.40500@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1282373774 19658 80.91.229.12 (21 Aug 2010 06:56:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Aug 2010 06:56:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 21 08:56:06 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 1Omhzq-0002UM-HB for ged-emacs-devel@m.gmane.org; Sat, 21 Aug 2010 08:56:06 +0200 Original-Received: from localhost ([127.0.0.1]:39447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Omhzq-0004Os-1B for ged-emacs-devel@m.gmane.org; Sat, 21 Aug 2010 02:56:06 -0400 Original-Received: from [140.186.70.92] (port=40574 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Omhzj-0004Od-3n for emacs-devel@gnu.org; Sat, 21 Aug 2010 02:56:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Omhzh-0005is-Ug for emacs-devel@gnu.org; Sat, 21 Aug 2010 02:55:58 -0400 Original-Received: from smtprelay-h32.telenor.se ([213.150.131.5]:37374) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Omhzh-0005io-Oe for emacs-devel@gnu.org; Sat, 21 Aug 2010 02:55:57 -0400 Original-Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-h32.telenor.se (Postfix) with ESMTP id F2859E919C for ; Sat, 21 Aug 2010 08:55:55 +0200 (CEST) X-SENDER-IP: [83.227.138.150] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ars1AOcUb0xT44qWPGdsb2JhbACDGIRSmFUMAQEBATUtpV6RY4EigyJzBIl2gn0 X-IronPort-AV: E=Sophos;i="4.56,244,1280700000"; d="scan'208";a="1662580000" Original-Received: from ua-83-227-138-150.cust.bredbandsbolaget.se (HELO www.verona.se) ([83.227.138.150]) by ipb4.telenor.se with ESMTP; 21 Aug 2010 08:55:55 +0200 Original-Received: from localhost.localdomain (unknown [192.168.201.6]) by www.verona.se (Postfix) with ESMTP id 51A5671341D; Sat, 21 Aug 2010 08:55:54 +0200 (CEST) In-Reply-To: <4C6F00AE.40500@alice.it> (Angelo Graziosi's message of "Sat, 21 Aug 2010 00:24:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:128942 Archived-At: Angelo Graziosi 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 > > [...] > /tmp/emacs/src/image.c: In function =E2=80=98imagemagick_load_image=E2=80= =99: > /tmp/emacs/src/image.c:7663:11: warning: passing argument 2 of > =E2=80=98PixelGetNextIteratorRow=E2=80=99 from incompatible pointer type = [enabled by > default] > /usr/include/ImageMagick/wand/pixel-iterator.h:55:5: note: expected > =E2=80=98long unsigned int *=E2=80=99 but argument is of type =E2=80=98si= ze_t *=E2=80=99 > /tmp/emacs/src/image.c:7715:7: warning: implicit declaration of > function =E2=80=98MagickExportImagePixels=E2=80=99 [-Wimplicit-function-d= eclaration] > /tmp/emacs/src/image.c: In function =E2=80=98Fimagemagick_types=E2=80=99: > /tmp/emacs/src/image.c:7835:3: warning: passing argument 2 of > =E2=80=98GetMagickList=E2=80=99 from incompatible pointer type [enabled b= y default] > /usr/include/ImageMagick/magick/magick.h:87:5: note: expected =E2=80=98lo= ng > unsigned int *=E2=80=99 but argument is of type =E2=80=98size_t *=E2=80=99 > [...] > > are not too reassuring... I'll try to set up a cygwin environment here. That will take a while. > Ciao, > Angelo. --=20 Joakim Verona