From xemacs-m  Thu Feb 27 07:54:56 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id HAA01313
	for <xemacs-beta@xemacs.org>; Thu, 27 Feb 1997 07:54:56 -0600 (CST)
Received: from kiki.icd.teradyne.com (kiki.icd.teradyne.com [131.101.1.30]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id IAA27255 for <xemacs-beta@xemacs.org>; Thu, 27 Feb 1997 08:58:13 -0500 (EST)
Received: from spacely.icd.teradyne.com (spacely.icd.teradyne.com [131.101.10.9]) by kiki.icd.teradyne.com (8.7.1/8.7.1) with SMTP id IAA08530 for <xemacs-beta@xemacs.org>; Thu, 27 Feb 1997 08:51:56 -0500 (EST)
Received: from spacely by spacely.icd.teradyne.com (SMI-8.6/SMI-SVR4)
	id IAA18685; Thu, 27 Feb 1997 08:54:56 -0500
Message-Id: <199702271354.IAA18685@spacely.icd.teradyne.com>
X-Mailer: exmh version 2.0gamma 1/27/96
To: xemacs-beta@xemacs.org
reply-to: acs@acm.org
X-Attribution: Vin
Subject: 20.1-b3 Build Report
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Thu, 27 Feb 1997 08:54:54 -0500
From: Vinnie Shelton  <shelton@icd.teradyne.com>

I built 20.1-b3. Looks good so far. Here's my config:

Configured for `sparc-sun-solaris2.4'.
 
  Where should the build process find the source code?    /pd/src/gnu/xemacs-20.1-b3
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/sol2-4.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              cc -fast -xO4 -xcg89 -xtarget=ss5
  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:                                /pd/oslib/include
  Additional libraries:                                   /pd/oslib
  Finding WNN includes with:                              
  Loading WNN libs with:                                  
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in support for DBM.
  Compiling in support for ToolTalk.
  Compiling in support for SparcWorks.
  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.
 

A few notes/comments.

1) I built without --srcdir and in a subdirectory, and 
Solaris' make still fails on lwlib:

cc -Demacs -DHAVE_CONFIG_H  -DSTDC_HEADERS -I. -I../src -I/pd/src/gnu/xemacs-20.1-b3/lib-src -I/pd/src/gnu/xemacs-20.1-b3/lib-src/../src   -DSVR4 -fast -xO4 -xcg89 -xtarget=ss5 -o gnudoit /pd/src/gnu/xemacs-20.1-b3/lib-src/gnudoit.c gnuslib.o -lsocket -lnsl -lkvm -lelf -lgen -ldl   -L/pd/oslib -R/pd/oslib -L/usr/openwin/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXau
cd lwlib && make all  \
        CC='cc' CFLAGS='-fast -xO4 -xcg89 -xtarget=ss5' MAKE='make'
rm -f liblw.a
ar cq liblw.a lwlib.o  lwlib-Xlw.o xlwmenu.o xlwscrollbar.o lwlib-Xaw.o lwlib-utils.o  lwlib-config.o 
ar: lwlib.o cannot open
ar: lwlib-Xlw.o cannot open
ar: xlwmenu.o cannot open
ar: xlwscrollbar.o cannot open
ar: lwlib-Xaw.o cannot open
ar: lwlib-utils.o cannot open
ar: lwlib-config.o cannot open
ar: lwlib.o not found
ar: lwlib-Xlw.o not found
ar: xlwmenu.o not found
ar: xlwscrollbar.o not found
ar: lwlib-Xaw.o not found
ar: lwlib-utils.o not found
ar: lwlib-config.o not found
*** Error code 7
make: Fatal error: Command failed for target `liblw.a'
Current working directory /pd/src/gnu/xemacs-20.1-b3/Solaris/lwlib
*** Error code 1
make: Fatal error: Command failed for target `lwlib'

Then I go ahead and use gnu make and everything works fine.  Once I have 
built lwlib, I can go ahead and use Solaris' make.


2) A second make was required to adjust the puresize; here's how it ended up:
    Purespace usage: 785692 of 785708 (100%).
Not too bad.


3) Jareth, I configured with --with-cde=no, and I still ended up with
-I/usr/dt/include and -L/usr/dt/lib.


4) There is a tiny problem in frame-x.c:

--- src/frame-x.c~	Wed Feb 26 22:00:37 1997
+++ src/frame-x.c	Thu Feb 27 08:29:34 1997
@@ -2287,7 +2287,7 @@
 			     XtWindow (FRAME_X_SHELL_WIDGET (f)),
 			     &xwa))
     result = 0;
-#ifdef 0
+#if 0
   /* This is wrong. Under XEmacs visible means "Mapped" not really visible.
      Under virtual window managers this causes freezes. JV
 


vin

