From xemacs-m  Fri Jun  6 14:33:20 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 OAA12085
	for <xemacs-beta@xemacs.org>; Fri, 6 Jun 1997 14:33:19 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id MAA10722; Fri, 6 Jun 1997 12:51:48 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id MAA12502; Fri, 6 Jun 1997 12:31:56 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id MAA12849; Fri, 6 Jun 1997 12:31:54 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id MAA11031; Fri, 6 Jun 1997 12:31:53 -0700
Date: Fri, 6 Jun 1997 12:31:53 -0700
Message-Id: <199706061931.MAA11031@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: Ishikawa Ichiro <ichiro@tama.or.jp>
Cc: xemacs-beta@xemacs.org
Subject: 20.3-b4 compilation failed on FreeBSD 2.1.7.1
In-Reply-To: <19970606223842R.ichiro@kunitachi.tama.or.jp>
References: <19970606223842R.ichiro@kunitachi.tama.or.jp>
X-Mailer: VM 6.31 under 20.3 XEmacs Lucid (beta3)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "Ishi" == Ishikawa Ichiro <ichiro@tama.or.jp> writes:

Ishi> uname -a: FreeBSD mycroft.kunitachi.tama.or.jp 2.1.7.1-RELEASE FreeBSD 2.1.7.1-RELEASE #0: Sun i386 unknown
Ishi> ./configure  '--with-mule=yes' '--with-xpm=yes' '--with-jpeg=yes'

The problems below suggest that configure.in got confused halfway
through configure, and all the tests after that point failed.  There
has been a success report on FreeBSD 2.2.2, so you need to investigate
what could be causing the problems on your system.

Please check config.log and try to debug why configure's tests
failed.  Also try to verify which tests had a different result from
20.2.  Or give me a guest account....

Thanks.

Martin

Ishi> 1. Declaration of sys_errlist in lib-src/movemail.c conflicts with
Ishi>    that in stdio.h .

Ishi> 2. GETTIMEOFDAY_ONE_ARGUMENT is set to 1 in src/config.h, but
Ishi>    gettimeofday of this system get two arguments.

Ishi> 3. Declaration of rename in src/sysdep.c conflicts with that in
Ishi>    stdio.h .

Ishi> 4. After all these problems have been fixed, make stops saying

Ishi>      make[1]: Entering directory `/mnt2/tmp/xemacs-20.3-b4/src'
Ishi>      cp /home/ichiro/tmp/xemacs-20.3-b4/src/alloca.s allocatem.c
Ishi>      gcc -E  -Demacs -I. -I/home/ichiro/tmp/xemacs-20.3-b4/src -I/home/ichiro/tmp/xemacs-20.3-b4/src/../lwlib -DHAVE_CONFIG_H -I/usr/X11R6/include allocatem.c |    sed -e 's/
Ishi>               //' -e 's/^#.*//' |    sed -n -e '/^..*$/p' > allocax.s
Ishi>      rm -f alloca.o
Ishi>      gcc -c allocax.s
Ishi>      allocax.s: Assembler messages:
Ishi>      allocax.s:284: Error: no such 386 instruction: `you'
Ishi>      allocax.s:285: Error: invalid character '!' in opcode
Ishi>      make[1]: *** [alloca.o] Error 1
Ishi>      make[1]: Leaving directory `/mnt2/tmp/xemacs-20.3-b4/src'
Ishi>      make: *** [src] Error 2

