From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Anyone building Emacs trunk with MinGW w64 (32 bits) Date: Mon, 25 Mar 2013 22:24:53 -0400 Message-ID: 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 1364264713 10709 80.91.229.3 (26 Mar 2013 02:25:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Mar 2013 02:25:13 +0000 (UTC) Cc: =?iso-8859-1?Q?=D3scar?= Fuentes , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 26 03:25:39 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 1UKJZy-0000bX-CX for ged-emacs-devel@m.gmane.org; Tue, 26 Mar 2013 03:25:38 +0100 Original-Received: from localhost ([::1]:42124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKJZa-0000zS-1u for ged-emacs-devel@m.gmane.org; Mon, 25 Mar 2013 22:25:14 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKJZR-0000vQ-Tj for emacs-devel@gnu.org; Mon, 25 Mar 2013 22:25:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKJZM-0005ab-Pb for emacs-devel@gnu.org; Mon, 25 Mar 2013 22:25:05 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:53790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKJZG-0005Yw-VX; Mon, 25 Mar 2013 22:24:55 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFxLSu/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0QAROIHgbBLY4uglwDpHqBXoJqKQ X-IPAS-Result: Av4EABK/CFFFxLSu/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0QAROIHgbBLY4uglwDpHqBXoJqKQ X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="5775671" Original-Received: from 69-196-180-174.dsl.teksavvy.com (HELO pastel.home) ([69.196.180.174]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 25 Mar 2013 22:24:51 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id B372567AC0; Mon, 25 Mar 2013 22:24:53 -0400 (EDT) In-Reply-To: <83fvzj1atq.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 25 Mar 2013 22:30:41 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:158183 Archived-At: >> Meanwhile, why is it necessary to bootstrap every time? >> mingw32-make bootstrap >> [... blah, blah, crash ] > Crash or just an error? >> mingw32-make >> [...] >> 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. Just for the record: this problem does not exist in the GNU/Linux build procedure. More specifically, in the Unix makefiles, "make bootstrap" kind of like "make clean; make". So presumably, by suitably changing the Windows makefiles to mimick what the Unix makefiles do, we should be able to get the same behavior. Of course, making it possible to build the Windows version via ./configure would also solve it. Stefan