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: Tak Ota <takaaki.ota <at> gmail.com>
Subject: bug#62792: closed (Re: bug#62792: Emacs 29.0.90 build fails)
Date: Thu, 13 Apr 2023 05:20:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62792: Emacs 29.0.90 build fails

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62792 <at> debbugs.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: 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.

[Message part 3 (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 4 (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 5 (text/html, inline)]

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.