From xemacs-m  Fri Jul 11 16:28:50 1997
Received: from sauna.ton.tut.fi (maage@sauna.ton.tut.fi [193.166.82.72])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA24133
	for <xemacs-beta@xemacs.org>; Fri, 11 Jul 1997 16:28:49 -0500 (CDT)
Received: (from maage@localhost) by sauna.ton.tut.fi (8.8.5/8.7.3/sauna) id AAA00750; Sat, 12 Jul 1997 00:28:47 +0300
To: xemacs-beta@xemacs.org
Subject: 20.3-b12 build success Ebola psgml-parse
From: Markus Linnala <maage@cs.tut.fi>
Reply-To: Markus Linnala <maage@cs.tut.fi>
X-Attribution: maage
X-Name-Order: first last
X-Face: FT5rXy\9|jeFOlfb|;4,U^#kjLrK+Rl:/)b#Rs[0yJy{Mw7=BbJf?I.o&BnKV<G.LqXyG'T
 &sn#2KA=:&JZmmlD';!pz3j4Kxq*u3T"|up!?l^?S>pA8o[arz;GIY~q%jz5qRD+azNap-'|3/9;(K
 ZwNwAd'IBm-<+A1.
X-Url: http://www.cs.tut.fi/~maage/
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 12 Jul 1997 00:28:45 +0300
Message-ID: <m22055cm7m.fsf@sauna.ton.tut.fi>
Lines: 63
X-Mailer: Gnus v5.4.62/XEmacs 20.3(beta12) - "Helsinki"


;; ebola.el
(load-library "psgml-parse")
;; inset your ECAT location
(sgml-load-ecat "/usr/local/src/xemacs-20.3-b12/etc/sgml/ECAT")
;; end

xemacs -q -no-site-file ebola.el
M-x eval-buffer

Comparison between integer and character is constant nil (?\- and 0)
   [eq, and, if, sgml-is-delim, sgml-parse-delim, if, sgml-parse-comment, or, while, sgml-skip-cs, progn, while, let, (lambda nil (let (new type ents from to name val) (while (progn (sgml-skip-cs) (setq type (sgml-parse-name))) (setq type (intern (downcase type))) (setq ents nil from nil) (sgml-skip-cs) (cond ((eq type (quote public)) (setq from (sgml-canonize-pubid (sgml-check-minimum-literal)))) ((eq type (quote file)) (setq from (expand-file-name (sgml-check-cat-literal))))) (cond ((null from) (error "Syntax error in ECAT: %s" file)) (t (sgml-skip-cs) (when (sgml-parse-char ?\[) (while (progn (sgml-skip-cs) (setq name (sgml-parse-name t))) (sgml-skip-cs) (setq val (sgml-check-literal)) (push (cons name val) ents)) (sgml-check-char ?\]) (sgml-skip-cs)) (setq to (expand-file-name (sgml-check-cat-literal))) (push (cons type (cons from (cons to ents))) new)))) (nreverse new))), funcall, setq, let, if, let, and, sgml-cache-catalog, sgml-load-ecat, eval-buffer, call-interactively!
, command-execute, execute-extended-command, call-interactively]

20.3-b12 with some patches from xemacs-beta, sorry don't remeber
which. I can make this also at least at 20.3-b11 and 20.3-b6. Ebola
message is then:

Comparison between integer and character is constant nil (?\- and 0)
   [sgml-parse-comment, sgml-skip-cs, <compiled-function from "psgml-parse.elc">, sgml-cache-catalog, sgml-load-ecat, eval-buffer, call-interactively, command-execute, execute-extended-command, call-interactively]


uname -a: Linux sauna 2.0.30 #10 Mon Jun 16 19:34:39 EET DST 1997 i586 unknown

./configure  '--with-dialogs=athena' '--debug=yes' '--error-checking=all' '--extra-verbose' '--cflags=-O3 -m486 -g -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -Wall -pipe'


Configured for `i586-pc-linux'.

  Where should the build process find the source code?    /usr/local/src/xemacs-20.3-b12
  What installation prefix should install use?		  /usr/local
  What operating system and machine description files should XEmacs use?
        `s/linux.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              gcc -O3 -m486 -g -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -Wall -pipe
  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/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/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 native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in support for ncurses.
  Compiling in support for GPM (General Purpose Mouse).
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Athena dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.
  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: ---------------------------------------------------------

-- 
//Markus

