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:42:24 -0600 (CST) Message-ID: <200501031842.j03IgOE11400@raven.dms.auburn.edu> References: <41D9380C.6080705@mikronika.com.pl> <200501031814.j03IEEt11322@raven.dms.auburn.edu> <003a01c4f1c2$67c3ef60$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1104777775 25866 80.91.229.6 (3 Jan 2005 18:42:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2005 18:42:55 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, karol@mikronika.com.pl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 19:42:46 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 1ClXAD-0005Q9-00 for ; Mon, 03 Jan 2005 19:42:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClXLN-0003JS-6a for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2005 13:54:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ClXLD-0003JH-9R for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:54:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ClXLC-0003Ix-JK for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:54:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClXLC-0003In-GF for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:54:06 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ClXA1-0000Ti-BT for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:42:33 -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 j03IgW0P015993; Mon, 3 Jan 2005 12:42:32 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j03IgOE11400; Mon, 3 Jan 2005 12:42:24 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: lennart.borgman.073@student.lu.se In-reply-to: <003a01c4f1c2$67c3ef60$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se) 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:31755 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31755 Lennart Borgman wrote: > 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. I never got time to learn this, but was there not some problems with the error messages just "flashing by"? And maybe it was those expressions in Makefile that updates loaddefs.el that was a problem on windows? (What OS was the OP using?) I am not an expert on the Make files. It might be that without some prior form of `*clean' (I use make maintainer-clean) loaddefs actually does not get updated. What is definitely true is that the OP's loaddefs.el is out of date. `coding-system-equal' no longer gets autoloaded. The autoload cookie got (deliberately or accidentally) removed when `coding-system-equal' got moved from mule-util to mule on October 12, 2004. Sincerely, Luc.