Re: Build problems on Windows

Eli Zaretskii <[email protected]> Tue, 30 Apr 2013 19:54:18 +0300
Newsgroups gmane.comp.gnu.make.windows
Message-ID <[email protected]>
> Date: Tue, 30 Apr 2013 10:58:05 +0200
> From: Erik Carstensen <[email protected]>
> 
> When building master, I'm getting compiler and linker errors for _S_ISDIR
> not being defined.

What version of MinGW do you have?  My MinGW headers define both
_S_ISDIR and S_ISDIR.  I used the former for the MSVC compiler, which
only has the former, AFAIK.