On Tue, Mar 24, 2009 at 02:27:20PM +0100, Simon Josefsson wrote:
> Eric Blake <e...@byu.net> writes:
> 
> > According to Simon Josefsson on 3/24/2009 1:48 AM:
> >> Albert Chin <bug-gnu...@mlists.thewrittenword.com> 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 (ch...@thewrittenword.com)


Reply via email to