From xemacs-m  Tue Mar 18 04:30:43 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA06582
	for <xemacs-beta@xemacs.org>; Tue, 18 Mar 1997 04:30:42 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id CAA24456;
	Tue, 18 Mar 1997 02:42:30 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: 19.15-b99: errors when running 'gmake all-elc'
References: <9703180756.AA13192@ndsoft.com>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: "Amir J. Katz"'s message of Tue, 18 Mar 97 10:56:57 IDT
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 18 Mar 1997 02:42:29 -0800
Message-ID: <m2vi6pfpm2.fsf@altair.xemacs.org>
Lines: 23
X-Mailer: Gnus v5.4.28/XEmacs 20.1(beta9)

> After applying my patches, I re-ran make. Before it failed on
> compiling gnus, I got zillion of warnings and errors. I don't know
> how crucial they are - some look serious enough ("!! File error...") 

``!! File error''s are *serious* problems.  There's a lot of crap
printed out during build I'm not very happy about.  It's too hard to
separate what's important from what's not.

  !! Symbol's function definition is void ((define-widget-keywords))

This is a macro defined in widget.el and supposed to be dumped in
XEmacs.  You're configuration is screwed.

  !! File error (("Cannot open load file" "cus-face"))
  !! File error (("Cannot open load file" "wid-edit"))
  !! File error (("Cannot open load file" "ediff-help.el"))
  !! File error (("Cannot open load file" "wid-edit"))

Check the permissions on cus-face.el, wid-edit.el, and ediff-help.el.
Are they readable?  Do they exist?
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

