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

2009-03-24 Thread Simon Josefsson
Bruno Haible writes: > Simon Josefsson wrote: >> > Usually, if you're going to replace stdlib.h, the cost of replacing other >> > headers is not much more. I don't think we need a separate module. >> >> The only reason would be if someone wanted to use stdlib.in.h from >> gnulib and would not w

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

2009-03-24 Thread Bruno Haible
Simon Josefsson wrote: > > Usually, if you're going to replace stdlib.h, the cost of replacing other > > headers is not much more. I don't think we need a separate module. > > The only reason would be if someone wanted to use stdlib.in.h from > gnulib and would not want to use stdint.in.h from gn

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

2009-03-24 Thread Simon Josefsson
Eric Blake writes: +++ b/modules/stdlib @@ -9,6 +9,7 @@ Depends-on: include_next link-warning unistd +stdint >>> Depending on what else we find, this seems like it is part of the solution >>> to me. >> >> Right. > > Let's go with that for now. Are you going to c

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

2009-03-24 Thread Albert Chin
On Tue, Mar 24, 2009 at 02:27:20PM +0100, Simon Josefsson wrote: > Eric Blake writes: > > > According to Simon Josefsson on 3/24/2009 1:48 AM: > >> Albert Chin writes: > >> > >>> With latest gnulib on HP-UX 10.20: > >>> $ ./gnulib-tool --create-testdir --dir=t strtoull > >>> $ cd t > >>>

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

2009-03-24 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Simon Josefsson on 3/24/2009 7:27 AM: >> that failing to find the system's stdint.h? > > Maybe HP-UX 10.20 doesn't have a stdint.h. Ah. That explains it. > I don't think so: struct random_data belongs in stdlib.h. Agreed. >>> +++ b/m

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

2009-03-24 Thread Simon Josefsson
Eric Blake writes: > According to Simon Josefsson on 3/24/2009 1:48 AM: >> Albert Chin writes: >> >>> With latest gnulib on HP-UX 10.20: >>> $ ./gnulib-tool --create-testdir --dir=t strtoull >>> $ cd t >>> $ ./configure >>> ... >>> $ gmake >>> ... >>> source='dummy.c' object='dumm

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

2009-03-24 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Simon Josefsson on 3/24/2009 1:48 AM: > Albert Chin writes: > >> With latest gnulib on HP-UX 10.20: >> $ ./gnulib-tool --create-testdir --dir=t strtoull >> $ cd t >> $ ./configure >> ... >> $ gmake >> ... >> source='dummy.c

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

2009-03-24 Thread Simon Josefsson
Albert Chin 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_C