* bug#22403: compile error on cygwin in emacs-25
@ 2016-01-19 1:44 Lin Sun
2016-01-19 16:13 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Lin Sun @ 2016-01-19 1:44 UTC (permalink / raw)
To: jussi, eliz, 22403
[-- Attachment #1.1: Type: text/plain, Size: 704 bytes --]
Hi Pals,
The commit 86e45139698fe773ffb4efbe59387f90201b80c8<http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-25&id=86e45139698fe773ffb4efbe59387f90201b80c8> have a compile error on Cygwin,
The resetstkoflw was declared with “#ifndef CYGWIN” in src/w32fns.c<http://git.savannah.gnu.org/cgit/emacs.git/diff/src/w32fns.c?h=emacs-25&id=86e45139698fe773ffb4efbe59387f90201b80c8>, reset in line 9938 without same condition.
@@ -9927,6 +9935,8 @@ globals_of_w32fns (void)
after_deadkey = -1;
+ resetstkoflw = NULL;
+
/* MessageBox does not work without this when linked to comctl32.dll 6.0. */
InitCommonControls ();
Please fix this, thank you.
Best Regards
Lin Sun
[-- Attachment #1.2: Type: text/html, Size: 9518 bytes --]
[-- Attachment #2: image001.gif --]
[-- Type: image/gif, Size: 69751 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#22403: compile error on cygwin in emacs-25
2016-01-19 1:44 bug#22403: compile error on cygwin in emacs-25 Lin Sun
@ 2016-01-19 16:13 ` Eli Zaretskii
2016-01-20 0:46 ` Lin Sun
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2016-01-19 16:13 UTC (permalink / raw)
To: Lin Sun; +Cc: 22403-done, jussi
> From: Lin Sun (孙林) <Lin.Sun@mediatek.com>
> Date: Tue, 19 Jan 2016 01:44:12 +0000
>
> The commit 86e45139698fe773ffb4efbe59387f90201b80c8 have a compile error on
> Cygwin,
>
> The resetstkoflw was declared with “#ifndef CYGWIN” in src/w32fns.c, reset in
> line 9938 without same condition.
Sorry about that, should be fixed now.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#22403: compile error on cygwin in emacs-25
2016-01-19 16:13 ` Eli Zaretskii
@ 2016-01-20 0:46 ` Lin Sun
0 siblings, 0 replies; 3+ messages in thread
From: Lin Sun @ 2016-01-20 0:46 UTC (permalink / raw)
To: Eli Zaretskii
Cc: 22403-done@debbugs.gnu.org, 22403@debbugs.gnu.org,
jussi@aprikoodi.fi
[-- Attachment #1: Type: text/plain, Size: 73 bytes --]
> should be fixed now.
Great, thank you.
Best Regards
Lin Sun
[-- Attachment #2: Type: text/html, Size: 1015 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-20 0:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 1:44 bug#22403: compile error on cygwin in emacs-25 Lin Sun
2016-01-19 16:13 ` Eli Zaretskii
2016-01-20 0:46 ` Lin Sun
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.