emacs-devel
[Top][All Lists]
Advanced

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

Re: Building latest on Windows: error in unistd.h


From: Eli Zaretskii
Subject: Re: Building latest on Windows: error in unistd.h
Date: Wed, 22 Sep 2021 20:38:28 +0300

> Date: Wed, 22 Sep 2021 20:33:15 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: emacs-devel@gnu.org
> 
> How come lib/unistd.h is at all generated and used in your MinGW
> build?  It isn't supposed to be, we use unistd.h that comes with
> MinGW.

nt/gnulib-cfg.mk has this:

  OMIT_GNULIB_MODULE_unistd = true

which should force Gnulib not to generate the unistd.h header.  Why
doesn't it work for you?



reply via email to

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