GNU bug report logs -
#62792
Emacs 29.0.90 build fails
Previous Next
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
> Cc: 62792 <at> debbugs.gnu.org
> Date: Wed, 12 Apr 2023 19:37:31 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
>
> > w32.c:551:3: error: conflicting types for 'CONSOLE_FONT_INFO'
> > } CONSOLE_FONT_INFO;
> > ^
> > In file included from c:\mingw\include\windows.h:43:0,
> > from c:\mingw\include\winsock2.h:22,
> > from c:/d/pub/emacs/emacs-29.0.90/nt/inc/sys/socket.h:57,
> > from thread.h:25,
> > from lisp.h:2268,
> > from w32.c:98:
> > c:\mingw\include\wincon.h:86:3: note: previous declaration of 'CONSOLE_FONT_INFO' was here
> > } CONSOLE_FONT_INFO, *PCONSOLE_FONT_INFO;
> > ^
>
> Please show the definition of CONSOLE_FONT_INFO in your wincon.h, it
> should begin a few lines before line 86 of wincon.h.
And in addition, please show the values of
__MINGW32_VERSION
__MINGW32_MAJOR_VERSION
__MINGW32_MINOR_VERSION
__MINGW32_PATCHLEVEL
They should all be defined in c:\mingw\include\_mingw.h
I think you are using a very old version of MinGW, where this
declaration was not protected by a suitable #if condition.
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.