From xemacs-m  Sun Jan 12 13:27:51 1997
Received: from cs.uchicago.edu (alexandria.cs.uchicago.edu [128.135.11.87])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id NAA01017 for <xemacs-beta@xemacs.org>; Sun, 12 Jan 1997 13:27:50 -0600 (CST)
Received: from gargoyle164.cs.uchicago.edu (gargoyle20 [128.135.20.100]) by cs.uchicago.edu (8.8.3/8.7.3) with ESMTP id NAA20678 for <xemacs-beta@xemacs.org>; Sun, 12 Jan 1997 13:27:52 -0600 (CST)
Received: (from csdayton@localhost) by gargoyle164.cs.uchicago.edu (8.8.3/8.7.3) id NAA13525; Sun, 12 Jan 1997 13:27:51 -0600 (CST)
To: xemacs-beta@xemacs.org
Subject: mostly successful build report
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
From: Soren Dayton <csdayton@cs.uchicago.edu>
Date: 12 Jan 1997 13:27:50 -0600
Message-ID: <xcdiv52y9qh.fsf@gargoyle164.cs.uchicago.edu>
Lines: 64
X-Mailer: Gnus v5.2.40/XEmacs 20.0


Solaris 2.5:

/scratch/csdayton/xemacs-20.0-b90/configure 
--with-gnu-make 
--run-in-place 
--srcdir=/scratch/csdayton/xemacs-20.0-b90 
--dynamic=yes 
--debug 
--with-mule 
--use-union-type 
--prefix=/opt/local/ 
--with-tooltalk 
--with-sparcworks 
--x-libraries=/usr/openwin/lib 
--x-includes=/usr/openwin/include 
--site-includes="/opt/local/include /usr/dt/include" 
--site-libraries="/opt/local/lib /usr/dt/lib"

Configured for `sparc-sun-solaris2.5'.
 
  Where should the build process find the source code?    /scratch/csdayton/xema
cs-20.0-b90
  What installation prefix should install use?      /opt/local/
  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 -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:                                /opt/local/include /us
r/dt/include
  Additional libraries:                                   /opt/local/lib /usr/dt
/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 native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for DBM.
  Compiling in support for ToolTalk.
  Compiling in Mule (multi-lingual) support.
  Compiling in XIM (X11R5+ I18N input method) support.
    Using Motif to provide XIM support.
  Compiling in support for SparcWorks.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.
  Using the union type for Lisp_Objects.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

which looks correct, but when I tried it with `--const-is-losing=no'
there were some errors in sys_execvp in sysdep.c about assigning to
non-lvalues. there was a `(path) = .......' in the macro but I do not
fully understand what is going on there.  In any case, it went away with
turning off const.

Soren

