[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: savewd: please port to native Windows
From: |
Collin Funk |
Subject: |
Re: savewd: please port to native Windows |
Date: |
Tue, 27 Aug 2024 15:10:14 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Bruno,
Bruno Haible <bruno@clisp.org> writes:
> It's not clear to me whether this module can still partially work on native
> Windows, with some #if. Or if it is better disabled entirely, by putting
> all the code under
> #if !(defined _WIN32 && !defined __CYGWIN__)
>
> Can someone please take a look?
Not sure if you are aware but that module is documented as not being
supported on Windows. In gnulib-intro.texi line 164 - 169:
Note that some modules are currently unsupported on native Windows:
@code{mgetgroups}, @code{getugroups}, @code{idcache},
@code{userspec}, @code{openpty}, @code{login_tty}, @code{forkpty},
@code{pt_chown}, @code{grantpt}, @code{pty}, @code{savewd},
@code{mkancesdirs}, @code{mkdir-p}, @code{euidaccess},
@code{faccessat}.
Unless you were revisiting the possibility of supporting Windows there,
then ignore me. :)
Collin