[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Building strtoull on HP-UX 10.20 requires stdint which is not included
From: |
Albert Chin |
Subject: |
Building strtoull on HP-UX 10.20 requires stdint which is not included |
Date: |
Mon, 23 Mar 2009 23:14:55 -0500 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
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'.
gmake[4]: *** [strtoull.o] Error 1
--
albert chin (address@hidden)
- Building strtoull on HP-UX 10.20 requires stdint which is not included,
Albert Chin <=