From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Build failure on MS-Windows Date: Tue, 18 Jun 2013 15:40:37 -0400 Message-ID: References: <87mwqn1a91.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1371584450 29371 80.91.229.3 (18 Jun 2013 19:40:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 19:40:50 +0000 (UTC) Cc: Juanma Barranquero , Emacs development discussions , Dani Moncayo To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 18 21:40:51 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 1Up1lj-0003v0-Gs for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 21:40:43 +0200 Original-Received: from localhost ([::1]:57376 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up1li-0007E2-Mg for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 15:40:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up1lf-0007DW-K5 for emacs-devel@gnu.org; Tue, 18 Jun 2013 15:40:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Up1le-0003gP-Pu for emacs-devel@gnu.org; Tue, 18 Jun 2013 15:40:39 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up1le-0003gK-Mc for emacs-devel@gnu.org; Tue, 18 Jun 2013 15:40:38 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Up1le-0004oa-0r; Tue, 18 Jun 2013 15:40:38 -0400 X-Spook: AIMSX nuclear SAPO argus subversive JSOFC3IP fissionable X-Ran: $|UpL3]x9#r3Ie;ba!G]'G=@r>.@PZ^0pYO6! X-Hue: green X-Attribution: GM In-Reply-To: <87mwqn1a91.fsf@yandex.ru> (Dmitry Gutov's message of "Tue, 18 Jun 2013 23:36:58 +0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:160602 Archived-At: Dmitry Gutov wrote: >> 4. cd . >> 5. rm -fr * [...] > You need to 'make bootstrap', not just 'make'. To elucidate, simply deleting the build tree does not delete the compiled Lisp files, which get compiled in the source tree. (Yes this is ugly; IIUC, it's essentially because the .elc files are prebuilt in release tarfiles.)