From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: compiling cvs emacs Date: Mon, 3 Jan 2005 12:14:14 -0600 (CST) Message-ID: <200501031814.j03IEEt11322@raven.dms.auburn.edu> References: <41D9380C.6080705@mikronika.com.pl> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1104776220 21409 80.91.229.6 (3 Jan 2005 18:17:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2005 18:17:00 +0000 (UTC) Cc: emacs-devel@gnu.org, karol@mikronika.com.pl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 19:16:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ClWl8-0003Lj-00 for ; Mon, 03 Jan 2005 19:16:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClWwH-0002oR-Vp for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2005 13:28:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ClWvm-0002cm-SV for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:27:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ClWvj-0002aK-Nw for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:27:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClWvi-0002Zh-NM for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:27:46 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ClWil-0000kv-4k for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:14:23 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j03IEM0P015886; Mon, 3 Jan 2005 12:14:22 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j03IEEt11322; Mon, 3 Jan 2005 12:14:14 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: monnier@iro.umontreal.ca In-reply-to: (message from Stefan Monnier on Mon, 03 Jan 2005 12:58:15 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:31749 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31749 Stefan Monnier wrote: You probably need to delete the *.elc files. Didn't we decide that `make bootstrap' should be changed to do that, to avoid those recurrent bug reports? It _has_ been changed to do that. I even just double checked to make sure. In my previous reply, I forgot to notice that the OP actually ran `make bootstrap', hence my reply made no sense. I do not know what the problem is then. I guess that bootstrapping updates loaddefs.el automatically or not? At least that would appear from the messages that flash by. Sincerely, Luc.