From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: MinGW build broken with O_CLOEXEC undeclared Date: Sun, 8 Mar 2020 10:56:37 -0700 Organization: UCLA Computer Science Department Message-ID: References: <83v9ne99dq.fsf@gnu.org> <0af5b1c9-3ab8-a7e6-36a8-a85a7266d555@gmx.at> <83mu8qbwwe.fsf@gnu.org> <5fd8bab6-6d88-9fe2-d001-9c4b70eefca7@gmx.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="44158"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 Cc: emacs-devel@gnu.org To: martin rudalics , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 08 18:57:31 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jB0B8-000BPV-Mv for ged-emacs-devel@m.gmane-mx.org; Sun, 08 Mar 2020 18:57:30 +0100 Original-Received: from localhost ([::1]:60448 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jB0B7-0001CI-Q0 for ged-emacs-devel@m.gmane-mx.org; Sun, 08 Mar 2020 13:57:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55304) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jB0AY-0000lZ-UK for emacs-devel@gnu.org; Sun, 08 Mar 2020 13:56:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jB0AX-0004BJ-EM for emacs-devel@gnu.org; Sun, 08 Mar 2020 13:56:54 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:33080) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jB0AU-0003y7-Mu; Sun, 08 Mar 2020 13:56:50 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 4F83916009E; Sun, 8 Mar 2020 10:56:42 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id tZ39eaeohLeq; Sun, 8 Mar 2020 10:56:41 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 7F5921600AF; Sun, 8 Mar 2020 10:56:41 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id VoCgEbbudhD9; Sun, 8 Mar 2020 10:56:41 -0700 (PDT) Original-Received: from [192.168.1.9] (cpe-23-242-74-103.socal.res.rr.com [23.242.74.103]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 53E9316009E; Sun, 8 Mar 2020 10:56:41 -0700 (PDT) In-Reply-To: <5fd8bab6-6d88-9fe2-d001-9c4b70eefca7@gmx.at> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245352 Archived-At: On 3/8/20 10:21 AM, martin rudalics wrote: > > Or maybe you are building outside of the source tree?=C2=A0 In that = case, I > > don't know what you should do. >=20 > I _am_ building out of the source tree.=C2=A0 How else could I obtain m= y -O3 > build on Windows I need for daily work and a -O0 build for debugging or > my >=3D 7 toolkit builds on GNU/Linux? Can you fix the problem by removing your build tree, and then creating an= empty=20 directory and running '../emacs/configure ...' again? > make info-real info-dir > make[1]: Entering directory `/c/emacs-git/trunk/dbg/lib' > Makefile:39: *** Recursive variable `am__v_CC_' references itself (even= tually). Stop.=20 You might be able to work around this via 'make AM_DEFAULT_VERBOSITY=3D1'= .=20 However, this would likely be treating the symptom not the problem.