defining uint64_t, etc., during configure

Brian Lewis brian at monetra.com
Thu Apr 29 00:05:21 MSD 2010


On Wednesday, 28.04.10 at 23:51, Igor Sysoev wrote:
> Well, here is a new patch.

Thank you.

creating objs/Makefile
checking for int size ... 4 bytes
checking for long size ... 4 bytes
checking for long long size ... 8 bytes
checking for void * size ... 4 bytes
checking for int64_t ... int64_t not found, long used
checking for uint64_t ... uint64_t not found u_int64_t:unsigned not found, long used
checking for sig_atomic_t ... found
checking for sig_atomic_t size ... 4 bytes
checking for socklen_t ... socklen_t not found, int used
checking for in_addr_t ... in_addr_t not found uint32_t not found
./configure: error: can not define in_addr_t

No definition for in_addr_t exists anywhere in /usr/include.



More information about the nginx mailing list