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

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

[debbugs-tracker] bug#15892: closed (24.3.50; Cygw32 build break)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15892: closed (24.3.50; Cygw32 build break)
Date: Thu, 14 Nov 2013 17:46:02 +0000

Your message dated Thu, 14 Nov 2013 19:45:15 +0200
with message-id <address@hidden>
and subject line Re: bug#15892: 24.3.50; Cygw32 build break
has caused the debbugs.gnu.org bug report #15892,
regarding 24.3.50; Cygw32 build break
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15892: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15892
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; Cygw32 build break Date: Thu, 14 Nov 2013 20:30:07 +0900 User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.3 (amd64-w64-nt6.1.7601) MULE/6.0 (HANACHIRUSATO)
Because make_ctrl_char and erase_phys_cursor are defined as static
functions on Cygw32, Cygw32 can't be built on trunk.
Please see the below patch.

=== modified file 'src/keyboard.c'
--- src/keyboard.c      2013-11-11 05:18:53 +0000
+++ src/keyboard.c      2013-11-12 23:43:34 +0000
@@ -2086,7 +2086,7 @@
 
 /* Apply the control modifier to CHARACTER.  */
 
-#ifndef WINDOWSNT
+#ifndef HAVE_NTGUI
 static
 #endif
 int

=== modified file 'src/xdisp.c'
--- src/xdisp.c 2013-11-08 10:21:35 +0000
+++ src/xdisp.c 2013-11-10 23:28:15 +0000
@@ -26345,7 +26345,7 @@
 
 /* Erase the image of a cursor of window W from the screen.  */
 
-#ifndef WINDOWSNT
+#ifndef HAVE_NTGUI
 static
 #endif
 void


-- 
Kazuhiro Ito



--- End Message ---
--- Begin Message --- Subject: Re: bug#15892: 24.3.50; Cygw32 build break Date: Thu, 14 Nov 2013 19:45:15 +0200
> Date: Thu, 14 Nov 2013 20:30:07 +0900
> From: Kazuhiro Ito <address@hidden>
> From: Kazuhiro Ito <address@hidden>
> 
> Because make_ctrl_char and erase_phys_cursor are defined as static
> functions on Cygw32, Cygw32 can't be built on trunk.
> Please see the below patch.

Thanks, installed.


--- End Message ---

reply via email to

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