From xemacs-m  Fri Mar 28 09:24:47 1997
Received: from network-services.uoregon.edu (network-services.uoregon.edu [128.223.60.21])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA05650
	for <xemacs-beta@xemacs.org>; Fri, 28 Mar 1997 09:24:46 -0600 (CST)
Received: (from meyer@localhost)
	by network-services.uoregon.edu (8.8.5/8.8.5) id HAA08084;
	Fri, 28 Mar 1997 07:24:46 -0800 (PST)
Date: Fri, 28 Mar 1997 07:24:46 -0800 (PST)
Message-Id: <199703281524.HAA08084@network-services.uoregon.edu>
From: "David M. Meyer" <meyer@network-services.uoregon.edu>
To: xemacs-beta@xemacs.org
Subject: "live-icon" problem with 20.1-beta10 (solaris 2.5.1)


	I had this code in my .emacs:

	(cond ((getenv "DISPLAY")
           (require 'live-icon)
           (live-icon-all-frames))
         (t
           (message "Ignoring Live Icons")))

	20.1-beta10 pops up this warning (incrementing/keystroke); 

(35) (specifier/warning) (error "Type of image instance not allowed here" #<image-instance (text) on #<x-device on "network-services:3.0" 0x6b6> "/* XPM */
static char icon[] = {
\"80 80 3 1\",
\"C c Black\",
\"B c Gray75\",
\"A c WhiteSmoke\",
\"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",
[stuff deleted]

	The config looks like:

  Where should the build process find the source code?    /disk2/xemacs-20.1-b10
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/sol2-5.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc -O6
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/openwin/include
  Where do we find X Windows libraries?                   /usr/openwin/lib
  Finding WNN includes with:                              
  Loading WNN libs with:                                  
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in native sound support.
  Compiling in support for GNU DBM.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.
 | tee -a Installation



	Dave

