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: source newer than elc file & make error Date: Thu, 12 Jun 2003 20:20:41 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200306130120.h5D1Kfs05329@eel.dms.auburn.edu> References: <3EE91DB7.6070801@ig.com.br> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1055467174 9739 80.91.224.249 (13 Jun 2003 01:19:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2003 01:19:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jun 13 03:19:32 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19QdE4-0002Ww-00 for ; Fri, 13 Jun 2003 03:19:32 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19QdZn-00052D-00 for ; Fri, 13 Jun 2003 03:41:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19QdFO-0001R1-DU for emacs-devel@quimby.gnus.org; Thu, 12 Jun 2003 21:20:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19QdF0-0001Qr-Vg for emacs-devel@gnu.org; Thu, 12 Jun 2003 21:20:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19QdEz-0001Qg-Qd for emacs-devel@gnu.org; Thu, 12 Jun 2003 21:20:30 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19QdEz-0001Qc-GV for emacs-devel@gnu.org; Thu, 12 Jun 2003 21:20:29 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h5D1KSoc022621; Thu, 12 Jun 2003 20:20:28 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h5D1Kfs05329; Thu, 12 Jun 2003 20:20:41 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: viniciusjl@ig.com.br In-reply-to: <3EE91DB7.6070801@ig.com.br> (message from Vinicius Jose Latorre on Thu, 12 Jun 2003 21:41:27 -0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15076 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15076 Vinicius Jose Latorre wrote: Emacs is complaining that some source files are newer than the byte-compiled file. The files are the following: I just bootstrapped without any problems. The byte-compiled files in question are newer than their source files. In INSTALL-CVS, it says: If the above procedure fails, try "make bootstrap" Did you try to update and then: make distclean ./configure make bootstrap and do you still have problems after that? Sincerely, Luc.