search for: typedefnotdef

Displaying 2 results from an estimated 2 matches for "typedefnotdef".

2002 Jun 05
0
Build problems with 3.2.3p1 under Tru64 UNIX 4.0D
...nclude -I. -I.. -I. -I./.. -I/opt/TWWfsw/libopenssl09s/include -I/opt/TWWfsw/zlib11s/include -DHAVE_CONFIG_H -c bsd-arc4random.c cc: Error: ../defines.h, line 151: In this declaration, "uint8_t" appears to be used as if it named a type, but there is no declared type of that name visible. (typedefnotdef) typedef uint8_t u_int8_t; --------^ cc: Error: ../defines.h, line 152: In this declaration, "uint16_t" appears to be used as if it named a type, but there is no declared type of that name visible. (typedefnotdef) typedef uint16_t u_int16_t; --------^ The patch below fixes this. This pat...
2002 Jun 06
0
[Bug 267] New: Build problems with 3.2.3p1 under Tru64 UNIX 4.0D
...nclude -I. -I.. -I. -I./.. -I/opt/TWWfsw/libopenssl09s/include -I/opt/TWWfsw/zlib11s/include -DHAVE_CONFIG_H -c bsd-arc4random.c cc: Error: ../defines.h, line 151: In this declaration, "uint8_t" appears to be used as if it named a type, but there is no declared type of that name visible. (typedefnotdef) typedef uint8_t u_int8_t; --------^ cc: Error: ../defines.h, line 152: In this declaration, "uint16_t" appears to be used as if it named a type, but there is no declared type of that name visible. (typedefnotdef) typedef uint16_t u_int16_t; --------^ The patch below fixes this. This pat...