Received: from out-of-band.media.mit.edu (out-of-band.media.mit.edu [18.85.16.22]) by krbdev.mit.edu (8.9.3p2) with ESMTP id CAA24103; Thu, 24 Feb 2005 02:17:57 -0500 (EST) Received: (from foner@localhost) by out-of-band.media.mit.edu (8.9.3/8.9.3/MEDIA) id CAA27564; Thu, 24 Feb 2005 02:17:56 -0500 (EST) Date: Thu, 24 Feb 2005 02:17:56 -0500 (EST) Message-Id: <200502240717.CAA27564@out-of-band.media.mit.edu> From: Lenny Foner To: rt-comment@krbdev.mit.edu In-Reply-To: (rt-comment@krbdev.mit.edu) Subject: [krbdev.mit.edu #2941] krb5-1.4 is unbuildable on HPUX 10.20 Cc: foner-krb5-bugs@media.mit.edu RT-Send-Cc: X-RT-Original-Encoding: iso-8859-1 Content-Length: 864 Date: Thu, 24 Feb 2005 01:00:28 -0500 (EST) From: "Ken Raeburn via RT" On Feb 23, 2005, at 22:10, Lenny Foner via RT wrote: > Did "make distclean; ./configure --disable-thread-support > --disable-shared --enable-static; make". Still no joy. > Blew up again, in a slightly different way, still in threads.c. Looks like it's having trouble finding a 64-bit type. Some of the updates in GSSAPI require 64-bit support. Let me guess... HP-UX 10.20 has stdint.h or inttypes.h, but unlike all of our test systems, doesn't define int64_t in either? Could be; inttypes.h is using a bunch o' macrology and I'm tired & have only looked at it a little right now. For your debugging pleasure, I've just now exported all of /usr/include to http://foner.www.media.mit.edu/people/foner/Sys/usr-include/