From xemacs-m  Tue Dec 10 12:42:59 1996
Received: from palrel1.hp.com (palrel1.hp.com [15.253.72.10]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with ESMTP id MAA25080 for <xemacs-beta@xemacs.org>; Tue, 10 Dec 1996 12:42:58 -0600 (CST)
Received: from mordor.rsn.hp.com (mordor.rsn.hp.com [15.99.150.126]) by palrel1.hp.com with ESMTP (8.7.5/8.7.3) id KAA13985; Tue, 10 Dec 1996 10:42:57 -0800 (PST)
Received: (from holder@localhost) by mordor.rsn.hp.com (8.7.1/8.7.1) id MAA08249; Tue, 10 Dec 1996 12:48:57 -0600 (CST)
To: steve@miranova.com
Cc: xemacs-beta@xemacs.org
Subject: HP/UX 10.x compile breaks in b3.
From: Shane Holder <holder@mordor.rsn.hp.com>
Date: 10 Dec 1996 12:48:56 -0600
Message-ID: <fawrakyi6av.fsf@mordor.rsn.hp.com>
Lines: 43
X-Mailer: Red Gnus v0.66/Emacs 19.34


The names of the include files for hpux have been changed in src/s,
and the files that use them did not change.

specifically the hpux<ver>shr.h files have changed to hpux<ver>-shr.h.

The files hpux10.h and hpux9shxr4.h need to have their 

#include "hpux9shr.h" 

changed to

#include "hpux9-shr.h" 
 
I didn't notice any problems with hpux10-shr.h or hpux8-shr.h.

B2:
-r--r--r--   1 holder   tac          5677 Jun  1  1996 hpux.h
-r--r--r--   1 holder   tac          1408 Sep 15 13:30 hpux10.h
-r--r--r--   1 holder   tac           629 Jun  1  1996 hpux10shr.h
-r--r--r--   1 holder   tac          3006 Jun  1  1996 hpux8.h
-r--r--r--   1 holder   tac           451 Jan  7  1996 hpux8shr.h
-r--r--r--   1 holder   tac           273 Jun  1  1996 hpux9-x11r4.h
-r--r--r--   1 holder   tac          2343 Sep 15 13:30 hpux9.h
-r--r--r--   1 holder   tac           874 Sep 15 13:30 hpux9shr.h
-r--r--r--   1 holder   tac           212 Jun  1  1996 hpux9shxr4.h

B3:
-r--r--r--   1 holder   tac          5677 Jun  1  1996 hpux.h
-r--r--r--   1 holder   tac           629 Jun  1  1996 hpux10-shr.h
-r--r--r--   1 holder   tac          1408 Sep 15 13:30 hpux10.h
-r--r--r--   1 holder   tac           451 Jan  7  1996 hpux8-shr.h
-r--r--r--   1 holder   tac          3006 Jun  1  1996 hpux8.h
-r--r--r--   1 holder   tac           874 Sep 15 13:30 hpux9-shr.h
-r--r--r--   1 holder   tac           273 Jun  1  1996 hpux9-x11r4.h
-r--r--r--   1 holder   tac          2343 Sep 15 13:30 hpux9.h
-r--r--r--   1 holder   tac           212 Jun  1  1996 hpux9shxr4.h

-- 
Shane Holder                                 e-mail: holder@rsn.hp.com
Hewlett Packard                               phone:     (214)497-4182
3000 Waterview                       Never underestimate the bandwidth
Richardson, TX 75083                 of a truck moving at 70 MPH.

