I am using 'Compaq C V6.1-011 on Digital UNIX V5.0 (Rev. 910)'.
I am trying to compile libpcap and am getting these errors:
cc: Error: /usr/include/netinet/in6.h, line 54: Missing type specifier or type qualifier. (missingtype)
uint8_t sa6_addr[16];
--------^
cc: Error: /usr/include/netinet/in6.h, line 56: Missing type specifier or type qualifier. (missingtype)
uint16_t sa6_waddr[8];
--------^
cc: Error: /usr/include/netinet/in6.h, line 58: Missing type specifier or type qualifier. (missingtype)
uint32_t sa6_laddr[4];
--------^
cc: Error: /usr/include/netinet/in6.h, line 61: Missing type specifier or type qualifier. (missingtype)
uint64_t sa6_qaddr[2];
--------^
This happens with anyting that includes in6.h (duh...).
Same thing happen with gcc off of the Open Source CD. I would think
those aliases would be defined somewhere. Anyone fix this problem?
--
Daniel Monjar
Organon Teknika
Durham, NC US
Received on Tue Feb 15 2000 - 16:29:45 NZDT