From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23 Mac port Date: Sat, 03 Apr 2010 15:55:43 +0100 Message-ID: References: <2282B3B4-D844-4E26-BB94-9F79EEA2E847@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270306560 19455 80.91.229.12 (3 Apr 2010 14:56:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 3 Apr 2010 14:56:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 03 16:55:56 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ny4lP-0005Zs-Ds for ged-emacs-devel@m.gmane.org; Sat, 03 Apr 2010 16:55:55 +0200 Original-Received: from localhost ([127.0.0.1]:32857 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ny4lO-0007A7-B3 for ged-emacs-devel@m.gmane.org; Sat, 03 Apr 2010 10:55:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ny4lJ-00077w-FR for emacs-devel@gnu.org; Sat, 03 Apr 2010 10:55:49 -0400 Original-Received: from [140.186.70.92] (port=43888 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ny4lI-00076v-2d for emacs-devel@gnu.org; Sat, 03 Apr 2010 10:55:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ny4lG-0007ON-Di for emacs-devel@gnu.org; Sat, 03 Apr 2010 10:55:47 -0400 Original-Received: from ppsw-0.csi.cam.ac.uk ([131.111.8.130]:34569) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ny4lG-0007O9-9G for emacs-devel@gnu.org; Sat, 03 Apr 2010 10:55:46 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]:47566) by ppsw-0.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.150]:587) with esmtpsa (LOGIN:sl392) (TLSv1:DHE-RSA-AES128-SHA:128) id 1Ny4lD-0001FK-11 (Exim 4.70) (return-path ); Sat, 03 Apr 2010 15:55:43 +0100 In-Reply-To: (YAMAMOTO Mitsuharu's message of "Sat, 03 Apr 2010 11:26:10 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.devel:123123 Archived-At: On 2010-04-03 03:26 +0100, YAMAMOTO Mitsuharu wrote: > The tenth update of the Mac port, which is experimental/hackers-only, > is now available from > > ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.1.95-mac-1.990.tar.gz > > This version is based on Emacs 23.1.95 pretest. Both make and make bootstrap give me this error: Loading /Users/Shared/sources/emacs23.1.95/lisp/term/mac-win.el (source)... Symbol's value as variable is void: image-load-path make[2]: *** [bootstrap-emacs] Error 255 make[1]: *** [src] Error 2 make: *** [bootstrap] Error 2 Ideas? Leo