Gnus development mailing list
 help / color / mirror / Atom feed
* Compiling No Gnus for XEmacs
@ 2010-09-07 17:09 Robert Pluim
  2010-09-07 17:14 ` Lars Magne Ingebrigtsen
  2010-09-08  3:47 ` Katsumi Yamaoka
  0 siblings, 2 replies; 7+ messages in thread
From: Robert Pluim @ 2010-09-07 17:09 UTC (permalink / raw)
  To: ding

Hi,

I've got the latest No Gnus from git, and done

./configure && make EMACS=xemacs

which results in:

cd lisp && make EMACS="xemacs" lispdir="/usr/local/share/xemacs/site-packages/lisp/gnus" all
make[1]: Entering directory `/cygdrive/c/Documents and Settings/RPluim/.xemacs/gnus/lisp'
rm -f *.elc gnus-load.el auto-autoloads.* custom-load.*
URLDIR="/cygdrive/c/Documents and Settings/RPluim/.xemacs/xemacs-packages/lisp/w3/" W3DIR="/cygdrive/c/Documents and Settings/RPluim/.xemacs/xemacs-packages/lisp/w3/" lispdir="/usr/local/share/xemacs/site-packages/lisp/gnus" srcdir=. xemacs -batch -no-autoloads -l ./dgnushack.el -f dgnushack-make-cus-load .

Loading cus-dep...

xemacs exiting.
Cannot open load file: "advice"make[1]: *** [gnus-load.el] Error 255
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/RPluim/.xemacs/gnus/lisp'
make: *** [lick] Error 2


I'm using 

"XEmacs 21.5  (beta29) \"garbanzo\" 4f98237e23fc [Lucid] (i686-pc-cygwin, Mule) of Thu May 20 2010 on RPluim"

The obvious but probably wrong solution is:

--- lisp/Makefile	2010-09-07 19:05:48.828924100 +0200
+++ lisp/Makefile~	2010-09-07 19:04:36.609711900 +0200
@@ -7,7 +7,7 @@
 top_srcdir = ..
 
 EMACS = xemacs
-FLAGS = -batch -l $(srcdir)/dgnushack.el
+FLAGS = -batch -no-autoloads -l $(srcdir)/dgnushack.el
 INSTALL = /usr/bin/install -c
 INSTALL_DATA = ${INSTALL} -m 644
 SHELL = /bin/sh


Suggestions welcome.

Robert

-- 




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-08 23:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-07 17:09 Compiling No Gnus for XEmacs Robert Pluim
2010-09-07 17:14 ` Lars Magne Ingebrigtsen
2010-09-07 17:43   ` Robert Pluim
2010-09-08  4:56     ` Katsumi Yamaoka
2010-09-08 11:28       ` Robert Pluim
2010-09-08 23:42         ` Katsumi Yamaoka
2010-09-08  3:47 ` Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).