Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by krbdev.mit.edu (8.9.3p2) with ESMTP id MAA24347; Thu, 24 Feb 2005 12:42:57 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id j1OHgs2s022662; Thu, 24 Feb 2005 12:42:54 -0500 (EST) Received: from [18.101.0.226] ([18.101.0.226]) (authenticated bits=0) (User authenticated as raeburn@ATHENA.MIT.EDU) by outgoing.mit.edu (8.12.4/8.12.4) with ESMTP id j1OHgl0a000114 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Thu, 24 Feb 2005 12:42:48 -0500 (EST) In-Reply-To: References: MIME-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <97b479b9e2eaa71d7ebd041ac3ba5568@mit.edu> Content-Transfer-Encoding: 7bit From: Ken Raeburn Subject: Re: [krbdev.mit.edu #2941] krb5-1.4 is unbuildable on HPUX 10.20 Date: Thu, 24 Feb 2005 12:42:46 -0500 To: rt@krbdev.mit.edu X-Mailer: Apple Mail (2.619.2) X-Spam-Score: -4.9 X-Spam-Flag: NO X-Scanned-BY: MIMEDefang 2.42 RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 1437 On Feb 24, 2005, at 02:25, Lenny Foner via RT wrote: > ./sys/_inttypes.h:typedef long long int64_t; /* 64-bit signed > integer */ > ./sys/_inttypes.h:typedef unsigned long long uint64_t; /* 64-bit > unsigned integer */ > ./sys/_inttypes.h:typedef long int64_t; /* 64-bit signed integer */ > ./sys/_inttypes.h:typedef unsigned long uint64_t; /* 64-bit unsigned > integer */ > ./sys/_inttypes.h:typedef int64_t intmax_t; /* largest signed > integer supported */ > ./sys/_inttypes.h:typedef uint64_t uintmax_t; /* largest unsigned > integer supported */ > ./sys/_inttypes.h:typedef int64_t int_least64_t; > ./sys/_inttypes.h:typedef int64_t int_fast64_t; > ./sys/_inttypes.h:typedef uint64_t uint_least64_t; > ./sys/_inttypes.h:typedef uint64_t uint_fast64_t; Looks like the full set of C99 size-specific type names are available... > ./inttypes.h:#include ... and inttypes.h should be able to get at them. It may be a question of using the right configuration macros or compiler options to enable either the sys/_inttypes.h inclusion or the 64-bit type definitions; we've run into this bit of annoyance before. Once you're awake enough :-), could you check if any of these are under preprocessor conditional tests? (Or if you want to set up a guest account with some disk space for builds, I could go poke at it a while myself, and try to fix the shared-library support and such also.) Ken