From xemacs-m  Mon Sep 15 19:41:38 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id TAA22348
	for <xemacs-beta@xemacs.org>; Mon, 15 Sep 1997 19:41:37 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id RAA18517; Mon, 15 Sep 1997 17:41:11 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id RAA15898; Mon, 15 Sep 1997 17:40:53 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id RAA09229; Mon, 15 Sep 1997 17:40:38 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id RAA02522; Mon, 15 Sep 1997 17:40:34 -0700
Date: Mon, 15 Sep 1997 17:40:34 -0700
Message-Id: <199709160040.RAA02522@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Damon Lipparelli <lipp@primus.com>
Cc: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: Tirana: SPARCworks stuff broken
In-Reply-To: <199709160007.RAA01474@roy>
References: <199709160007.RAA01474@roy>
X-Mailer: VM 6.33 under 20.3 "Vienna" XEmacs  Lucid (beta14)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "Damon" == Damon Lipparelli <lipp@primus.com> writes:

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

Does this fix it?

P.S. EOS is looking for an maintainer...

Martin

--- lisp/sunpro/sunpro-init.el.old
+++ lisp/sunpro/sunpro-init.el
@@ -158,7 +158,14 @@
            (file-exists-p (concat sunpro-dir "bin/sparcworks"))
          (setq exec-path (append exec-path (list (concat sunpro-dir "bin/"))))))
       
-      (and (fboundp 'eos::start)) (eos::start))
+      (load "sun-eos-init")
+      (load "sun-eos-common")
+      (load "sun-eos-editor")
+      (load "sun-eos-browser")
+      (load "sun-eos-debugger")
+      (load "sun-eos-debugger-extra")
+      (load "sun-eos-menubar")
+      (eos::start))
      
      (t ; Neither? Complain...
       (display-warning

