From xemacs-m  Sun May 18 05:24:10 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id FAA01748
	for <xemacs-beta@xemacs.org>; Sun, 18 May 1997 05:24:08 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id MAA10767; Sun, 18 May 1997 12:24:08 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: 20.3-b1: SUCCESS (with tweaking) on sparc-sun-solaris2.5
X-Save-Project-Gutenberg: <URL:http://www.promo.net/pg/nl/pgny_nov96.html>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 18 May 1997 12:24:07 +0200
Message-ID: <kigk9kxw01k.fsf@jagor.srce.hr>
Lines: 61
X-Mailer: Gnus v5.4.52/XEmacs 20.2

The compilation broke because lisp.h tests for LONGBITS, which is in
turn defined in terms of SIZEOF_LONG, which ends up being #defined to
0 in config.h.  I have no idea why.

The excerpt from config.status says:

${ac_dA}SIZEOF_SHORT${ac_dB}SIZEOF_SHORT${ac_dC}0${ac_dD}
${ac_uA}SIZEOF_SHORT${ac_uB}SIZEOF_SHORT${ac_uC}0${ac_uD}
${ac_eA}SIZEOF_SHORT${ac_eB}SIZEOF_SHORT${ac_eC}0${ac_eD}
${ac_dA}SIZEOF_INT${ac_dB}SIZEOF_INT${ac_dC}0${ac_dD}
${ac_uA}SIZEOF_INT${ac_uB}SIZEOF_INT${ac_uC}0${ac_uD}
${ac_eA}SIZEOF_INT${ac_eB}SIZEOF_INT${ac_eC}0${ac_eD}
${ac_dA}SIZEOF_LONG${ac_dB}SIZEOF_LONG${ac_dC}0${ac_dD}
${ac_uA}SIZEOF_LONG${ac_uB}SIZEOF_LONG${ac_uC}0${ac_uD}
${ac_eA}SIZEOF_LONG${ac_eB}SIZEOF_LONG${ac_eC}0${ac_eD}

uname -a: Linux altair.xemacs.org 2.0.30 #3 Wed Apr 9 17:35:04 PDT 1997 i586

./configure  '--cflags=-m486 -O4 -fno-strength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fomit-frame-pointer' '--with-sound=no' '--error-checking=none' '--debug=no' '--with-mule=yes' '--with-dialogs=athena3d' '--with-scrollbars=athena3d' '--with-wnn=yes' '--use-union-type=yes' '--with-xim=no' '--site-includes=/usr/X11R6/include/wnn'


uname -a: SunOS jagor.srce.hr 5.5 Generic_103093-08 sun4m sparc SUNW,SPARCstation-20

./configure 


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

  Where should the build process find the source code?    /home/srce/hniksic/work/xemacs/20.3/xemacs-20.3-b1
  What installation prefix should install use?		  /usr/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?              gcc  -g -O 
  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/dt/include /usr/openwin/include
  Where do we find X Windows libraries?                   /usr/dt/lib /usr/openwin/lib
  Runtime library search path:                            /usr/dt/lib:/usr/openwin/lib:/opt/SUNWdt/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  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 GNU DBM.
  Compiling in support for CDE.
  Compiling in support for ToolTalk.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.




-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
* Vi is the God of editors.
* Emacs is the editor of Gods.

