GNU bug report logs - #22403
compile error on cygwin in emacs-25

Previous Next

Package: emacs;

Reported by: Lin Sun (孙林) <Lin.Sun <at> mediatek.com>

Date: Tue, 19 Jan 2016 02:07:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Lin Sun (孙林) <Lin.Sun <at> mediatek.com>
To: "jussi <at> aprikoodi.fi" <jussi <at> aprikoodi.fi>, "eliz <at> gnu.org" <eliz <at> gnu.org>, 
 "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: compile error on cygwin in emacs-25 
Date: Tue, 19 Jan 2016 01:44:12 +0000
[Message part 1 (text/plain, inline)]
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

[Message part 2 (text/html, inline)]
[image001.gif (image/gif, inline)]

This bug report was last modified 9 years and 120 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.