From xemacs-m  Fri Jun  6 08:39:11 1997
Received: from sakura.tama.or.jp (uucp@sakura.tama.or.jp [203.139.8.12])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA02357
	for <xemacs-beta@xemacs.org>; Fri, 6 Jun 1997 08:39:10 -0500 (CDT)
Received: (from uucp@localhost) by sakura.tama.or.jp (8.8.5/3.5Wbeta-09/19/96) with UUCP id WAA22211 for xemacs-beta@xemacs.org; Fri, 6 Jun 1997 22:39:04 +0900 (JST)
Received: from mycroft (localhost [127.0.0.1]) by mike.kunitachi.tama.or.jp (8.8.5/3.5Wpl7-ichiro-061496) with ESMTP id WAA13713 for <xemacs-beta@xemacs.org>; Fri, 6 Jun 1997 22:38:43 +0900 (JST)
To: xemacs-beta@xemacs.org
Subject: 20.3-b4 compilation failed on FreeBSD 2.1.7.1
From: Ishikawa Ichiro <ichiro@tama.or.jp>
X-Mailer: Mew version 1.69 on XEmacs 20.2
X-PGP-Key: http://www.tama.or.jp/~ichiro/pgp.asc
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <19970606223842R.ichiro@kunitachi.tama.or.jp>
Date: Fri, 06 Jun 1997 22:38:42 +0900
Sender: Ishikawa Ichiro <ichiro@kunitachi.tama.or.jp>
X-Dispatcher: impost version 0.99i (Apr. 6, 1997)
Lines: 62

uname -a: FreeBSD mycroft.kunitachi.tama.or.jp 2.1.7.1-RELEASE FreeBSD 2.1.7.1-RELEASE #0: Sun i386 unknown

./configure  '--with-mule=yes' '--with-xpm=yes' '--with-jpeg=yes'


Configured for `i386-unknown-freebsd2.1.7.1'.

  Where should the build process find the source code?    /home/ichiro/tmp/xemacs-20.3-b4
  What installation prefix should install use?		  /usr/local
  What operating system and machine description files should XEmacs use?
        `s/freebsd.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              gcc -g -O
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? default
  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 JPEG image conversion.
  Compiling in native sound support.
  Compiling in Mule (multi-lingual) support.
  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.
  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: ---------------------------------------------------------


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

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

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

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

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

--
Ishikawa Ichiro (ichiro@tama.or.jp)
Tama Internet, Tokyo, JAPAN

