[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs build fails on Windows mingw64
From: |
Eli Zaretskii |
Subject: |
Re: Emacs build fails on Windows mingw64 |
Date: |
Sun, 24 Oct 2021 09:26:17 +0300 |
> From: Paul Eggert <eggert@cs.ucla.edu>
> Date: Sat, 23 Oct 2021 23:45:04 -0400
> Cc: bug-gnulib@gnu.org, emacs-devel@gnu.org
>
> On 10/23/21 4:42 PM, Andy Moreton wrote:
> > Can this issue be addressed in gnulib so the emacs bug can be fixed ?
>
> This appears to be an issue in Emacs not Gnulib, as a few of Emacs's
> MS-Windows-specific files don't include <config.h> first, which is a
> documented requirement for Gnulib-using apps. Proposed Emacs patch
> attached. I haven't tested or installed this, as I don't use MingW.
This solution cannot be used, because ntlib cannot include config.h,
due to various redefinitions and redirections we do in ms-w32.h for
Emacs. (We could redesign these tricks, but that's a lot of tedium,
and cannot be done on the release branch anyway.)
Let me turn the table and ask why that declaration of strdup is at all
needed in Gnulib's string.h when it's used in MinGW builds? strdup is
available natively in the MS C runtime, and its prototype is already
in the system's string.h header. I'm aware that Gnulib has strdup.c,
but we don't currently use it in Emacs, and even if we will at some
point, we won't use it in the MinGW build. So how about ifdef-ing
that declaration away for MinGW in the Gnulib header?
- Re: Emacs build fails on Windows mingw64, Paul Eggert, 2021/10/23
- Re: Emacs build fails on Windows mingw64,
Eli Zaretskii <=
- Re: Emacs build fails on Windows mingw64, Paul Eggert, 2021/10/24
- Re: Emacs build fails on Windows mingw64, Eli Zaretskii, 2021/10/24
- Re: Emacs build fails on Windows mingw64, Paul Eggert, 2021/10/24
- Re: Emacs build fails on Windows mingw64, Eli Zaretskii, 2021/10/24
- Re: Emacs build fails on Windows mingw64, Óscar Fuentes, 2021/10/24
- Re: Emacs build fails on Windows mingw64, Eli Zaretskii, 2021/10/24
- Message not available
- Re: Emacs build fails on Windows mingw64, Bruno Haible, 2021/10/24
- Re: Emacs build fails on Windows mingw64, Eli Zaretskii, 2021/10/25
Message not available