From xemacs-m  Thu Apr 10 16:17:11 1997
Received: from sym.primuscorp.com (root@[207.14.28.20])
	by xemacs.org (8.8.5/8.8.5) with SMTP id QAA28848
	for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 16:17:10 -0500 (CDT)
Received: from horus (horus.primuscorp.com [198.187.136.23]) by sym.primuscorp.com (8.6.11/8.6.9) with ESMTP id OAA31140 for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 14:19:56 -0700
Received: from roy by horus (SMI-8.6/SMI-SVR4)
	id OAA25508; Thu, 10 Apr 1997 14:14:52 -0700
Received: by roy (SMI-8.6/SMI-SVR4)
	id OAA04890; Thu, 10 Apr 1997 14:14:56 -0700
Date: Thu, 10 Apr 1997 14:14:56 -0700
Message-Id: <199704102114.OAA04890@roy>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Damon Lipparelli <lipp@primus.com>
To: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: 20.1-b12: success (eventually) under Solaris 2.4 & 2.5.1
X-Mailer: VM 6.24 under 20.1 XEmacs Lucid (beta12)
Reply-To: Damon Lipparelli <lipp@primus.com>
Organization: Primus Communications Corporation

uname -a: SunOS zhora.symbologic.com 5.4 Generic_101945-23 sun4m sparc

./configure  '--verbose' '--site-includes=/usr/local/include' '--site-libraries=/usr/local/sun4/lib' '--prefix=/users/lipp/xemacs-beta/20.x' '--exec-prefix=/users/lipp/xemacs-beta/20.x/sun4' '--with-dialogs=athena' '--with-menubars=lucid' '--with-scrollbars=lucid' '--with-tooltalk' '--with-sparcworks' '--with-sound=none' '--with-mule' '--with-xface' '--with-xpm'


Configured for `sparc-sun-solaris2.4'.

  Where should the build process find the source code?    /users/lipp/src/xemacs-beta/xemacs-20.1-b12
  What installation prefix should install use?		  /users/lipp/xemacs-beta/20.x
  What operating system and machine description files should XEmacs use?
        `s/sol2-4.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc  -g -O 
  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
  Additional header files:                                /usr/local/include
  Additional libraries:                                   /usr/local/sun4/lib
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  Compiling in support for GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in support for GNU DBM.
  Compiling in Mule (multi-lingual) support.
  Compiling in support for ToolTalk.
  Compiling in support for SparcWorks.
  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.

1) In my ".xemacs-options" file, I had to replace references to
   ``autodetect'' with ``automatic-conversion'' (is this to be in sync with 
    FSF Emacs?)

2) I had to apply the following patch to ".../lisp/vm/vm-mime.el":

--- vm-mime.el.orig     Wed Apr  9 22:55:59 1997
+++ vm-mime.el  Thu Apr 10 13:48:11 1997
@@ -1822,7 +1822,7 @@
              glyph (and sym (boundp sym) (symbol-value sym))
              glyph (or glyph (not file)
                        (make-glyph
-                        (vector 'autodetect
+                        (vector 'automatic-conversion
                                 ':data (expand-file-name file dir)))))
        (and sym (not (boundp sym)) (set sym glyph))
        (and glyph (set-extent-begin-glyph e glyph)))))

After fixing these two, it's working fine.
-lipp

---

..Am I in a SOAP OPERA??

