From xemacs-m  Tue Jun 24 00:00:49 1997
Received: from cs.sunysb.edu (sbcs.sunysb.edu [130.245.1.15])
	by xemacs.org (8.8.5/8.8.5) with SMTP id AAA13712
	for <xemacs-beta@xemacs.org>; Tue, 24 Jun 1997 00:00:49 -0500 (CDT)
Received: from sbkifer.cs.sunysb.edu (sbkifer.cs.sunysb.edu [130.245.1.35]) by cs.sunysb.edu (8.6.12/8.6.9) with SMTP id BAA27048 for <xemacs-beta@xemacs.org>; Tue, 24 Jun 1997 01:00:19 -0400
Message-Id: <199706240500.BAA27048@cs.sunysb.edu>
X-Authentication-Warning: sbcs.cs.sunysb.edu: Host sbkifer.cs.sunysb.edu didn't use HELO protocol
From: kifer@CS.SunySB.EDU (Michael Kifer)
To: xemacs-beta@xemacs.org
Subject: b8 configure still broken for sparc-sun-sunos4.1.3_U1
Date: Tue, 24 Jun 1997 01:00:17 -0400
Sender: kifer@CS.SunySB.EDU



Compilation fails at the very beginning with:

    gcc -g -O2 -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /home/facfs1/kifer/sbk/xemacs-20.3-b8/lib-src/profile.c  -Xlinker -Bstatic -L/usr/X11R6/lib -lkvm -lm -o profile
    /home/facfs1/kifer/sbk/xemacs-20.3-b8/lib-src/profile.c: In function `reset_watch':
    /home/facfs1/kifer/sbk/xemacs-20.3-b8/lib-src/profile.c:51: too few arguments to function `gettimeofday'
    /home/facfs1/kifer/sbk/xemacs-20.3-b8/lib-src/profile.c: In function `get_time':
    /home/facfs1/kifer/sbk/xemacs-20.3-b8/lib-src/profile.c:64: too few arguments to function `gettimeofday'
    *** Error code 1

Configure seems to be more broken than before for sparc-sun-sunos4.1.3_U1.
It now fails to recognize XPM and compilation fails from the outset.
Previous bettas were more charitable by allowing compilation to proceed til
the end (and then fail :-)


	--michael  

uname -a: SunOS sbkifer 4.1.3_U1 1 sun4m

configure  '--with-x11' '--extra-verbose' '--error-checking=none' '--with-gif' '--with-jpeg' '--with-mule' '--with-xface' '--prefix=/home/sbkifer/xemacs' '--x-includes=/usr/X11R6/include' '--x-libraries=/usr/X11R6/lib'


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

  Where should the build process find the source code?    /home/facfs1/kifer/sbk/xemacs-20.3-b8
  What installation prefix should install use?		  /home/sbkifer/xemacs
  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 -g -O2
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? default
  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
  No Xmu; substituting equivalent routines.
  Compiling in support for GIF image conversion.
  --------------------------------------------------------------------
  WARNING: Compiling without XPM support.
  WARNING: You should strongly considering installing XPM.
  WARNING: Otherwise toolbars and other graphics will look suboptimal.
  --------------------------------------------------------------------
  Compiling in support for X-Face message headers.
  Compiling in support for JPEG image conversion.
  Compiling in Mule (multi-lingual) support.
  Using Lucid menubars.
  Using Lucid scrollbars.
  movemail will use "dot-locking" for locking mail spool files.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

