From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27735 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with the latest CVS build Date: 05 Dec 1999 13:41:01 -0500 Organization: Linux Hippopotamus Preserve Sender: owner-ding@hpc.uh.edu Message-ID: References: <87yabbt98d.fsf@inanna.danann.net> <87r9h3t7yv.fsf@inanna.danann.net> <2nvh6fxem6.fsf@tiger.jia.vnet> <87r9h1dboh.fsf@graaff.xs4all.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164707 26092 80.91.224.250 (21 Oct 2002 01:45:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:45:07 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA26683 for ; Sun, 5 Dec 1999 13:41:42 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB13415; Sun, 5 Dec 1999 12:41:30 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 05 Dec 1999 12:41:38 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA25958 for ; Sun, 5 Dec 1999 12:41:29 -0600 (CST) Original-Received: from ljz.net (gnus@ljz.net [205.230.65.138]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA26678 for ; Sun, 5 Dec 1999 13:41:02 -0500 (EST) Original-Received: (from gnus@localhost) by ljz.net (8.8.7/8.8.7) id NAA15603; Sun, 5 Dec 1999 13:41:01 -0500 Original-To: ding@gnus.org X-Face: "!ga1s|?LNLE3MeeeEYs(%LIl9q[xV9!j4#xf4!**BFW_ihlOb;:Slb>)vy>CJM writes: > [ ... ] > > Aside from manually copying an old `mailheader.el' into the > `gnus/lisp' directory under the CVS tree, is there anything else that > an XEmacs/CVS-gnus user can do to get the CVS gnus to build? ... and after doing this so at least I could get a version of Gnus built, I realized that I got the same kind of error for `timer.el', also which I needed to copy into the `gnus/lisp' directory before I could build the CVS version under XEmacs. Perhaps these kinds of problems could be handled via a change in `Makefile' and the `configure' script, so we could specify an extra directory (or even an extra PATH-like set of directories) which could contain these files. Then, we could do something like this: ./configure --with-contrib=/path/to/this/extra/directory make EMACS=xemacs Or alternatively, perhaps we could do it solely via a `Makefile' change: make EMACS=xemacs CONTRIB=/path/to/this/extra/directory Or is there already a way to do this sort of thing? -- Lloyd Zusman ljz@asfast.com