From xemacs-m  Mon Feb 17 10:54:57 1997
Received: from cdc.noaa.gov (manager.Colorado.EDU [128.138.218.210])
	by xemacs.org (8.8.5/8.8.5) with SMTP id KAA20996
	for <xemacs-beta@xemacs.org>; Mon, 17 Feb 1997 10:54:56 -0600 (CST)
Received: from suomi by cdc.noaa.gov (SMI-8.6/SMI-SVR4)
	id JAA15397; Mon, 17 Feb 1997 09:54:56 -0700
Received: by suomi (SMI-8.6) id JAA12403; Mon, 17 Feb 1997 09:54:56 -0700
Sender: mdb@cdc.noaa.gov
To: XEmacs beta-list <xemacs-beta@xemacs.org>
Subject: [20.1-b1] Success under Solaris-2.5/X11R6.3
Organization: CIRES, University of Colorado
X-Attribution: mb
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: Mark Borges <mdb@cdc.noaa.gov>
Date: 17 Feb 1997 09:54:54 -0700
Message-ID: <vkk9o7jrtt.fsf@cdc.noaa.gov>
Lines: 65
X-Mailer: Gnus v5.4.12/XEmacs 20.1


...aside from known doc-string lossage.

Purespace usage: 806284 of 820000 (98% -- 13k wasted).

I also compiled with Motif dialogs for a change, and am seeing the
following warnings for the first time (although this could be purely
coincidental):

----------------------------------------------------------------------
"./xmprimitivep.h", line 30: warning: undefining __STDC__
"./xmprimitivep.h", line 30: warning: undefining __STDC__
"/usr/local/x11r6.3/include/X11/Shell.h", line 119: warning: macro redefined: XtNiconic
"/usr/local/x11r6.3/include/X11/Shell.h", line 120: warning: macro redefined: XtCIconic
"/usr/local/x11r6.3/include/X11/Shell.h", line 123: warning: macro redefined: XtNgeometry
"/usr/local/x11r6.3/include/X11/Shell.h", line 124: warning: macro redefined: XtCGeometry
"./xmprimitivep.h", line 30: warning: undefining __STDC__
"/usr/local/x11r6.3/include/X11/Shell.h", line 119: warning: macro redefined: XtNiconic
"/usr/local/x11r6.3/include/X11/Shell.h", line 120: warning: macro redefined: XtCIconic
"/usr/local/x11r6.3/include/X11/Shell.h", line 123: warning: macro redefined: XtNgeometry
"/usr/local/x11r6.3/include/X11/Shell.h", line 124: warning: macro redefined: XtCGeometry
"./xmprimitivep.h", line 30: warning: undefining __STDC__
"./xmmanagerp.h", line 30: warning: undefining __STDC__
----------------------------------------------------------------------

The redefinitions appear to be minor (harmless?), e.g., in `Shell.h':

  #define XtCIconic "Iconic"

vs., in `src/EmacsFrame.h':

  #ifndef XtCIconic
  #define XtCIconic (String) "Iconic"
  #endif

Configured for `sparc-sun-solaris2.5'.

  Where should the build process find the source code?    /tmp/mdb/xemacs-20.1-b1
  What installation prefix should install use?		  /home/mdb/gnu
  What operating system and machine description files should XEmacs use?
        `s/sol2-5.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              cc -xO2
  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/local/x11r6.3/include
  Where do we find X Windows libraries?                   /usr/local/x11r6.3/lib
  Additional header files:                                /usr/local/include
  Additional libraries:                                   /usr/local/lib
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  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 Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in support for ToolTalk.
  Compiling in support for SparcWorks.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.

-- 
  -mb-

