[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)
^
- bug#17790: build failure with giflib-5.1.0, Makoto Fujiwara, 2014/06/15
- bug#17790: GIFlib-5.1.0 or former conditional, Makoto Fujiwara, 2014/06/16
- bug#17790: GIFlib-5.1.0 or former conditional, Andreas Schwab, 2014/06/17
- bug#17790: GIFlib-5.1.0 or former conditional, Eli Zaretskii, 2014/06/17
- bug#17790: GIFlib-5.1.0 or former conditional, Stefan Monnier, 2014/06/17
- bug#17790: GIFlib-5.1.0 or former conditional, Eli Zaretskii, 2014/06/18
- bug#17790: GIFlib-5.1.0 or former conditional,
Ken Brown <=
- bug#17790: GIFlib-5.1.0 or former conditional, Eli Zaretskii, 2014/06/18
- bug#17790: GIFlib-5.1.0 or former conditional, Ken Brown, 2014/06/18