From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Latest EMACS on BZR trunk does not compile with MinGW Date: Tue, 03 Jun 2014 22:56:31 +0200 Message-ID: <87zjht67b4.fsf@wanadoo.es> References: <80sinlu5kt.fsf@gmail.com> <538E2E90.4020706@cs.ucla.edu> 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 1401829019 20136 80.91.229.3 (3 Jun 2014 20:56:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2014 20:56:59 +0000 (UTC) Cc: Vincent =?utf-8?Q?Bela=C3=AFche?= , EMACS devel list To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 03 22:56:52 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 1WrvlM-0003jU-43 for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2014 22:56:52 +0200 Original-Received: from localhost ([::1]:55867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrvlL-0005KU-9q for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2014 16:56:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrvlD-0005Jx-AN for emacs-devel@gnu.org; Tue, 03 Jun 2014 16:56:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wrvl8-0002Ct-4D for emacs-devel@gnu.org; Tue, 03 Jun 2014 16:56:43 -0400 Original-Received: from smtp10.acens.net ([86.109.99.134]:44299 helo=smtp.movistar.es) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrvl7-0002BL-Oh for emacs-devel@gnu.org; Tue, 03 Jun 2014 16:56:38 -0400 X-CTCH-RefID: str=0001.0A0B0205.538E3681.002E, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-Spam: Unknown Original-Received: from qcore (83.41.61.26) by smtp.movistar.es (8.6.122.03) (authenticated as 981711563$telefonica.net) id 53723255009E04C3; Tue, 3 Jun 2014 20:56:33 +0000 In-Reply-To: <538E2E90.4020706@cs.ucla.edu> (Paul Eggert's message of "Tue, 03 Jun 2014 13:22:40 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 86.109.99.134 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:172318 Archived-At: Paul Eggert writes: > On 06/03/2014 01:00 PM, Vincent Bela=C3=AFche wrote: >> dup2.c:35:0: warning: "WIN32_LEAN_AND_MEAN" redefined [enabled by defaul= t] > 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. Maybe it is related to this: http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00083.html Check that the MSYSTEM environment variable has the value "MINGW32" on the shell you run the configure script. [snip]