w3-dev
[Top][All Lists]
Advanced

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

[W3-dev] Compiling for CarbonEmacs on Mac OS X Tiger


From: Christian Cheng
Subject: [W3-dev] Compiling for CarbonEmacs on Mac OS X Tiger
Date: Fri, 19 Sep 2008 02:21:44 +0800

Trying to get W3 working with CarbonEmacs in Tiger.  First, I put the path to the CarbonEmacs emacs executable up front in my $PATH env var.  Then, I ran configure successfully using

./configure --with-lispdir='${prefix}'/site-lisp --with-gnus='${prefix}'/lisp/gnus

Here's the output:

creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking for texi2html... texi2html
checking for xemacs... emacs
checking for makeinfo... makeinfo
checking for install-info... install-info
checking if emacs is really XEmacs... no
checking prefix for your Emacs... /Applications/Emacs.app/Contents
checking where .elc files should go... ${prefix}/site-lisp
checking for emacs version... 22.2
checking for acceptable custom library... /Applications/Emacs.app/Contents/Resources/lisp/
checking for recent gnus version... ${prefix}/lisp/gnus
checking how to rebuild custom autoloads... $(EMACS) $(BATCHFLAGS) $(DEPS) -f emacs-batch-build-custom-load $(srcdir)
creating ./config.status
creating Makefile
creating etc/Makefile
creating texi/Makefile
creating lisp/Makefile
creating lisp/w3-cfg.el
 
Sucessfully configured Emacs/W3
Using custom package installed in: /Applications/Emacs.app/Contents/Resources/lisp/
Emacs/W3 will be compiled with: emacs
 
To finish building Emacs/W3 type 'make' now.
To install Emacs/W3 type 'make install'.
To create autoloads in '/Users/xxx/.emacs' type 'make dotemacs'

So, I figured that went well enough so I went ahead with make:

cd lisp && make w3
GNUSDIR=/Applications/Emacs.app/Contents/lisp/gnus WIDGETDIR=/Applications/Emacs.app/Contents/Resources/lisp/ W3SRCDIR=. emacs -batch -q -no-site-file -l ./docomp.el -l ./url-vars.el -l ./w3-vars.el -f batch-byte-compile mule-sysdp.el
Loading /Applications/Emacs.app/Contents/Resources/site-lisp/extra-autoloads.el (source)...
Loading /Applications/Emacs.app/Contents/Resources/site-lisp/haskell-mode/haskell-site-file.el (source)...
!! File w3-sysdp uses old-style backquotes !!
!! File font uses old-style backquotes !!
!! File css uses old-style backquotes !!
!! File url-vars uses old-style backquotes !!
!! File url-parse uses old-style backquotes !!
!! File w3-cus uses old-style backquotes !!
!! File w3-widget uses old-style backquotes !!
!! File w3-imap uses old-style backquotes !!
!! File w3-display uses old-style backquotes !!
!! File w3-parse uses old-style backquotes !!
Cannot open load file: w3-e22
make[1]: *** [mule-sysdp.elc] Error 255
make: *** [w3] Error 2

Any ideas anyone?  Is this related to http://bugs.gentoo.org/show_bug.cgi?id=92244?

Some version info:

sw_vers gives:

ProductName:    Mac OS X
ProductVersion: 10.4.11
BuildVersion:   8S165

Then, M-x version gives:

GNU Emacs 22.2.1 (powerpc-apple-darwin.8.11.0, Carbon Version 1.6.0) of 2008-04-05 on g5.tokyo.stp.isas.jaxa.jp
n

reply via email to

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