From xemacs-m  Sat Jan  4 23:56:28 1997
Received: from dres.elam.org (root@cola172.scsn.net [206.25.247.172])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id XAA10321 for <xemacs-beta@xemacs.org>; Sat, 4 Jan 1997 23:56:24 -0600 (CST)
Received: from dres.elam.org (localhost [127.0.0.1]) by dres.elam.org (8.7.6/8.7.3) with ESMTP id AAA27683 for <xemacs-beta@xemacs.org>; Sun, 5 Jan 1997 00:53:34 -0500
Message-Id: <199701050553.AAA27683@dres.elam.org>
To: XEmacs Beta List <xemacs-beta@xemacs.org>
reply-to: dres@scsn.net
Subject: Build Report: XEmacs 20.0-b34 Linux 2 success
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: Sun, 05 Jan 1997 00:53:33 -0500
From: James LewisMoss <dres@dres.elam.org>


  ./configure --verbose \
   --cflags="$CCOPTS" \
   --with-menubars=lucid \
   --with-scrollbars=lucid \
   --with-dialogs=athena \
   --with-sound=both \
   --with-database=berkdb,gnudbm \
   --with-epoch \
   --with-xmu \
   --extra-verbose \
   --with-png \
   $CONFIG

Linux 2.0.27 libc 5.4.17, gcc 2.7.2.1 xfree 86 3.2

Configured for `i486-unknown-linuxelf'.

  Where should the build process find the source code?    /usr/local/src/apps/editors/emacs/xemacs-20.0-b33
  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 -O2 -fno-strength-reduce -m486 -pipe -Wall
  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 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 extra Epoch compatibility.
  Compiling in both network and native sound support.
  Compiling in support for Berkeley DB.
  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.


Stuff:
1) info is once again working. :)

1) lisp/prim/files-nomule.el patch was bad. patch rejected it.
removing that patch and mostly clean thereafter.

2) got these rejections:
***./README.rej***
***************
*** 7,13 ****
  README	    	-- This file
  Makefile	-- Automated installation file
  ediff.texi	-- Manual in Texinfo format
- ediff.info*	-- The Info files
  ediff.dvi	-- Manual in DVI format
  
  ediff.el    	-- Ediff Emacs Lisp code
--- 7,13 ----
  README	    	-- This file
  Makefile	-- Automated installation file
  ediff.texi	-- Manual in Texinfo format
+ ediff, ediff-?	-- The Info files
  ediff.dvi	-- Manual in DVI format
  
  ediff.el    	-- Ediff Emacs Lisp code
***************
*** 19,24 ****
  ediff-mult.el   -- Ediff Emacs Lisp code
  ediff-vers.el	-- Ediff Emacs Lisp code
  ediff-ptch.el	-- Ediff Emacs Lisp code
  ediff-hook.el	-- Ediff Emacs Lisp code
  
  
--- 19,25 ----
  ediff-mult.el   -- Ediff Emacs Lisp code
  ediff-vers.el	-- Ediff Emacs Lisp code
  ediff-ptch.el	-- Ediff Emacs Lisp code
+ ediff-tbar.el	-- Ediff Emacs Lisp code -- this one only for XEmacs
  ediff-hook.el	-- Ediff Emacs Lisp code
  
  
***./ChangeLog.rej***
***************
*** 1,7 ****
- Sat Dec 21 11:59:34 1996  Steven L Baur  <steve@altair.xemacs.org>
  
- 	* psgml-parse.el (sgml-final): Moved up in file to make the byte
- 	compiler happier.
  
  Tue Sep 10 17:52:40 1996  Steven L Baur  <steve@miranova.com>
  
--- 1,34 ----
+ Wed Nov 20 19:40:05 1996  Lennart Staflin  <lenst@lysator.liu.se>
  
+ 	* psgml-parse.el (sgml-modify-dtd): set sgml-current-tree to
+ 	sgml-top-tree. Needed by sgml-open-element.
+ 
+ Mon Nov 11 01:50:40 1996  Lennart Staflin  <lenst@lysator.liu.se>
+ 
+ 	* Version 1.0 released.
+ 
+ Sun Sep 15 14:07:24 1996  Lennart Staflin  <lenst@lysator.liu.se>
+ 
+ 	* psgml.el (sgml-mode): modify mode-line-format with subst, don't
+ 	replicate the whole format in the code.
+ 
+ Thu Sep 12 20:27:38 1996  Lennart Staflin  <lenst@lysator.liu.se>
+ 
+ 	* psgml-parse.el (sgml-external-file): Try to find system
+ 	identifiers using the sgml-public-map
+ 	if sgml-system-identifiers-are-preferred; this way that flag will
+ 	have effect even if the sgml-public-map contains `%s'.
+ 	(sgml-final): moved to be defined before use.
+ 
+ 	* psgml-dtd.el (sgml-parse-parameter-literal): Try to handle
+ 	character references to character number above 255 by leaving a
+ 	character reference in then parsed entity text.
+ 
+ Thu Sep  5 14:11:00 1996  Dave Love  <d.love@dl.ac.uk>
+ 
+ 	* psgml-other.el (sgml-set-face-for): Nullify
+ 	{after,before}-change-functions as well as (obsolete)
+  	{after,before}-change-function.
  
  Tue Sep 10 17:52:40 1996  Steven L Baur  <steve@miranova.com>
  
***./INSTALL.rej***
***************
*** 220,228 ****
  5) Put into `./lisp/site-init.el' or `./lisp/site-load.el' any Emacs
  Lisp code you want Emacs to load before it is dumped out.  Use
  site-load.el for additional libraries if you arrange for their
- documentation strings to be in the etc/DOC file (see
- src/Makefile.in.in if you wish to figure out how to do that).  For all
- else, use site-init.el.
  
  <MULE>
  All language specific basic environments are defined `./lisp/mule-init.el'.
--- 220,228 ----
  5) Put into `./lisp/site-init.el' or `./lisp/site-load.el' any Emacs
  Lisp code you want Emacs to load before it is dumped out.  Use
  site-load.el for additional libraries if you arrange for their
+ documentation strings to be in the DOC file (see src/Makefile.in.in if
+ you wish to figure out how to do that).  For all else, use
+ site-init.el.
  
  <MULE>
  All language specific basic environments are defined `./lisp/mule-init.el'.

3) had to compile with --with-png to get it to force png support.

4) oddity: configure says I'm cross-compiling. (I'm not :)

5) patch instead of placing auto-autoloads.el into lisp/prim it placed
   it in the top level directory.

More stuff as I encounter it...

Jim

-- 
@James LewisMoss                 | moss@cs.sc.edu | Blessed Be!
@    http://www.cs.sc.edu/~moss  | dres@scsn.net  | Linux is cool!
@"Argue for your limitations and sure enough, they're yours." Bach

