From xemacs-m  Wed Mar 19 04:08:53 1997
Received: from web2.ndsoft.com (root@web2.ndsoft.com [199.203.68.30])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA23975
	for <xemacs-beta@xemacs.org>; Wed, 19 Mar 1997 04:08:26 -0600 (CST)
Received: from romeo.ndsoft.com (romeo [194.90.171.61])
	by web2.ndsoft.com (8.8.5/8.8.5) with SMTP id MAA07365
	for <xemacs-beta@xemacs.org>; Wed, 19 Mar 1997 12:06:38 +0300
Received: from ndsoft.com (piccard) by romeo.ndsoft.com (4.1/SMI-4.1)
	id AA19326; Wed, 19 Mar 97 11:08:01 IST
Received: by ndsoft.com (4.1/SMI-4.1)
	id AA17610; Wed, 19 Mar 97 12:08:01 IDT
Date: Wed, 19 Mar 97 12:08:01 IDT
Message-Id: <9703190908.AA17610@ndsoft.com>
From: "Amir J. Katz" <amir@piccard.ndsoft.com>
Mime-Version: 1.0
Content-Type: multipart/mixed;
	boundary="terrorist-PLO-Waco__Texas-YJpkoX+nX8lAEPcLTEIa"
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org (XEmacs Beta List)
Subject: 19.15-b101 bug fixes - lisp/w3/Makefile
Reply-To: amir@ndsoft.com
X-Mailer: Emacs 19.14 XEmacs Lucid + VM 6.19
X-Face:  ##A>t)R3?k=s5sw'(<v}xy5K8i]2+gl@^A7,ZN.8v5,).3hzG^rRmob&I-^&2m>5K\s3KSk+iIbgHIrS_8k}#}MVff9#>t4r!a>yp<qFqhM>pweVJ!^S<@teMIaDDU(gXk!,)m]o|"X
X-Bogus-Quote: "


--terrorist-PLO-Waco__Texas-YJpkoX+nX8lAEPcLTEIa
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

[Saga continues...]

1. lisp/w3/Makefile has 2 bugs in one line. 
  a. It assumes that the new file 'custom-check is executable. But
     it's not.
  b. It tries to invoke an existing emacs to check the .emacs
     file. Maybe it should use the newly-built xemacs, then it
     should refer to $XEMACS instead of $EMACS. 

--terrorist-PLO-Waco__Texas-YJpkoX+nX8lAEPcLTEIa
Content-Type: text/plain
Content-Description: context diff
Content-Disposition: inline;
	filename="a02"
Content-Transfer-Encoding: 7bit

*** xemacs-19.15/lisp/w3/Makefile.b101	Wed Mar 19 11:38:47 1997
--- xemacs-19.15/lisp/w3/Makefile	Wed Mar 19 11:39:01 1997
***************
*** 81,87 ****
  	$(RM) $(OBJECTS)
  
  check-custom:
! 	@./custom-check $(EMACS)
  
  w3.info:	w3.txi
  	@$(MAKEINFO) w3.txi
--- 81,87 ----
  	$(RM) $(OBJECTS)
  
  check-custom:
! 	@sh ./custom-check $(XEMACS)
  
  w3.info:	w3.txi
  	@$(MAKEINFO) w3.txi

--terrorist-PLO-Waco__Texas-YJpkoX+nX8lAEPcLTEIa
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


2. Then I re-ran 'gmake all-elc' and still had this problem

--terrorist-PLO-Waco__Texas-YJpkoX+nX8lAEPcLTEIa
Content-Type: text/plain
Content-Description: output from make all-elc
Content-Disposition: inline;
	filename="a01"
Content-Transfer-Encoding: 7bit

Compiling Gnus...
/disk0/xemacs-19.15-b98/src/xemacs -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-recompile
Done (Total of 0 files compiled)
Gnus done.
Compiling W3...
xargs: missing quote?: Symbols value as variable is void: emacs-minor-version
WARNING -- WARNING -- WARNING
Found custom in different places with and without /disk1/amir/.emacs

This could cause potential problems.  Please recompile with
the environment variable WIDGETDIR set correctly.  Try this
command:
make WIDGETDIR=
*** Error code 1
make: Fatal error: Command failed for target `check-custom'


--terrorist-PLO-Waco__Texas-YJpkoX+nX8lAEPcLTEIa
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


3. I worked around this problem by renaming my .emacs to .emacs.SAVE
   and now the make finished OK. Still, IMO, this should be fixed.


-- 
/* Amir J. Katz  E-mail: amir@ndsoft.com   URL: http://www.ndsoft.com */
/* EagleEye Control Software, LTD., Tel-Aviv, Israel                  */
/* .. I busted a mirror and got seven years bad luck, but my        ..*/
/* .. lawyer thinks he can get me five.        (Steven Wright)      ..*/

--terrorist-PLO-Waco__Texas-YJpkoX+nX8lAEPcLTEIa--

