From xemacs-m  Mon Sep 15 19:14:18 1997
Received: from sym.primuscorp.com (root@spike.primus.com [207.14.28.20])
	by xemacs.org (8.8.5/8.8.5) with SMTP id TAA21670
	for <xemacs-beta@xemacs.org>; Mon, 15 Sep 1997 19:14:15 -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 RAA30588 for <xemacs-beta@xemacs.org>; Mon, 15 Sep 1997 17:52:54 -0700
Received: from roy by horus (SMI-8.6/SMI-SVR4)
	id RAA03473; Mon, 15 Sep 1997 17:12:46 -0700
Received: by roy (SMI-8.6/SMI-SVR4)
	id RAA01474; Mon, 15 Sep 1997 17:07:47 -0700
Date: Mon, 15 Sep 1997 17:07:47 -0700
Message-Id: <199709160007.RAA01474@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: Tirana: SPARCworks stuff broken
X-Mailer: VM 6.33 under 20.3 "Kyiv" XEmacs  Lucid (beta19)
Reply-To: Damon Lipparelli <lipp@primus.com>
Organization: Primus Communications Corporation

It appears that the SPARCworks stuff was commented out of
".../lisp/prim/dumped-lisp.el".  Because of this, after getting all the way 
through the build, and apparently dumping fine, I can't run XEmacs because
someone is looking for the function eos::start.  Is the SPARCworks stuff in 
flux or am I missing something?

Here's my "Installation" file:

uname -a: SunOS roy 5.5.1 Generic_103640-08 sun4u sparc SUNW,Ultra-1

./configure  '--site-includes=/usr/local/include' '--site-libraries=/usr/local/sun4/lib' '--prefix=/users/lipp/xemacs-beta/20.3' '--exec-prefix=/users/lipp/xemacs-beta/20.3/sun4/debug' '--with-gcc=no' '--with-tooltalk' '--with-sparcworks' '--with-sound=none' '--with-mule'


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

  Where should the build process find the source code?    /users/lipp/src/xemacs-beta/xemacs-20.3-b20
  What installation prefix should install use?		  /users/lipp/xemacs-beta/20.3
  Where should XEmacs look for packages?		  ~/.xemacs:/users/lipp/xemacs-beta/20.3/lib/xemacs/packages
  What operating system and machine description files should XEmacs use?
        `s/sol2.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              cc -v -xO4
  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/dt/include /usr/openwin/include
  Where do we find X Windows libraries?                   /usr/dt/lib /usr/openwin/lib
  Additional header files:                                /usr/local/include
  Additional libraries:                                   /usr/local/sun4/lib
  Runtime library search path:                            /usr/local/sun4/lib:/usr/dt/lib:/usr/openwin/lib:/opt/SUNWdt/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in support for X-Face message headers.
  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 XIM (X11R5+ I18N input method) support.
    Using Motif to provide XIM support.
  Compiling in support for CDE.
  Compiling in support for ToolTalk.
  Compiling in support for Sun WorkShop.
  Compiling in support for proper session-management.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Motif dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  WARNING: ---------------------------------------------------------
  WARNING: Compiling in support for runtime error checking.
  WARNING: XEmacs will run noticeably more slowly as a result.
  WARNING: Error checking is on by default for XEmacs beta releases.
  WARNING: ---------------------------------------------------------

And here's the diff for "dumped-lisp.el" between b19 & b20:

*** /users/lipp/xemacs-beta/20.3/lib/xemacs-20.3-b19/lisp/prim/dumped-lisp.el	Sat Jul 26 15:09:55 1997
--- ./lisp/prim/dumped-lisp.el	Sat Sep 13 15:25:05 1997
***************
*** 6,11 ****
--- 6,13 ----
  	"replace" 		; match-string used in version.el.
  	"version.el"		; Ignore compiled-by-mistake version.elc
  	"cl"
+ 	;; "cl-extra"		; These cause lossage at dump
+ 	;; "cl-seq"		; Fix it first, if you want these dumped
  	;;"featurep"
  	"widget"
  	"custom"		; Before the world so everything can be
***************
*** 179,195 ****
  	"auto-show"
  ;; #+energize "energize/energize-load.el"
  ;;; formerly in sunpro/sunpro-load.el
  	#+sparcworks "cc-mode"
  	#+sparcworks "sunpro-init"
  	#+sparcworks "ring"
  	#+sparcworks "comint"
  	#+sparcworks "annotations"
  ;;; formerly in eos/sun-eos-load.el
! 	#+sparcworks "sun-eos-init"
! 	#+sparcworks "sun-eos-common"
! 	#+sparcworks "sun-eos-editor"
! 	#+sparcworks "sun-eos-browser"
! 	#+sparcworks "sun-eos-debugger"
! 	#+sparcworks "sun-eos-debugger-extra"
! 	#+sparcworks "sun-eos-menubar"
  ))
--- 181,198 ----
  	"auto-show"
  ;; #+energize "energize/energize-load.el"
  ;;; formerly in sunpro/sunpro-load.el
+ ;;	#+(and mule sparcworks) "mime-setup"
  	#+sparcworks "cc-mode"
  	#+sparcworks "sunpro-init"
  	#+sparcworks "ring"
  	#+sparcworks "comint"
  	#+sparcworks "annotations"
  ;;; formerly in eos/sun-eos-load.el
! ;;	#+sparcworks "sun-eos-init"
! ;;	#+sparcworks "sun-eos-common"
! ;;	#+sparcworks "sun-eos-editor"
! ;;	#+sparcworks "sun-eos-browser"
! ;;	#+sparcworks "sun-eos-debugger"
! ;;	#+sparcworks "sun-eos-debugger-extra"
! ;;	#+sparcworks "sun-eos-menubar"
  ))

Thanks for any info,
-lipp
---

I'm mentally OVERDRAWN!  What's that SIGNPOST up ahead?
 Where's ROD STERLING when you really need him?

