From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Latest EMACS on BZR trunk does not compile with MinGW Date: Wed, 04 Jun 2014 00:15:11 +0300 Message-ID: <83mwdt8zkw.fsf@gnu.org> References: <80sinlu5kt.fsf@gmail.com> <538E2E90.4020706@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1401830149 917 80.91.229.3 (3 Jun 2014 21:15:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2014 21:15:49 +0000 (UTC) Cc: vincent.b.1@hotmail.fr, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 03 23:15:42 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wrw3Z-0007O6-Ey for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2014 23:15:41 +0200 Original-Received: from localhost ([::1]:56019 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrw3Z-00028V-0j for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2014 17:15:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrw3N-00021G-RQ for emacs-devel@gnu.org; Tue, 03 Jun 2014 17:15:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wrw3C-0001Hd-GB for emacs-devel@gnu.org; Tue, 03 Jun 2014 17:15:29 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:41017) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrw3C-0001HV-8X for emacs-devel@gnu.org; Tue, 03 Jun 2014 17:15:18 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0N6M007002MRET00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Wed, 04 Jun 2014 00:15:17 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6M007CS31G52A0@a-mtaout23.012.net.il>; Wed, 04 Jun 2014 00:15:17 +0300 (IDT) In-reply-to: <538E2E90.4020706@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172322 Archived-At: > Date: Tue, 03 Jun 2014 13:22:40 -0700 > From: Paul Eggert >=20 > On 06/03/2014 01:00 PM, Vincent Bela=C3=AFche 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=20 > real bug here. Emacs is supposed to supply its own dup2 on Microso= ft=20 > Windows, and the build shouldn't try to compile the Gnulib dup2.c t= here. Right.