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: Sat, 21 Aug 2010 00:24:46 +0200 Message-ID: <4C6F00AE.40500@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: Quoted-Printable X-Trace: dough.gmane.org 1282343964 16046 80.91.229.12 (20 Aug 2010 22:39:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Aug 2010 22:39:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 21 00:39:23 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 1OmaF8-00066n-AH for ged-emacs-devel@m.gmane.org; Sat, 21 Aug 2010 00:39:22 +0200 Original-Received: from localhost ([127.0.0.1]:47651 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oma1O-00028G-Aq for ged-emacs-devel@m.gmane.org; Fri, 20 Aug 2010 18:25:10 -0400 Original-Received: from [140.186.70.92] (port=34392 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oma1G-00026G-VA for emacs-devel@gnu.org; Fri, 20 Aug 2010 18:25:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oma1E-0001Hy-AY for emacs-devel@gnu.org; Fri, 20 Aug 2010 18:25:01 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:44500) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oma1D-0001Hl-V8 for emacs-devel@gnu.org; Fri, 20 Aug 2010 18:25:00 -0400 Original-Received: from [82.57.156.119] (82.57.156.119) by smtp204.alice.it (8.5.124.08) id 4C3B175902127268; Sat, 21 Aug 2010 00:24:51 +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:128936 Archived-At: 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=20 =E2=80=98PixelGetNextIteratorRow=E2=80=99 from incompatible pointer type = [enabled by=20 default] /usr/include/ImageMagick/wand/pixel-iterator.h:55:5: note: expected=20 =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=20 =E2=80=98MagickExportImagePixels=E2=80=99 [-Wimplicit-function-declaratio= n] /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=20 =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=20 unsigned int *=E2=80=99 but argument is of type =E2=80=98size_t *=E2=80=99 [...] are not too reassuring... Ciao, Angelo.