From xemacs-m  Wed Jan  1 16:33:40 1997
Received: from bayserve.net (bay1.bayserve.net [206.148.244.200])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id QAA29094 for <xemacs-beta@xemacs.org>; Wed, 1 Jan 1997 16:33:39 -0600 (CST)
Received: from localhost (jmiller@localhost) by  bayserve.net (8.7.2/8.7.2) with SMTP id RAA02244 for <xemacs-beta@xemacs.org>; Wed, 1 Jan 1997 17:38:11 -0500 (EST)
Date: Wed, 1 Jan 1997 17:38:11 -0500 (EST)
From: Jeff Miller <jmiller@bay1.bayserve.net>
To: beta-list <xemacs-beta@xemacs.org>
Subject: Re: possible bug in config stuff
In-Reply-To: <Pine.SUN.3.95.970101131039.18839B-100000@bay1.bayserve.net>
Message-ID: <Pine.SUN.3.95.970101170112.18839C-100000@bay1.bayserve.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


  on a hunch I hacked lwlib/Makefile.in.in to generate lwlib.a  using the
same configuration ( most stuff turned off).  It generated lwlib.a from
lwlib.c,lwlib-utils.c, & lwlib-config.c.

 I added the -llw back in src/Makefile.in.in and xemacs successfully
linked and dumped.

 when I try running it I get:

beavis:/mnt2/home/jmiller/xemacs-19.15-b6/src$ ./xemacs
*** Error in XEmacs initialization
(void-variable scrollbar-pointer-glyph)
*** Backtrace
  really-early-error-handler((void-variable scrollbar-pointer-glyph))
  # bind (device)
  x-init-pointer-shape(#<x-device on ":0.0" 0x629>)
  # bind (device)
  x-init-device-faces(#<x-device on ":0.0" 0x629>)
  # bind (device)
  init-device-faces(#<x-device on ":0.0" 0x629>)
  # (unwind-protect ...)
  make-device(x nil)
  # bind (display)
  make-x-device(nil)
  init-x-win()
  # bind (debugger debug-on-error command-line-args-left)
  command-line()
  # (unwind-protect ...)
  normal-top-level()
  # (condition-case ... . error)
  # (catch top-level ...)
*** Killing XEmacs

Looks like this is happening in x-mouse.el.  If I comment out 

;(set-glyph-image scrollbar-pointer-glyph
;	  (or (x-get-resource "scrollbarPointer" "Cursor" 'string device)
;	      "top_left_arrow"))

& bytecompile x-mouse.el I finally get a pretty bland & featureless xemacs
to dump & run.  :-)

Should  there be something like ( if featurep scrollbar ) or whatever the
real lisp would be around this?

jeff

