Hi Bruno,
Bruno Haible <[email protected]> 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