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: [RFC] Correctly handling MinGW-w64 Date: Mon, 17 Nov 2014 05:05:16 +0100 Message-ID: <87mw7qqxoj.fsf@wanadoo.es> References: <87r3x2qyjg.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1416197153 18089 80.91.229.3 (17 Nov 2014 04:05:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2014 04:05:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 05:05:46 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 1XqDZS-0001VO-Bn for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 05:05:46 +0100 Original-Received: from localhost ([::1]:45989 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqDZR-0005Gm-VK for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2014 23:05:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqDZJ-0005Gg-85 for emacs-devel@gnu.org; Sun, 16 Nov 2014 23:05:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqDZD-0006KF-02 for emacs-devel@gnu.org; Sun, 16 Nov 2014 23:05:37 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:58528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqDZC-0006Jp-FZ for emacs-devel@gnu.org; Sun, 16 Nov 2014 23:05:30 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XqDZ9-0001OW-MZ for emacs-devel@gnu.org; Mon, 17 Nov 2014 05:05:27 +0100 Original-Received: from 132.red-79-158-48.staticip.rima-tde.net ([79.158.48.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Nov 2014 05:05:27 +0100 Original-Received: from ofv by 132.red-79-158-48.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Nov 2014 05:05:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 132.red-79-158-48.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:mKPnHkagkcNfUscO/Iz5nHTqLU8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:177385 Archived-At: Óscar Fuentes writes: > Right now I can't test the change because the build fails with > > ./temacs: cannot execute binary file: Exec format error > Makefile:833: recipe for target 'bootstrap-emacs.exe' failed > > This happens with the unpatched upstream Emacs sources. No problem while building a 64 bits Emacs, but fails while building the 32 bits Emacs. On a Windows 8.1 64 bits machine with MinGW-w64. Usually I build my 32 bits Emacs on a Windows XP 32 bits. Too late to try there now. OTOH, I'm seeing lots of this on the build output: Eager macro-expansion failure: (error "Lisp nesting exceeds `max-lisp-eval-depth'")