GNU bug report logs - #15892
24.3.50; Cygw32 build break

Previous Next

Package: emacs;

Reported by: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>

Date: Thu, 14 Nov 2013 11:31:02 UTC

Severity: important

Tags: patch

Found in version 24.3.50

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15892 in the body.
You can then email your comments to 15892 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#15892; Package emacs. (Thu, 14 Nov 2013 11:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 14 Nov 2013 11:31:03 GMT) Full text and rfc822 format available.

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

From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; Cygw32 build break
Date: Thu, 14 Nov 2013 20:30:07 +0900
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




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Thu, 14 Nov 2013 17:46:02 GMT) Full text and rfc822 format available.

Notification sent to Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>:
bug acknowledged by developer. (Thu, 14 Nov 2013 17:46:02 GMT) Full text and rfc822 format available.

Message #10 received at 15892-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
Cc: 15892-done <at> debbugs.gnu.org
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 <kzhr <at> d1.dion.ne.jp>
> From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
> 
> 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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 13 Dec 2013 12:24:31 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 162 days ago.

Previous Next


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