Compiling for CarbonEmacs on Mac OS X Tiger

"Christian Cheng" <[email protected]> Fri, 19 Sep 2008 02:21:44 +0800
Newsgroups gmane.emacs.w3.devel
Message-ID <[email protected]>
--===============0181283796==
Content-Type: multipart/alternative; 
	boundary="----=_Part_23960_20390604.1221762105018"

------=_Part_23960_20390604.1221762105018
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

------=_Part_23960_20390604.1221762105018
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div dir="ltr">Trying to get W3 working with CarbonEmacs in Tiger. &nbsp;First, I put the path to the CarbonEmacs emacs executable up front in my $PATH env var. &nbsp;Then, I ran configure successfully using<div><br></div><div>./configure --with-lispdir=&#39;${prefix}&#39;/site-lisp --with-gnus=&#39;${prefix}&#39;/lisp/gnus<div>
<br></div><div>Here&#39;s the output:</div><div><br></div><div><div>creating cache ./config.cache</div><div>checking for a BSD compatible install... /usr/bin/install -c</div><div>checking for texi2html... texi2html</div><div>
checking for xemacs... emacs</div><div>checking for makeinfo... makeinfo</div><div>checking for install-info... install-info</div><div>checking if emacs is really XEmacs... no</div><div>checking prefix for your Emacs... /Applications/Emacs.app/Contents</div>
<div>checking where .elc files should go... ${prefix}/site-lisp</div><div>checking for emacs version... 22.2</div><div>checking for acceptable custom library... /Applications/Emacs.app/Contents/Resources/lisp/</div><div>checking for recent gnus version... ${prefix}/lisp/gnus</div>
<div>checking how to rebuild custom autoloads... $(EMACS) $(BATCHFLAGS) $(DEPS) -f emacs-batch-build-custom-load $(srcdir)</div><div>creating ./config.status</div><div>creating Makefile</div><div>creating etc/Makefile</div>
<div>creating texi/Makefile</div><div>creating lisp/Makefile</div><div>creating lisp/w3-cfg.el</div><div>&nbsp;</div><div>Sucessfully configured Emacs/W3</div><div>Using custom package installed in: /Applications/Emacs.app/Contents/Resources/lisp/</div>
<div>Emacs/W3 will be compiled with: emacs</div><div>&nbsp;</div><div>To finish building Emacs/W3 type &#39;make&#39; now.</div><div>To install Emacs/W3 type &#39;make install&#39;.</div><div>To create autoloads in &#39;/Users/xxx/.emacs&#39; type &#39;make dotemacs&#39;</div>
<div><br></div><div>So, I figured that went well enough so I went ahead with make:</div><div><br></div><div><div>cd lisp &amp;&amp; make w3</div><div>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</div>
<div>Loading /Applications/Emacs.app/Contents/Resources/site-lisp/extra-autoloads.el (source)...</div><div>Loading /Applications/Emacs.app/Contents/Resources/site-lisp/haskell-mode/haskell-site-file.el (source)...</div><div>
!! File w3-sysdp uses old-style backquotes !!</div><div>!! File font uses old-style backquotes !!</div><div>!! File css uses old-style backquotes !!</div><div>!! File url-vars uses old-style backquotes !!</div><div>!! File url-parse uses old-style backquotes !!</div>
<div>!! File w3-cus uses old-style backquotes !!</div><div>!! File w3-widget uses old-style backquotes !!</div><div>!! File w3-imap uses old-style backquotes !!</div><div>!! File w3-display uses old-style backquotes !!</div>
<div>!! File w3-parse uses old-style backquotes !!</div><div>Cannot open load file: w3-e22</div><div>make[1]: *** [mule-sysdp.elc] Error 255</div><div>make: *** [w3] Error 2</div><div><br></div><div>Any ideas anyone? &nbsp;Is this related to&nbsp;<a href="http://bugs.gentoo.org/show_bug.cgi?id=92244">http://bugs.gentoo.org/show_bug.cgi?id=92244</a>?</div>
<div><br></div><div>Some version info:</div><div><br></div><div>sw_vers gives:</div><div><br></div><div><div>ProductName: &nbsp; &nbsp;Mac OS X</div><div>ProductVersion: 10.4.11</div><div>BuildVersion: &nbsp; 8S165</div><div><br></div><div>
Then, M-x version gives:</div><div><br></div><div>GNU Emacs 22.2.1 (powerpc-apple-darwin.8.11.0, Carbon Version 1.6.0) of 2008-04-05 on <a href="http://g5.tokyo.stp.isas.jaxa.jp">g5.tokyo.stp.isas.jaxa.jp</a></div><div>n</div>
</div></div></div></div></div>

------=_Part_23960_20390604.1221762105018--



--===============0181283796==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
W3-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/w3-dev

--===============0181283796==--