GNU bug report logs -
#71159
[PATCH] Stipple support for MS Windows
Previous Next
Reported by: "Elijah G." <eg642616 <at> gmail.com>
Date: Fri, 24 May 2024 01:28:02 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: "Elijah G." <eg642616 <at> gmail.com>
>> Cc: Eli Zaretskii <eliz <at> gnu.org>
>> Date: Thu, 30 May 2024 18:12:42 -0600
>>
>> I've updated the patch for delete all the conflicts generated by
>> ae7d0e86b37eabc434c48f85f56df0a221e0e7c7 commit.
>
> Thanks, but is this the right patch? It includes a syntax error,
> which GCC announces like this:
>
> image.c: In function 'image_create_bitmap_from_data':
> image.c:627:26: error: expected ';' before 'do'
> 627 | sa_avail = MAX_ALLOCA
> | ^
> | ;
> image.c:623:15: warning: variable 'sa_avail' set but not used [-Wunused-but-set-variable]
> 623 | ptrdiff_t sa_avail; /* Used only for SAFE_NALLOCA. */
> | ^~~~~~~~
> Makefile:457: recipe for target `image.o' failed
> make[2]: *** [image.o] Error 1
>
> I'm guessing that you sent the wrong patch, because you couldn't have
> built Emacs with this one. So, while the fix is trivial, I haven't
> installed this, out of fear that other parts might be incorrect.
I didn't know about that, i think it was an error that i didn't notice
when i was generating the patch file, i was having troubles with my
local repo.
It should now be fixed in the new patch sent.
This bug report was last modified 1 year and 41 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.