From xemacs-m  Mon Jul 14 05:17:26 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id FAA00292
	for <xemacs-beta@xemacs.org>; Mon, 14 Jul 1997 05:17:25 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id DAA24492; Mon, 14 Jul 1997 03:44:37 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id DAA07373; Mon, 14 Jul 1997 03:16:53 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id DAA16196; Mon, 14 Jul 1997 03:16:50 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id DAA01226; Mon, 14 Jul 1997 03:16:49 -0700
Date: Mon, 14 Jul 1997 03:16:49 -0700
Message-Id: <199707141016.DAA01226@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: carney@gvc.dec.com
Cc: xemacs-beta@xemacs.org
Subject: XEmacs Brussels build success on Digital UNIX V4.0B
In-Reply-To: <9707140957.AA32154@fornet.gvc.dec.com>
References: <9707140957.AA32154@fornet.gvc.dec.com>
X-Mailer: VM 6.32 under 20.3 "Sofia" XEmacs  Lucid (beta9)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "Steve" == Steve Carney <carney@gvc.dec.com> writes:

Steve> There was a gcc warning compiling xselect.c on DUNIX due to a
Steve> mistaken pointer comparison.  Here's a patch.

My mistake.  However, a better change than the patch below is to
change the `NULL' to `None', not `0'.

(You are trapped in a twisty maze of nothings, all alike)

Steve Baur: please don't apply this patch - you'll get the fix from me 
before next beta.

Steve> --- src/xselect.c.dist	Mon Jul 14 00:43:03 1997
Steve> +++ src/xselect.c	Mon Jul 14 10:53:11 1997
Steve> @@ -1836,7 +1836,7 @@
Steve>    CHECK_SYMBOL (selection);
Steve>    if (!NILP (Fx_selection_owner_p (selection)))
Steve>      return Qt;
Steve> -  return XGetSelectionOwner (dpy, symbol_to_x_atom (d, selection, 0)) != NULL ?
Steve> +  return XGetSelectionOwner (dpy, symbol_to_x_atom (d, selection, 0)) != 0 ?
Steve>      Qt : Qnil;
Steve>  }
 

Steve> Hardware  : AlphaStation 600
Steve> OS        : Digital UNIX V4.0B (564)
Steve> Compiler  : gcc-2.7.2.2
Steve> Libraries : X11R6, Motif
Steve> XEmacs    : 20.3-b13 (full kit)

Steve> uname -a: OSF1 fornet.gvc.dec.com V4.0 564 alpha

Steve> ./configure  '--prefix=/usr/local/xemacs-20.3-beta' '--with-mule=yes' '--prefix=/usr/local/xemacs-20.3-beta' '--bindir=/usr/local/xemacs-20.3-beta/bin/alpha-dec-osf4.0' '--with-gcc=yes' '--cflags=-g3 -O4' '--rel-alloc=no' '--with-x' '--with-menubars=lucid' '--with-scrollbars=motif' '--with-dialogs=motif'


Steve> Configured for `alpha-dec-osf4.0'.

Steve>   Where should the build process find the source code?    /var/kits/install/xemacs/xemacs-20.3-b13
Steve>   What installation prefix should install use?		  /usr/local/xemacs-20.3-beta
Steve>   What operating system and machine description files should XEmacs use?
Steve>         `s/decosf4-0.h' and `m/alpha.h'
Steve>   What compiler should XEmacs be built with?              gcc -g3 -O4
Steve>   Should XEmacs use the GNU version of malloc?            no
Steve>   (The GNU allocators don't work with this system configuration.)
Steve>   Should XEmacs use the relocating allocator for buffers? no
Steve>   What window system should XEmacs use?                   x11
Steve>   Where do we find X Windows header files?                /usr/dt/include 
Steve>   Where do we find X Windows libraries?                   /usr/dt/lib 
Steve>   Compiling in support for XAUTH.
Steve>   Compiling in support for GIF image conversion.
Steve>   Compiling in support for XPM images.
Steve>   Compiling in support for X-Face message headers.
Steve>   Compiling in support for JPEG image conversion.
Steve>   Compiling in support for PNG image conversion.
Steve>   Compiling in support for Berkeley DB.
Steve>   Compiling in support for GNU DBM.
Steve>   Compiling in Mule (multi-lingual) support.
Steve>   Compiling in support for CDE.
Steve>   Compiling in support for ToolTalk.
Steve>   Using Lucid menubars.
Steve>   Using Motif scrollbars.
Steve>   Using Motif dialog boxes.
Steve>   movemail will use "flock" for locking mail spool files.
Steve>   WARNING: ---------------------------------------------------------
Steve>   WARNING: Compiling in support for runtime error checking.
Steve>   WARNING: XEmacs will run noticeably more slowly as a result.
Steve>   WARNING: Error checking is on by default for XEmacs beta releases.
Steve>   WARNING: ---------------------------------------------------------


Steve> -- 
Steve> Steve Carney        TEL:[41](22)782.90.60  http://www-digital.cern.ch/carney
Steve> carney@gvc.dec.com  FAX:[41](22)782.94.92 


