From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii <eliz@gnu.org> Newsgroups: gmane.emacs.windows,gmane.emacs.devel Subject: Re: emacs-20111206-r106632 Windows Binaries Date: Wed, 07 Dec 2011 09:13:23 -0500 Message-ID: <E1RYIFP-0004YQ-Ar@fencepost.gnu.org> References: <4EDEDD3D.7040607@gmail.com> <jbnktb$rgf$1@dough.gmane.org> <E1RYH8f-00005S-0T@fencepost.gnu.org> <jbnpg1$sr8$1@dough.gmane.org> Reply-To: Eli Zaretskii <eliz@gnu.org> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1323267222 18946 80.91.229.12 (7 Dec 2011 14:13:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Dec 2011 14:13:42 +0000 (UTC) Cc: help-emacs-windows@gnu.org, emacs-devel@gnu.org To: chengang31@gmail.com Original-X-From: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Wed Dec 07 15:13:38 2011 Return-path: <help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org> Envelope-to: gnu-help-emacs-windows@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from <help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org>) id 1RYIFY-0001hx-5V for gnu-help-emacs-windows@m.gmane.org; Wed, 07 Dec 2011 15:13:32 +0100 Original-Received: from localhost ([::1]:39872 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org>) id 1RYIFX-0001tL-0b for gnu-help-emacs-windows@m.gmane.org; Wed, 07 Dec 2011 09:13:31 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:35166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <eliz@gnu.org>) id 1RYIFQ-0001tD-7l for help-emacs-windows@gnu.org; Wed, 07 Dec 2011 09:13:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <eliz@gnu.org>) id 1RYIFP-0005lZ-Fp for help-emacs-windows@gnu.org; Wed, 07 Dec 2011 09:13:24 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <eliz@gnu.org>) id 1RYIFP-0005lV-D7; Wed, 07 Dec 2011 09:13:23 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from <eliz@gnu.org>) id 1RYIFP-0004YQ-Ar; Wed, 07 Dec 2011 09:13:23 -0500 In-reply-to: <jbnpg1$sr8$1@dough.gmane.org> (message from cg on Wed, 07 Dec 2011 21:25:19 +0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: help-emacs-windows@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion forum for users of the GNU Emacs port to Windows <help-emacs-windows.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-emacs-windows>, <mailto:help-emacs-windows-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/help-emacs-windows> List-Post: <mailto:help-emacs-windows@gnu.org> List-Help: <mailto:help-emacs-windows-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-emacs-windows>, <mailto:help-emacs-windows-request@gnu.org?subject=subscribe> Errors-To: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Original-Sender: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.windows:5166 gmane.emacs.devel:146549 Archived-At: <http://permalink.gmane.org/gmane.emacs.windows/5166> > From: cg <chengang31@gmail.com> > Date: Wed, 07 Dec 2011 21:25:19 +0800 > Cc: emacs-devel@gnu.org > > > Copy ldefs-boot.el into loaddefs.el, then try again. > > > > I just ran "bzr clean-tree -- unknown --force" once, the build succeeded. Sure, but that does much more, and so is slower. > I remember when the error happened, the loaddefs.el only had a few lines, > now it has almost the same as ldefs-boot.el. loaddefs.el cannot be just a few lines, it's a large file. > It seems gmake can do the copying only in a clean build!? Automatically, yes; but you can copy the file manually.