From xemacs-m  Fri Mar 14 13:57:15 1997
Received: from mail.pilot.net (ns.pilot.net [198.232.147.10])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA12979
	for <xemacs-beta@xemacs.org>; Fri, 14 Mar 1997 13:57:07 -0600 (CST)
Received: from cogit.com (unknown-79-101.ergosum.com [206.189.79.101]) by mail.pilot.net with SMTP id LAA10602; Fri, 14 Mar 1997 11:51:30 -0800 (PST)
Received: from carnifex.cogit.com by cogit.com (SMI-8.6/SMI-SVR4)
	id LAA09056; Fri, 14 Mar 1997 11:51:21 -0800
Received: from carnifex.cogit.com by carnifex.cogit.com (SMI-8.6/client-1.3)
	id LAA08686; Fri, 14 Mar 1997 11:51:20 -0800
Message-Id: <199703141951.LAA08686@carnifex.cogit.com>
To: Hajime Saitou <hajime@jsk.t.u-tokyo.ac.jp>
cc: xemacs-beta@xemacs.org
Subject: Re: [XEmacs 20.1 b6] Compile failure OSF1 V3.2 alpha 
In-reply-to: Your message of "Sat, 15 Mar 1997 02:49:58 +0900."
             <199703141749.CAA11489@jsk.t.u-tokyo.ac.jp> 
References: <199703141749.CAA11489@jsk.t.u-tokyo.ac.jp>  
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0"
Content-ID: <8681.858369022.0@carnifex.cogit.com>
Date: Fri, 14 Mar 1997 11:51:19 -0800
From: Chris Dean <ctdean@cogit.com>

------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <8681.858369022.1@carnifex.cogit.com>

Hajime Saitou <hajime@jsk.t.u-tokyo.ac.jp> writes:
> 
> XEmacs-20.1-b6 failed to compile on a DEC Alpha.
> Failure on line 943 of src/console.c using gcc-2.7.2.

[XINT errors]

A patch for this was posted but didn't make it into 20.1-b6.  I
applied this patch and the LIB_TOOLTALK patch to get my OSF V4 to
work.  I can't find the LIB_TOOLTALK patch (I think I just hacked on
Makefile.in.in), but I'll send my diffs if you want.

Regards,
Chris Dean


------- =_aaaaaaaaaa0
Content-Type: message/rfc822

From xemacs-beta-request@xemacs.org  Sat Mar  8 21:08:24 1997
Return-Path: <xemacs-beta-request@xemacs.org>
Received: from mail2.pilot.net by cogit.com (SMI-8.6/SMI-SVR4)
	id VAA01213; Sat, 8 Mar 1997 21:08:23 -0800
Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by mail2.pilot.net with ESMTP id VAA09257 for <ctdean@cogit.com>; Sat, 8 Mar 1997 21:08:18 -0800 (PST)
Received: (from xemacs-m@localhost)
	by xemacs.org (8.8.5/8.8.5) id XAA07372;
	Sat, 8 Mar 1997 23:00:36 -0600 (CST)
Resent-Date: Sat, 8 Mar 1997 23:00:36 -0600 (CST)
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: FAILURE on alpha-dec-osf4.0
References: <kigsp25u2bn.fsf@jagor.srce.hr>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Hrvoje Niksic's message of 09 Mar 1997 05:17:00 +0100
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 08 Mar 1997 21:12:37 -0800
Message-ID: <m2vi71hcmy.fsf@altair.xemacs.org>
Lines: 84
X-Mailer: Gnus v5.4.24/XEmacs 20.1
Resent-Message-ID: <"ISkfO2.0.7p1.pFa8p"@xemacs>
Resent-From: xemacs-beta@xemacs.org
X-Mailing-List: <xemacs-beta@xemacs.org> archive/latest/4268
X-Loop: xemacs-beta@xemacs.org
Precedence: list
Resent-Sender: xemacs-beta-request@xemacs.org
content-length: 1935

Hrvoje Niksic writes:

> I'm afraid this is the result of gnuattach patches, as I got the
> same result when I tried to apply them myself.  I don't know where
> the problem is.  64-bit architecture, maybe?

Yup.

> I removed the `XINT', and it compiled.  Did I muck it up?

Yup.  You need the XINT to remove the tag bits.  There are other
problems with that piece of code.

Try this patch:

Index: src/console.c
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/src/console.c,v
retrieving revision 1.2
diff -u -r1.2 console.c
--- console.c	1997/03/08 23:27:42	1.2
+++ console.c	1997/03/09 05:05:58
@@ -903,6 +903,9 @@
 # endif
 #endif /* BSD */
 }
+#ifdef HAVE_TTY
+extern Lisp_Object Fconsole_tty_controlling_process(Lisp_Object console);
+#endif
 
 DEFUN ("suspend-console", Fsuspend_console, 0, 1, "", /*
 Suspend a console.  For tty consoles, it sends a signal to suspend
@@ -922,6 +925,7 @@
   struct console *c;
   struct gcpro gcpro1;
 
+#ifdef HAVE_TTY
   if (NILP (console))
       console=Fselected_console();
 
@@ -944,6 +948,7 @@
   }
 
   UNGCPRO;
+#endif
   return Qnil;
 }
 
@@ -958,6 +963,7 @@
   struct console *c;
   struct gcpro gcpro1, gcpro2, gcpro3;
 
+#ifdef HAVE_TTY
   GCPRO2 (console, devcons);
 
   c = decode_console(console);
@@ -976,6 +982,7 @@
   }
 
   UNGCPRO;
+#endif
   return Qnil;
 }
 


> NOTE: The LIB_TOOLTALK lossage repeated.

> Puresize stuff works.

Cool.

> NOTE:

> The new logo is great.  However, something is eating up my colors on
> an 8-bit display.  Yes, I did quit netscape, but the problem
> persists.  The toolbar icons are horrible. :-(

Not good.  Did it persist after garbage collection?  I have a strange
feeling about the way images are being displayed now.  I noticed odd
irreproducible behavior browsing about.el in testing.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.


------- =_aaaaaaaaaa0--

