=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for DarwinStreamingServer-5.5.5nb6 cc -c -o base64.o -O2 -march=i586 -I/usr/pkg/include -include ../PlatformHeader.h -g -Wall -I. -I.. -I../APIStubLib -I../RTPMetaInfoLib -I../APICommonCode base64.c cc -c -o GetWord.o -O2 -march=i586 -I/usr/pkg/include -include ../PlatformHeader.h -g -Wall -I. -I.. -I../APIStubLib -I../RTPMetaInfoLib -I../APICommonCode GetWord.c cc -c -o Trim.o -O2 -march=i586 -I/usr/pkg/include -include ../PlatformHeader.h -g -Wall -I. -I.. -I../APIStubLib -I../RTPMetaInfoLib -I../APICommonCode Trim.c cc -c -o md5.o -O2 -march=i586 -I/usr/pkg/include -include ../PlatformHeader.h -g -Wall -I. -I.. -I../APIStubLib -I../RTPMetaInfoLib -I../APICommonCode md5.c In file included from md5.c:56: In file included from ./md5.h:59: ./OSHeaders.h:410:9: error: unknown type name 'SInt32' typedef SInt32 OS_Error; ^ In file included from md5.c:56: ./md5.h:67:3: error: unknown type name 'UInt32' UInt32 state[4]; /* state (ABCD) */ ^ ./md5.h:68:3: error: unknown type name 'UInt32' UInt32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ ^ md5.c:78:27: error: unknown type name 'UInt32' static void MD5Transform (UInt32 state[4], unsigned char block[64]); ^ md5.c:79:44: error: unknown type name 'UInt32' static void Encode (unsigned char *output, UInt32 *input, unsigned int len); ^ md5.c:80:21: error: unknown type name 'UInt32' static void Decode (UInt32 *output, unsigned char *input, unsigned int len); ^ md5.c:81:25: error: unknown type name 'UInt8' static void MD5_memcpy (UInt8 * output, UInt8 * input, unsigned int len); ^ md5.c:81:41: error: unknown type name 'UInt8' static void MD5_memcpy (UInt8 * output, UInt8 * input, unsigned int len); ^ md5.c:82:25: error: unknown type name 'UInt8' static void MD5_memset (UInt8 * output, int value, unsigned int len); ^ md5.c:152:31: error: use of undeclared identifier 'UInt32' if ((context->count[0] += ((UInt32)inputLen << 3)) ^ md5.c:153:8: error: use of undeclared identifier 'UInt32' < ((UInt32)inputLen << 3)) ^ md5.c:155:26: error: use of undeclared identifier 'UInt32' context->count[1] += ((UInt32)inputLen >> 29); ^ md5.c:163:6: error: use of undeclared identifier 'UInt8' ((UInt8 *)&context->buffer[index], (UInt8 *)input, partLen); ^ md5.c:163:13: error: expected expression ((UInt8 *)&context->buffer[index], (UInt8 *)input, partLen); ^ md5.c:176:4: error: use of undeclared identifier 'UInt8' ((UInt8 *)&context->buffer[index], (UInt8 *)&input[i], ^ md5.c:176:11: error: expected expression ((UInt8 *)&context->buffer[index], (UInt8 *)&input[i], ^ md5.c:205:16: error: use of undeclared identifier 'UInt8' MD5_memset ((UInt8 *)context, 0, sizeof (*context)); ^ md5.c:205:23: error: expected expression MD5_memset ((UInt8 *)context, 0, sizeof (*context)); ^ md5.c:210:27: error: unknown type name 'UInt32' static void MD5Transform (UInt32 state[4], unsigned char block[64]) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/DarwinStreamingServer/work/DarwinStreamingSrvr5.5.5-Source/CommonUtilitiesLib *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/DarwinStreamingServer *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/DarwinStreamingServer