From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: hppa1.1-hp-hpux10.20 is considered to be obsolete Date: Thu, 10 Apr 2008 20:16:36 -0700 Message-ID: <200804110316.m3B3GaZD024474@sallyv1.ics.uci.edu> References: <20080411022807.GA9393@tw.il.thewrittenword.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207883998 4135 80.91.229.12 (11 Apr 2008 03:19:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2008 03:19:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Peter O'Gorman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 11 05:20:31 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jk9oU-0007Km-5U for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 05:20:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jk9nq-0002UQ-99 for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 23:19:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jk9nl-0002TA-40 for emacs-devel@gnu.org; Thu, 10 Apr 2008 23:19:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jk9nj-0002Sf-Ev for emacs-devel@gnu.org; Thu, 10 Apr 2008 23:19:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jk9nj-0002SZ-8w for emacs-devel@gnu.org; Thu, 10 Apr 2008 23:19:43 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Jk9nj-0008Uk-Cp for emacs-devel@gnu.org; Thu, 10 Apr 2008 23:19:43 -0400 X-ICS-MailScanner-Watermark: 1208488598.29463@mKRwe3PTGFI8Z6lSHysjGA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m3B3GaZD024474; Thu, 10 Apr 2008 20:16:36 -0700 (PDT) In-Reply-To: <20080411022807.GA9393@tw.il.thewrittenword.com> (Peter O'Gorman's message of "Thu, 10 Apr 2008 21:28:07 -0500") Original-Lines: 21 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_GT 0.08) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94932 Archived-At: "Peter O'Gorman" writes: > Hi, > > We are updating our emacs-22.1 packages to 22.2 and noticed that one > of the systems that we build on is planned to be desupported. > > We still build and run latest emacs (with gtk etc) on HP-UX 10.20. OK, it's not on the list anymore. Can you please also verify if emacs builds and runs correctly if you remove these lines: #define XUINT(a) (((unsigned)(a) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS) #define XSET(var, type, ptr) \ ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS)) from emacs/src/m/hp800.h ?