From xemacs-m  Mon May  5 15:02:25 1997
Received: from ns.emass.com ([204.214.30.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA08113
	for <xemacs-beta@xemacs.org>; Mon, 5 May 1997 15:02:19 -0500 (CDT)
Received: from fox.emass.com (fox.emass.com [204.214.31.233]) by ns.emass.com (8.7.5/8.7.3) with ESMTP id OAA26037 for <xemacs-beta@xemacs.org>; Mon, 5 May 1997 14:01:43 -0600 (MDT)
Received: from canary.emass.com (canary.emass.com [192.168.101.212]) by fox.emass.com (8.7.5/8.7.3) with SMTP id NAA04046 for <xemacs-beta@xemacs.org>; Mon, 5 May 1997 13:59:19 -0600 (MDT)
Received: by canary.emass.com (4.1/SMI-4.1)
	id AA19565; Mon, 5 May 97 14:01:01 MDT
Date: Mon, 5 May 97 14:01:01 MDT
Message-Id: <9705052001.AA19565@canary.emass.com>
From: "James LewisMoss (etac)" <jamesl@emass.com>
To: xemacs-beta@xemacs.org
Subject: success build report sunos 4.1.3 20.2-b4
Reply-To: dres@dimensional.com
X-Mailer: VM 6.27 under 20.1 XEmacs Lucid
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII

Here is Installation file: (well at least the last part with the
correct data)

./configure  '--extra-verbose' '--with-x' '--x-includes=/usr/openwin/include/' '--x-libraries=/usr/openwin/lib/' '--cflags=-O' '--site-includes=/usr/local/include/db' '--error-checking=none'


Configured for `sparc-sun-sunos4.1.3_U1'.

  Where should the build process find the source code?    /home1/ar/ticketinfo/jamesl/xemacs-20.2-b3
  What installation prefix should install use?		  /usr/local
  What operating system and machine description files should XEmacs use?
        `s/sunos4-1-3.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc -O
  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/openwin/include/
  Where do we find X Windows libraries?                   /usr/openwin/lib/
  Additional header files:                                /usr/local/include/db
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in native sound support.
  Compiling in support for DBM.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.

Here is the list of problems getting this to compile:

1) Attempting to compile with --with-socks was unsuccessful.  It
included the -lsocks on the compile line before the site-libraries so
that it didn't find the socks lib.

2) Had to change `#include <X11/Xlocale.h>' in input-method-xfs.c to
`#include <locale.h>'.  Xlocale doesn't seem to exist on this system.

3) Got this error:

make[1]: *** No rule to make target `/home1/ar/ticketinfo/jamesl/xemacs-20.2-b3/src/../lisp/prim/featurep.elc', needed by `../lib-src/DOC'.  Stop.
make[1]: Leaving directory `/home1/ar/ticketinfo/jamesl/xemacs-20.2-b3/src'
make: *** [src] Error 2

had to run `xemacs -batch -q -no-site-file -f batch-byte-compile
lisp/prim/featurep.el' manually. (xemacs here being xemacs-20.1)


