GNU bug report logs -
#69888
30.0.50; Cygw32 build break
Previous Next
Reported by: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
Date: Mon, 18 Mar 2024 23:36:02 UTC
Severity: normal
Found in version 30.0.50
Done: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
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 69888 in the body.
You can then email your comments to 69888 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#69888
; Package
emacs
.
(Mon, 18 Mar 2024 23:36: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
.
(Mon, 18 Mar 2024 23:36:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Cygw32 build fails on master
$ make
(snip)
CC w32xfns.o
In file included from ../../../emacs/trunk/src/w32xfns.c:35:
/usr/include/w32api/wtsapi32.h:147:16: error: redeclaration of ‘enum _WTS_VIRTUAL_CLASS’
147 | typedef enum _WTS_VIRTUAL_CLASS {
| ^~~~~~~~~~~~~~~~~~
../../../emacs/trunk/src/w32xfns.c:30:14: note: originally defined here
30 | typedef enum _WTS_VIRTUAL_CLASS {
| ^~~~~~~~~~~~~~~~~~
In file included from ../../../emacs/trunk/src/w32xfns.c:35:
/usr/include/w32api/wtsapi32.h:148:5: error: redeclaration of enumerator ‘WTSVirtualClientData’
148 | WTSVirtualClientData,WTSVirtualFileHandle
| ^~~~~~~~~~~~~~~~~~~~
../../../emacs/trunk/src/w32xfns.c:31:3: note: previous definition of ‘WTSVirtualClientData’ with type ‘enum _WTS_VIRTUAL_CLASS’
31 | WTSVirtualClientData,
| ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../emacs/trunk/src/w32xfns.c:35:
/usr/include/w32api/wtsapi32.h:148:26: error: redeclaration of enumerator ‘WTSVirtualFileHandle’
148 | WTSVirtualClientData,WTSVirtualFileHandle
| ^~~~~~~~~~~~~~~~~~~~
../../../emacs/trunk/src/w32xfns.c:32:3: note: previous definition of ‘WTSVirtualFileHandle’ with type ‘enum _WTS_VIRTUAL_CLASS’
32 | WTSVirtualFileHandle
| ^~~~~~~~~~~~~~~~~~~~
../../../emacs/trunk/src/w32xfns.c: In function ‘drain_message_queue’:
../../../emacs/trunk/src/w32xfns.c:431:13: warning: implicit declaration of function ‘reset_w32_kbdhook_state’ [-Wimplicit-function-declaration]
431 | reset_w32_kbdhook_state ();
| ^~~~~~~~~~~~~~~~~~~~~~~
../../../emacs/trunk/src/w32xfns.c:431:13: warning: nested extern declaration of ‘reset_w32_kbdhook_state’ [-Wnested-externs]
it seems that _WTS_VIRTUAL_CLASS is defines in Cygwin's headaer and
reset_w32_kbdhook_state is not defined on Cygw32 build.
--
Kazuhiro Ito
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#69888
; Package
emacs
.
(Tue, 19 Mar 2024 12:50:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 69888 <at> debbugs.gnu.org (full text, mbox):
> Date: Tue, 19 Mar 2024 08:34:08 +0900
> From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
>
> Cygw32 build fails on master
Sorry about that. I attempted to fix this now, please try again.
Reply sent
to
Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
:
You have taken responsibility.
(Tue, 19 Mar 2024 13:44:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
:
bug acknowledged by developer.
(Tue, 19 Mar 2024 13:44:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 69888-done <at> debbugs.gnu.org (full text, mbox):
> > Cygw32 build fails on master
>
> Sorry about that. I attempted to fix this now, please try again.
Thank you for the fix. I confirmed the problem was resolved, so
closing the issue.
--
Kazuhiro Ito
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 17 Apr 2024 11:24:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 66 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.