emacs-devel
[Top][All Lists]
Advanced

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

Re: Latest EMACS on BZR trunk does not compile with MinGW


From: Paul Eggert
Subject: Re: Latest EMACS on BZR trunk does not compile with MinGW
Date: Tue, 03 Jun 2014 13:22:40 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 06/03/2014 01:00 PM, Vincent Belaïche wrote:
dup2.c:35:0: warning: "WIN32_LEAN_AND_MEAN" redefined [enabled by default]
Why is your build trying to compile lib/dup2.c? That appears to be the real bug here. Emacs is supposed to supply its own dup2 on Microsoft Windows, and the build shouldn't try to compile the Gnulib dup2.c there.

msvc-inval.h, given its naming, is probably a file from the MS Visual C
compiler suite

No, it's from Gnulib.  It's a part of Gnulib that Emacs is not using.

Attachment: ms.diff
Description: Text Data


reply via email to

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