From xemacs-m  Mon Jul 21 20:13:16 1997
Received: from ns.jsys.co.jp (ns.jsys.co.jp [202.33.240.82])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA22704
	for <xemacs-beta@xemacs.org>; Mon, 21 Jul 1997 20:13:14 -0500 (CDT)
Received: from cosmos.jsys.co.jp (cosmos.jsys.co.jp [172.31.80.5])
	by ns.jsys.co.jp (8.8.6/8.8.6) with ESMTP id KAA12125
	for <xemacs-beta@xemacs.org>; Tue, 22 Jul 1997 10:13:15 +0900 (JST)
Received: from skywalk.jsys.co.jp (j-04110.jsys.co.jp [172.31.49.72])
	by cosmos.jsys.co.jp (8.8.6/8.8.6/NOTES) with ESMTP id KAA11816
	for <xemacs-beta@xemacs.org>; Tue, 22 Jul 1997 10:13:14 +0900 (JST)
Received: (from ienaga@localhost) by skywalk.jsys.co.jp (8.8.5/3.5Wpl2) id KAA04952; Tue, 22 Jul 1997 10:12:23 +0900 (JST)
To: xemacs-beta@xemacs.org
Subject: Success on FreeBSD 2.2.2, +diff src/s/freebsd.h
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Tue_Jul_22_10:12:22_1997-1"
Content-Transfer-Encoding: 7bit
From: Kazuyuki IENAGA <ienaga@jsys.co.jp>
Date: 22 Jul 1997 10:12:22 +0900
Message-ID: <rysk9ij28ll.fsf@skywalk.jsys.co.jp>
Lines: 82
X-Mailer: Gnus v5.4.63/XEmacs 20.3(beta14) - "Vienna"
X-Face:  9{'tf33,11#K2A'RDL?p:oEk{~%v;iFL63&]_`FnV~q9]UoqU:"Z*;!l8*yw(91jLdj'8ca
 ~kD1b`lzQ>o[fU=>6g(Er\.fiQPm[~<w?Is+rkeQnV9B~6|>`*Nw1,kCrfo(IH??{i~'F


--Multipart_Tue_Jul_22_10:12:22_1997-1
Content-Type: text/plain; charset=US-ASCII

Patched up from b13, configure, make, make all-elcs and run ok on
FreeBSD 2.2.2.


--Multipart_Tue_Jul_22_10:12:22_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="Installation"
Content-Transfer-Encoding: 7bit

uname -a: FreeBSD skywalk.jsys.co.jp 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #3: Mon Jun 16 19:57:01 JST 1997     root@skywalk.jsys.co.jp:/usr/src/sys/compile/Skywalk  i386

./configure  '--with-mule' '--with-canna' '--with-wnn6' '--site-includes=/usr/local/canna/include /usr/local/include' '--site-libraries=/usr/local/lib'


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

  Where should the build process find the source code?    /pub/compile/emacs/xemacs-beta
  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 -O2 -Wall -Wno-switch
  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
  Additional header files:                                /usr/local/canna/include /usr/local/include
  Additional libraries:                                   /usr/local/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in support for X-Face message headers.
  Compiling in support for JPEG image conversion.
  Compiling in native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in Mule (multi-lingual) support.
  Compiling in support for Canna on Mule.
  Compiling in support for the WNN input method on Mule.
    Using WNN version 6.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Athena dialog boxes.
  movemail will use "flock" for locking mail spool files.
  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: ---------------------------------------------------------


--Multipart_Tue_Jul_22_10:12:22_1997-1
Content-Type: text/plain; charset=US-ASCII

src/s/freebsd.h has to be patched as bellow:


--Multipart_Tue_Jul_22_10:12:22_1997-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="freebsd.h.diff"
Content-Transfer-Encoding: 7bit

===================================================================
RCS file: RCS/freebsd.h,v
retrieving revision 1.2
diff -u -r1.2 freebsd.h
--- freebsd.h	1997/07/22 01:07:14	1.2
+++ freebsd.h	1997/07/22 01:08:08
@@ -72,7 +72,7 @@
 #endif /* NO_SHARED_LIBS */
 
 #define HAVE_GETLOADAVG
-#define NO_TERMIO
+/* #define NO_TERMIO */ /* detected in configure */
 #define DECLARE_GETPWUID_WITH_UID_T
 
 /* freebsd uses OXTABS instead of the expected TAB3. */

--Multipart_Tue_Jul_22_10:12:22_1997-1--

