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: Anyone building Emacs trunk with MinGW w64 (32 bits) Date: Mon, 25 Mar 2013 18:09:51 +0100 Message-ID: <87wqsvcso0.fsf@wanadoo.es> References: <87zjxumbjf.fsf@wanadoo.es> <83vc8f1t0x.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1364231422 13907 80.91.229.3 (25 Mar 2013 17:10:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2013 17:10:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 25 18:10:49 2013 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 1UKAuw-0000GS-4l for ged-emacs-devel@m.gmane.org; Mon, 25 Mar 2013 18:10:42 +0100 Original-Received: from localhost ([::1]:34697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKAuX-00052R-RB for ged-emacs-devel@m.gmane.org; Mon, 25 Mar 2013 13:10:17 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKAuR-0004wQ-Dv for emacs-devel@gnu.org; Mon, 25 Mar 2013 13:10:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKAuM-0004xv-N2 for emacs-devel@gnu.org; Mon, 25 Mar 2013 13:10:11 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:39279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKAuM-0004wC-Gw for emacs-devel@gnu.org; Mon, 25 Mar 2013 13:10:06 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UKAuh-0008OB-Le for emacs-devel@gnu.org; Mon, 25 Mar 2013 18:10:27 +0100 Original-Received: from 87.red-88-15-56.dynamicip.rima-tde.net ([88.15.56.87]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 18:10:27 +0100 Original-Received: from ofv by 87.red-88-15-56.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 18:10:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 87.red-88-15-56.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:Fn4y5retH5vQUp/tbMgQ8oLMZ04= 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:158158 Archived-At: Eli Zaretskii writes: > If you have a few moments to spare, please try again with the latest > trunk, I tried to fix at least these problems, so that Emacs will > compile with MinGW64. But I don't have the headers installed by > MinGW64 GCC, and couldn't find them on the net, and I don't have time > to install MinGW64 and try the build myself. > > Please report any problems you still have. > > Thanks. Starting from your patch, I'm slowly going through all the build process. Meanwhile, why is it necessary to bootstrap every time? mingw32-make bootstrap [... blah, blah, crash ] mingw32-make [...] Essential Lisp files seem to be missing. You should either do `make bootstrap' or create `lisp/abbrev.elc' somehow.