unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#69888: 30.0.50; Cygw32 build break
@ 2024-03-18 23:34 Kazuhiro Ito
  2024-03-19 12:48 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Kazuhiro Ito @ 2024-03-18 23:34 UTC (permalink / raw)
  To: 69888

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#69888: 30.0.50; Cygw32 build break
  2024-03-18 23:34 bug#69888: 30.0.50; Cygw32 build break Kazuhiro Ito
@ 2024-03-19 12:48 ` Eli Zaretskii
  2024-03-19 13:42   ` Kazuhiro Ito
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2024-03-19 12:48 UTC (permalink / raw)
  To: Kazuhiro Ito; +Cc: 69888

> Date: Tue, 19 Mar 2024 08:34:08 +0900
> From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
> 
> Cygw32 build fails on  master

Sorry about that.  I attempted to fix this now, please try again.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#69888: 30.0.50; Cygw32 build break
  2024-03-19 12:48 ` Eli Zaretskii
@ 2024-03-19 13:42   ` Kazuhiro Ito
  0 siblings, 0 replies; 3+ messages in thread
From: Kazuhiro Ito @ 2024-03-19 13:42 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 69888-done

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-19 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-18 23:34 bug#69888: 30.0.50; Cygw32 build break Kazuhiro Ito
2024-03-19 12:48 ` Eli Zaretskii
2024-03-19 13:42   ` Kazuhiro Ito

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).