From xemacs-m  Sun Jan  5 19:21:47 1997
Received: from cs.uchicago.edu (alexandria.cs.uchicago.edu [128.135.11.87])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id TAA17915 for <xemacs-beta@xemacs.org>; Sun, 5 Jan 1997 19:21:47 -0600 (CST)
Received: from clientname (localhost [127.0.0.1]) by cs.uchicago.edu (8.8.3/8.7.3) with ESMTP id TAA05471 for <xemacs-beta@xemacs.org>; Sun, 5 Jan 1997 19:21:50 -0600 (CST)
Message-Id: <199701060121.TAA05471@cs.uchicago.edu>
To: xemacs-beta@xemacs.org
Subject: One problem with Irix 6.2
Reply-To: csdayton@cs.uchicago.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <5465.852513706.1@alexandria11>
Date: Sun, 05 Jan 1997 19:21:49 -0600
From: Soren Dayton <csdayton@cs.uchicago.edu>

first, the patch.

diff -c -r1.1 Makefile.in.in
*** 1.1 1997/01/06 01:10:10
--- Makefile.in.in      1997/01/06 01:10:52
***************
*** 310,316 ****
  # elif defined (SPARC)
  #   define SOUND_CFLAGS       C_SWITCH_SITE -I/usr/demo/SOUND
  #   define SOUND_OBJS         sunplay.o
! # elif defined (IRIX4) || defined (IRIX5)
  #   define SOUND_CFLAGS
  #   define SOUND_OBJS         sgiplay.o
  # elif defined (hp9000s800)
--- 310,316 ----
  # elif defined (SPARC)
  #   define SOUND_CFLAGS       C_SWITCH_SITE -I/usr/demo/SOUND
  #   define SOUND_OBJS         sunplay.o
! # elif defined (IRIX4) || defined (IRIX5) || defined (IRIX6)
  #   define SOUND_CFLAGS
  #   define SOUND_OBJS         sgiplay.o
  # elif defined (hp9000s800)

I configured with:


./configure --run-in-place \
	--with-png --with-jpeg --with-mule \
	--use-union-type --debug

which gave me:


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

  Where should the build process find the source code?    /stage/scratch/csdayton/xemacs-20.0-b34
  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?              gcc -O -I/usr/local/include -I/usr/local/gnu/include
  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 /usr/local/gnu/include
  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 native sound support.
  Compiling in support for DBM.
  Compiling in Mule (multi-lingual) support.
  Compiling in XIM (X11R5+ I18N input method) support.
    Using Motif to provide XIM support.
  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.

an additional suggestion:

test for things like libICE and libSM rather than assume it with some
other test.  For some reason 19.14 put those in src/Makefile and I had
to just remove them (Solaris 2.5.1 with X11R5 (or whatever comes iwth
Solaris)) to get things to build.

Soren

