GNU bug report logs - #62792
Emacs 29.0.90 build fails

Previous Next

Package: emacs;

Reported by: Tak Ota <takaaki.ota <at> gmail.com>

Date: Wed, 12 Apr 2023 15:22:01 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62792: closed (Emacs 29.0.90 build fails)
Date: Thu, 13 Apr 2023 05:20:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 13 Apr 2023 08:20:13 +0300
with message-id <83edoo5pf6.fsf <at> gnu.org>
and subject line Re: bug#62792: Emacs 29.0.90 build fails
has caused the debbugs.gnu.org bug report #62792,
regarding Emacs 29.0.90 build fails
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62792: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62792
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tak Ota <takaaki.ota <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs 29.0.90 build fails
Date: Tue, 11 Apr 2023 11:16:28 -0700
[Message part 3 (text/plain, inline)]
When attempted to build using MinGW the next section of code in src/w32.c
conflicts with the definition in MinGW/include/wincon.h
This typedef was not in src/w32.c of Emacs 28.2.

#if _WIN32_WINNT < 0x0501
typedef struct
{
  DWORD nFont;
  COORD dwFontSize;
} CONSOLE_FONT_INFO;
#endif

By removing the above portion of code from rc/w32.c the build completes
successfully.

-Tak
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Tak Ota <takaaki.ota <at> gmail.com>
Cc: 62792-done <at> debbugs.gnu.org
Subject: Re: bug#62792: Emacs 29.0.90 build fails
Date: Thu, 13 Apr 2023 08:20:13 +0300
> From: Tak Ota <takaaki.ota <at> gmail.com>
> Date: Wed, 12 Apr 2023 12:54:45 -0700
> Cc: 62792 <at> debbugs.gnu.org
> 
> Yes, this patch averts the error.  Thank you.

Thanks, I've now installed this on the emacs-29 branch, and I'm
closing the bug.


This bug report was last modified 2 years and 41 days ago.

Previous Next


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