emacs-devel
[Top][All Lists]
Advanced

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

Re: master 2c79a8f 2/2: Use posix_spawn if possible.


From: Philipp Stephani
Subject: Re: master 2c79a8f 2/2: Use posix_spawn if possible.
Date: Tue, 29 Dec 2020 22:36:40 +0100

Am Di., 29. Dez. 2020 um 19:15 Uhr schrieb Eli Zaretskii <eliz@gnu.org>:

> > What error messages do you see on Windows when trying to build the branch?
>
> The below is only for compiling Gnulib; the build process stopped
> after that, so what will happen in lib-src/ and src/ is still TBD:
>
>     CC       getdtablesize.o
>   getdtablesize.c:58:1: warning: no previous prototype for 'getdtablesize' 
> [-Wmissing-prototypes]
>      58 | getdtablesize (void)
>         | ^~~~~~~~~~~~~

Ah, I guess this is because the MinGW build excludes Gnulib's unistd.h
etc. So for now it looks like we do have to exclude the spawn modules
from the Windows build (unless we can include the POSIX headers from
Gnulib).



reply via email to

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