bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17790: GIFlib-5.1.0 or former conditional


From: Ken Brown
Subject: bug#17790: GIFlib-5.1.0 or former conditional
Date: Wed, 18 Jun 2014 12:20:38 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 6/18/2014 11:17 AM, Eli Zaretskii wrote:
>> From: Stefan Monnier <monnier@iro.umontreal.ca>
>> Cc: Andreas Schwab <schwab@suse.de>,  "Eric S. Raymond" <esr@thyrsus.com>,  
>> 17790@debbugs.gnu.org
>> Date: Tue, 17 Jun 2014 12:18:02 -0400
>>
>>> some problem with it, I will commit soon.  (I guess this should go to
>>> the release branch, right? Stefan? Glenn?)
>>
>> Yes.
> 
> Committed as emacs-24 revision 17254.

This breaks the Cygwin build as follows:

image.c: In function ‘gif_close’:
image.c:7342:15: error: ‘GifFileType’ has no member named ‘Error’
     *err = gif->Error;
               ^
image.c: In function ‘gif_load’:
image.c:7675:24: error: ‘gif_err’ undeclared (first use in this function)
   if (gif_close (gif, &gif_err) == GIF_ERROR)
                        ^
image.c:7675:24: note: each undeclared identifier is reported only once for 
each function it appears in
image.c:7684:7: error: too few arguments to function ‘image_error’
       image_error ("Error closing `%s'", img->spec);
       ^
image.c:664:1: note: declared here
 image_error (const char *format, Lisp_Object arg1, Lisp_Object arg2)
 ^







reply via email to

[Prev in Thread] Current Thread [Next in Thread]