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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#22403: closed (compile error on cygwin in emacs-25 )
Date: Tue, 19 Jan 2016 16:14:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 19 Jan 2016 18:13:08 +0200
with message-id <831t9dczu3.fsf <at> gnu.org>
and subject line Re: compile error on cygwin in emacs-25
has caused the debbugs.gnu.org bug report #22403,
regarding compile error on cygwin in emacs-25 
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
22403: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22403
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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 4 (text/html, inline)]
[image001.gif (image/gif, inline)]
[Message part 6 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Lin Sun (孙林) <Lin.Sun <at> mediatek.com>
Cc: 22403-done <at> debbugs.gnu.org, jussi <at> aprikoodi.fi
Subject: Re: compile error on cygwin in emacs-25
Date: Tue, 19 Jan 2016 18:13:08 +0200
> From: Lin Sun (孙林) <Lin.Sun <at> 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.


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.