From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Emacs in CVS as today does not build - emacs depends on *.elc, which cannot be built without emacs Date: Fri, 01 Nov 2002 04:39:40 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <3DC140C2.6000306@biobase.dk> <3DC15922.9050108@biobase.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036145818 2166 80.91.224.249 (1 Nov 2002 10:16:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 1 Nov 2002 10:16:58 +0000 (UTC) Cc: schwab@suse.de, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 187YrI-0000Yi-00 for ; Fri, 01 Nov 2002 11:16:56 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 187YxK-0003z2-00 for ; Fri, 01 Nov 2002 11:23:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 187YqC-0000Po-00; Fri, 01 Nov 2002 05:15:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 187YHM-0005f1-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 04:39:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 187YHF-0005ce-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 04:39:46 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 187YHE-0005cY-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 04:39:40 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 187YHE-0005kI-00; Fri, 01 Nov 2002 04:39:40 -0500 Original-To: tra@biobase.dk In-reply-to: <3DC15922.9050108@biobase.dk> (message from =?ISO-8859-1?Q?Thorbj=F8rn_Ravn_Andersen?= on Thu, 31 Oct 2002 17:24:02 +0100) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9028 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9028 The Emacs tar file is the official release of Emacs. It includes the .elc files, and ./configure; make works to build it. It's not necessary for the CVS sources to support this. It would be NICE if they did, all else being equal. However, doing it in the obvious way (by bootstrapping) would be a big pain in the neck for people who build from CVS regularly. It would be too painful.