From xemacs-m  Thu Mar 20 11:25:47 1997
Received: from pallas.spacetec.no (pallas.spacetec.no [192.51.5.92])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA15184
	for <xemacs-beta@xemacs.org>; Thu, 20 Mar 1997 11:25:42 -0600 (CST)
Received: (from tor@localhost) by pallas.spacetec.no (8.7.1/8.7.1) id SAA04437 for xemacs-beta@xemacs.org; Thu, 20 Mar 1997 18:24:53 +0100
Message-Id: <199703201724.SAA04437@pallas.spacetec.no>
From: tor@spacetec.no (Tor Arntsen)
Date: Thu, 20 Mar 1997 18:24:53 +0100
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
To: xemacs-beta@xemacs.org
Subject: 19.15-b101 on IRIX 6.2

IRIX64 IP19 IRIX 6.2
GNU make
SGI CC 6.2

The following patch lets 'make realclean' work:
--- man/auctex/Makefile.orig	Sun Mar  2 04:44:16 1997
+++ man/auctex/Makefile	Wed Mar 19 12:04:21 1997
@@ -78,3 +78,5 @@
 mostlyclean: clean
 
 distclean: clean
+
+realclean: clean

Patched up from b100.  Did chmod a+x on the lisp/we/custom-check file.
The compilation warned about 'Incompatible pointer type assignment'
in emacs.c lines 1673 and 1680, fileio.c lines 4347 and 4355, 
frame-x.c line 745, glyps-x.c lines 444 and 2096, xselect.c lines 1464
and 1466.
These seems to be macros of type GET_STRING_EXT_DATA_ALLOCA,
GET_STRING_FILENAME_DATA_ALLOCA,  GET_STRING_CTEXT_DATA_ALLOCA,
GET_STRING_BINARY_DATA_ALLOCA.
The expansion of these macros isn't exactly easy to read, so I don't
know what it's actually complaining about..

No problems with the executable so far.  It did three runs to get the 
purespace right.

LDFLAGS=-mips2 ./configure \
        --with-gcc=no \
        --cflags="-O2 -mips2 -Olimit 2000" \
        --dynamic \
        --with-xpm \
        --with-png \
        --with-jpeg \
        --with-sound=no \
        --site-includes=/usr/local/include \
        --site-libraries=/usr/local/lib \
        --with-menubars=lucid \
        --with-scrollbars=lucid \
        --with-dialogs=motif \
        --with-tooltalk=no \
        --const-is-losing=no \
        --debug=no \
        --error-checking=none

Configured for `mips-sgi-irix6.2'.

  Where should the build process find the source code?    /tables/test/xemacs-19.15-b100
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/irix6-0.h' and `m/iris4d.h'
  What compiler should XEmacs be built with?              cc -O2 -mips2 -Olimit 2000
  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
  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 GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in support for DBM.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.


Tor

