From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38658 Path: main.gmane.org!not-for-mail From: Frank Schmitt Newsgroups: gmane.emacs.gnus.general Subject: Re: Compiling Gnus under MS Windows Date: Fri, 07 Sep 2001 15:34:49 +0200 Organization: Gnus Information Center Message-ID: References: <7kvczdeu.fsf@hschmi22.userfqdn.rz-online.de> <2nvgivh4nj.fsf@piglet.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174485 23646 80.91.224.250 (21 Oct 2002 04:28:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:28:05 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 3135 invoked from network); 7 Sep 2001 13:40:52 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 7 Sep 2001 13:40:52 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id PAA12051 for ding@gnus.org; Fri, 7 Sep 2001 15:40:47 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-NNTP-Posting-Host: pppin69.max-hochsimmer.rz-online.net Original-X-Trace: quimby.gnus.org 999870046 21341 212.7.169.69 (7 Sep 2001 13:40:46 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 7 Sep 2001 13:40:46 GMT User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Academic Rigor) Hamster/1.3.22.103 X-Face: "?Hv7MyYveeGDm66,O\f[l6!L*,`Q)c&3'8{9UGIM`EO8<3ASfX`8}W+u;F},&V%/y+cz(z&spQ(`CkKzCJY/@0R]aM#[W7*$(,QA-oO0f}Z2S0Y0~b5}|XDhQds[9}=t$Hf%G2c;zR%;$"~eI+dw3Gy!xKw=oduK(-, Original-Lines: 85 Xref: main.gmane.org gmane.emacs.gnus.general:38658 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38658 ShengHuo ZHU writes: >It looks like that EMACS_COMP in Makefile expands to an empty string. >I can't figure out why. Here's ./lisp/Makefile: # Generated automatically from Makefile.in by configure. datadir = ${prefix}/share lispdir = $(datadir)/xemacs/site-lisp prefix = c:\Programme\XEmacs\XEmacs-21.4.3 srcdir = . subdir = lisp top_srcdir = .. EMACS = xemacs FLAGS = -batch -q -no-site-file -l $(srcdir)/dgnushack.el INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 SHELL = /bin/sh W3DIR = c:\Programme\XEmacs\xemacs-packages\lisp\w3\ URLDIR = c:\Programme\XEmacs\xemacs-packages\lisp\w3\ EMACS_COMP = URLDIR=$(URLDIR) W3DIR=$(W3DIR) lispdir=$(lispdir) srcdir=$(srcdir) $(EMACS) $(FLAGS) all total: clean-some gnus-load.elc $(EMACS_COMP) -f dgnushack-compile clean-some: rm -f *.elc gnus-load.el warn: clean-some gnus-load.elc $(EMACS_COMP) --eval '(dgnushack-compile t)' 2>&1 | egrep -v "variable G|inhibit-point-motion-hooks|coding-system|temp-results|variable gnus|variable nn|scroll-in-place|deactivate-mark|filladapt-mode|byte-code-function-p|print-quoted|ps-right-header|ps-left-header|article-inhibit|print-escape|ssl-program-arguments|message-log-max" # The "clever" rule is unsafe, since redefined macros are loaded from # .elc files, and not the .el file. clever some: gnus-load.elc $(EMACS_COMP) -f dgnushack-compile install: clever rm -f dgnushack.elc $(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir) for p in *.elc; do \ echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \ $(INSTALL_DATA) $$p $(lispdir)/$$p; \ done install-el: $(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir) cd $(srcdir) \ && for p in *.el; do \ echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \ $(INSTALL_DATA) $$p $(lispdir)/$$p; \ done tags: etags *.el separately: rm -f *.elc ; for i in *.el; do $(EMACS) $(FLAGS) -f batch-byte-compile $$i; done pot: xpot -drgnus -r`cat ./version` *.el > rgnus.pot gnus-load.elc: $(EMACS_COMP) -f dgnushack-make-cus-load $(srcdir) $(EMACS_COMP) -f dgnushack-make-auto-load $(srcdir) $(EMACS_COMP) -f dgnushack-make-load distclean: rm -f *.orig *.rej *.elc *~ Makefile Makefile: $(srcdir)/Makefile.in ../config.status cd .. \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: -- One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them In the Land of Mordor where the Shadows lie. 19. Dezember 2001