emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62792: closed (Emacs 29.0.90 build fails)


From: GNU bug Tracking System
Subject: bug#62792: closed (Emacs 29.0.90 build fails)
Date: Thu, 13 Apr 2023 05:20:02 +0000

Your message dated Thu, 13 Apr 2023 08:20:13 +0300
with message-id <83edoo5pf6.fsf@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@gnu.org.)


-- 
62792: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62792
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Emacs 29.0.90 build fails Date: Tue, 11 Apr 2023 11:16:28 -0700
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


--- End Message ---
--- Begin Message --- Subject: Re: bug#62792: Emacs 29.0.90 build fails Date: Thu, 13 Apr 2023 08:20:13 +0300
> From: Tak Ota <takaaki.ota@gmail.com>
> Date: Wed, 12 Apr 2023 12:54:45 -0700
> Cc: 62792@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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]