From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: Weird build problem Date: Tue, 14 Sep 2004 18:53:21 -0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200409141853.21435.pogonyshev@gmx.net> References: <200409110224.32213.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1095178679 30088 80.91.229.6 (14 Sep 2004 16:17:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Sep 2004 16:17:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 14 18:17:38 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C7Fzu-0000Zw-00 for ; Tue, 14 Sep 2004 18:17:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7G5U-0001tr-5T for ged-emacs-devel@m.gmane.org; Tue, 14 Sep 2004 12:23:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7G5N-0001tm-Pt for emacs-devel@gnu.org; Tue, 14 Sep 2004 12:23:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7G5M-0001tZ-AN for emacs-devel@gnu.org; Tue, 14 Sep 2004 12:23:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7G5M-0001tW-7z for emacs-devel@gnu.org; Tue, 14 Sep 2004 12:23:16 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C7Fz8-0005Xr-9C for emacs-devel@gnu.org; Tue, 14 Sep 2004 12:16:50 -0400 Original-Received: (qmail 3482 invoked by uid 65534); 14 Sep 2004 16:10:06 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (195.50.12.115) by mail.gmx.net (mp025) with SMTP; 14 Sep 2004 18:10:06 +0200 X-Authenticated: #16844820 Original-To: rms@gnu.org User-Agent: KMail/1.4.3 In-Reply-To: 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27105 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27105 > I think I tracked it down. This (might) be because the > loop that adds subdirectories to load path uses `dolist' > macro, which is defined in `cl-macs.el', which (at the > time the loop is evaluated) is not in the load path. > Phew... ;) > > Why doesn't it get the dolist macro from subr.el? > That is what it is supposed to get. No idea. In any case I managed to compile Emacs by editing `EMACSLOADPATH' in `lisp/Makefile'. After I have installed the first version, it compiles fine even without that (i.e. I can run `configure' and then compile). Before I only had Emacs 21.2 (from Red Hat 8.0 distribution) installed. Not sure if this matters. Paul