From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27786 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Cannot open load file" "timer", when byte compiling Date: 06 Dec 1999 11:03:18 +0100 Organization: NCR METIS Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164748 26326 80.91.224.250 (21 Oct 2002 01:45:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:45:48 +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 FAA27907 for ; Mon, 6 Dec 1999 05:04:16 -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 EAB15918; Mon, 6 Dec 1999 04:04:08 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 06 Dec 1999 04:04:01 -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 EAA03568 for ; Mon, 6 Dec 1999 04:03:45 -0600 (CST) Original-Received: from viffer.oslo.metis.no (sb@viffer.oslo.metis.no [195.0.254.249]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA27652 for ; Mon, 6 Dec 1999 05:03:21 -0500 (EST) Original-Received: (from sb@localhost) by viffer.oslo.metis.no (8.8.8/8.8.8) id LAA02171; Mon, 6 Dec 1999 11:03:18 +0100 X-Authentication-Warning: viffer.oslo.metis.no: sb set sender to sb@metis.no using -f Original-To: ding@gnus.org Original-Lines: 15 User-Agent: Gnus/5.08 (Gnus v5.8.0) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27786 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27786 I did: cvs -d :pserver:gnus@quimby.gnus.org:/usr/local/cvsroot co gnus cd gnus ./configure make EMACS=xemacs (using XEmacs 20.4), I got the following error messages all over the place: While compiling toplevel forms in file /home/sb/src/install/gnus/lisp/nnvirtual.el: !! File error (("Cannot open load file" "timer")) The files that got this compilation message were not byte compiled. I checked that nnvirtual.el got successfully byte compiled from my last checkout from the pgnus repository (Gnus v5.8.0, as reported by gnus-version).