From xemacs-m  Fri Dec 27 23:20:33 1996
Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id XAA04089 for <xemacs-beta@xemacs.org>; Fri, 27 Dec 1996 23:20:32 -0600 (CST)
Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5])
          by mail.cdsnet.net (8.7.6/8.7.3) with SMTP id VAA25062;
          Fri, 27 Dec 1996 21:20:27 -0800 (PST)
Date: Fri, 27 Dec 1996 21:20:26 -0800 (PST)
From: Jaye Mathisen  <mrcpu@cdsnet.net>
To: Steven L Baur <steve@miranova.com>
cc: xemacs-beta@xemacs.org
Subject: Re: 19.5b5 build report
In-Reply-To: <m2k9q3xopg.fsf@altair.xemacs.org>
Message-ID: <Pine.NEB.3.95.961227211625.19380E-100000@mail.cdsnet.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Uh oh, that broke:

sh /usr/local/src/xemacs-19.15-b5/lib-src/update-autoloads.sh
 (using ./src/xemacs)
Recompiling in /usr/local/src/xemacs-19.15-b5
          with /usr/local/src/xemacs-19.15-b5/src/xemacs...
xargs: illegal option -- i
usage: xargs [-0] [-t] [-n number [-x]] [-s size] [utility [argument ...]]
Loading autoload...


Need a new method of doing this...  For now, I just changed it to 
xargs -n 1 in the autoloads.sh.



Also, make all-elc failed:

Loading byte-optimize...
While compiling toplevel forms in file
/usr/local/src/xemacs-19.15-b5/lisp/prim/loaddefs.el:
  ** reference to free variable gnus-post-method
  ** reference to free variable gnus-select-method
  ** multiple autoloads for manual-entry
  ** multiple autoloads for manual-entry
Wrote /usr/local/src/xemacs-19.15-b5/lisp/prim/loaddefs.elc
Done
cd dynodump; make all    CC='gcc' CFLAGS='-g -O' MAKE='make'
sh /usr/local/src/xemacs-19.15-b5/lib-src/update-elc.sh
*** Error code 1

# sh -vx lib-src/update-elc.sh
#!/bin/sh
### update-elc.sh --- recompile all missing or out-or-date .elc files

# Author:       Jamie Zawinski <jwz@lucid.com>
# Maintainer:   Ben Wing <ben.wing@Eng.Sun.COM>
# Created:      ?
# Version:      1.0
# Modified:     94/07/13 16:18:44
# Keywords:     recompile .el .elc

### Commentary:
##  Recompile all .elc files that need recompilation.  Requires a working
##  version of 'xemacs'.  Correctly handles the case where the .elc files
##  are missing; thus you can execute 'rm lisp/*/*.elc' before running
##  this script.  Run this from the parent directory of 'src', 'lisp',
##  and 'etc'.  (If this is a Sun workspace, you can run it from
##  'era-specific' instead.)

set -eu
+ set -eu
unset MAKEFLAGS   # GNU make sets MAKEFLAGS to -w; confuses non-GNU make
+ unset MAKEFLAGS
#


For some weird reason.  Haven't looked at it yet.  Thinking that bailing
to 20.0 might just be safer. :)
 
On 27 Dec 1996, Steven L Baur wrote:

> >   Where should the build process find the source code?
> > /usr/local/src/xemacs-19.15-b5
> 
> Thanks for the report Jaye.
> 
> > Seems to run OK.
> 
> It won't for long though, the loaddefs.el file is out of date.  Do a
> make autoloads
> make all-elc
> to get a reasonably stable XEmacs.
> -- 
> steve@miranova.com baur
> Unsolicited commercial e-mail will be billed at $250/message.
> "That Bill Clinton.  He probably doesn't know how to log on to the
> Internet."  -- Rush Limbaugh, noted Computer Expert
> 

