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 21:49:33 +0100 Message-ID: <87boa7cihu.fsf@wanadoo.es> References: <87zjxumbjf.fsf@wanadoo.es> <83vc8f1t0x.fsf@gnu.org> <87wqsvcso0.fsf@wanadoo.es> <83fvzj1atq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1364244595 24868 80.91.229.3 (25 Mar 2013 20:49:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2013 20:49:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 25 21:50:21 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 1UKELV-0006rP-NY for ged-emacs-devel@m.gmane.org; Mon, 25 Mar 2013 21:50:21 +0100 Original-Received: from localhost ([::1]:44095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKEL7-0002Db-WB for ged-emacs-devel@m.gmane.org; Mon, 25 Mar 2013 16:49:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKEL0-00028E-OM for emacs-devel@gnu.org; Mon, 25 Mar 2013 16:49:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKEKz-0007uA-0L for emacs-devel@gnu.org; Mon, 25 Mar 2013 16:49:50 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:33150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKEKy-0007u2-PG for emacs-devel@gnu.org; Mon, 25 Mar 2013 16:49:48 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UKELJ-0006XP-17 for emacs-devel@gnu.org; Mon, 25 Mar 2013 21:50:09 +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 21:50:09 +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 21:50:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 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:c+0Kdi0AjUrDCDLEyj+fl46VqGc= 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:158169 Archived-At: Eli Zaretskii writes: >> [... blah, blah, crash ] > > Crash or just an error? Error. >> Essential Lisp files seem to be missing. You should either >> do `make bootstrap' or create `lisp/abbrev.elc' somehow. > > The alternative is to bring the *.elc files from an already > bootstrapped tree. > > Or, if you managed to get a working emacs.exe, compile the few Lisp > files by hand, until just "make" agrees to go on without requiring a > bootstrap. Obviously, at least abbrev.elc will be needed, but maybe > others as well, I don't remember. Thanks. I'll try it next time.