bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building strtoull on HP-UX 10.20 requires stdint which is not includ


From: Albert Chin
Subject: Re: Building strtoull on HP-UX 10.20 requires stdint which is not included
Date: Tue, 24 Mar 2009 14:39:16 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Mar 24, 2009 at 02:27:20PM +0100, Simon Josefsson wrote:
> Eric Blake <address@hidden> writes:
> 
> > According to Simon Josefsson on 3/24/2009 1:48 AM:
> >> Albert Chin <address@hidden> writes:
> >> 
> >>> With latest gnulib on HP-UX 10.20:
> >>>   $ ./gnulib-tool --create-testdir --dir=t strtoull
> >>>   $ cd t
> >>>   $ ./configure
> >>>   ...
> >>>   $ gmake
> >>>   ...
> >>>   source='dummy.c' object='dummy.o' libtool=no \
> >>>   DEPDIR=.deps depmode=hp /bin/sh ../build-aux/depcomp \
> >>>   cc -Ae -DHAVE_CONFIG_H -I. -I..     -g -c dummy.c
> >>>   source='strtoull.c' object='strtoull.o' libtool=no \
> >>>   DEPDIR=.deps depmode=hp /bin/sh ../build-aux/depcomp \
> >>>   cc -Ae -DHAVE_CONFIG_H -I. -I..     -g -c strtoull.c
> >>>   cpp: "stdlib.h", line 52: error 4036: Can't open include file 
> >>> 'stdint.h'.
> >
> > That's weird.  Line 52 of stdlib.in.h is #include <stdint.h>, so how is
> > that failing to find the system's stdint.h?
> 
> Maybe HP-UX 10.20 doesn't have a stdint.h.

Correct.

-- 
albert chin (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]