emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#22403: closed (compile error on cygwin in emacs-25


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22403: closed (compile error on cygwin in emacs-25 )
Date: Tue, 19 Jan 2016 16:14:02 +0000

Your message dated Tue, 19 Jan 2016 18:13:08 +0200
with message-id <address@hidden>
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
address@hidden)


-- 
22403: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22403
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: compile error on cygwin in emacs-25 Date: Tue, 19 Jan 2016 01:44:12 +0000

Hi Pals,

 

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.

@@ -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

 

************* Email Confidentiality Notice ********************
The information contained in this e-mail message (including any 
attachments) may be confidential, proprietary, privileged, or otherwise
exempt from disclosure under applicable laws. It is intended to be 
conveyed only to the designated recipient(s). Any use, dissemination, 
distribution, printing, retaining or copying of this e-mail (including its 
attachments) by unintended recipient(s) is strictly prohibited and may 
be unlawful. If you are not an intended recipient of this e-mail, or believe 
that you have received this e-mail in error, please notify the sender 
immediately (by replying to this e-mail), delete any and all copies of 
this e-mail (including any attachments) from your system, and do not
disclose the content of this e-mail to any other person. Thank you!

--- End Message ---
--- Begin Message --- Subject: Re: compile error on cygwin in emacs-25 Date: Tue, 19 Jan 2016 18:13:08 +0200
> From: Lin Sun (孙林) <address@hidden>
> 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]