emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 23 Mac port


From: YAMAMOTO Mitsuharu
Subject: Re: Emacs 23 Mac port
Date: Sun, 04 Apr 2010 14:36:50 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Sat, 03 Apr 2010 15:55:43 +0100, Leo <address@hidden> said:

> 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

I could reproduce it only for `make bootstrap', which is not necessary
for the standard installation instruction.  Anyway, I think the
following patch will fix the bootstrap problem.

                             YAMAMOTO Mitsuharu
                        address@hidden

=== modified file 'lisp/term/mac-win.el'
*** lisp/term/mac-win.el        2010-04-01 23:46:17 +0000
--- lisp/term/mac-win.el        2010-04-04 04:34:32 +0000
***************
*** 1574,1581 ****
  
  ;;; Spotlight for Help (Mac OS X 10.6 and later, experimental)
  
! (eval-when-compile
!   (require 'info))
  
  (defvar mac-help-topics)
  
--- 1574,1583 ----
  
  ;;; Spotlight for Help (Mac OS X 10.6 and later, experimental)
  
! (declare-function info-initialize "info" nil)
! (declare-function Info-find-file "info" (filename &optional noerror))
! (declare-function Info-toc-build "info" (file))
! (declare-function Info-virtual-index "info" (topic))
  
  (defvar mac-help-topics)
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]