===> Building for DarwinStreamingServer-5.5.5nb18
clang -c -o base64.o   -pipe -Os -include ../PlatformHeader.h -g -Wall  -I. -I.. -I../APIStubLib -I../RTPMetaInfoLib -I../APICommonCode base64.c
clang -c -o GetWord.o   -pipe -Os -include ../PlatformHeader.h -g -Wall  -I. -I.. -I../APIStubLib -I../RTPMetaInfoLib -I../APICommonCode GetWord.c
clang -c -o Trim.o   -pipe -Os -include ../PlatformHeader.h -g -Wall  -I. -I.. -I../APIStubLib -I../RTPMetaInfoLib -I../APICommonCode Trim.c
clang -c -o md5.o   -pipe -Os -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:13: error: expected expression
   ((UInt8 *)&context->buffer[index], (UInt8 *)input, partLen);
            ^
md5.c:163:6: error: use of undeclared identifier 'UInt8'
   ((UInt8 *)&context->buffer[index], (UInt8 *)input, partLen);
     ^
md5.c:163:47: error: expected expression
   ((UInt8 *)&context->buffer[index], (UInt8 *)input, partLen);
                                              ^
md5.c:163:40: error: use of undeclared identifier 'UInt8'
   ((UInt8 *)&context->buffer[index], (UInt8 *)input, partLen);
                                       ^
md5.c:176:11: error: expected expression
 ((UInt8 *)&context->buffer[index], (UInt8 *)&input[i],
          ^
md5.c:176:4: error: use of undeclared identifier 'UInt8'
 ((UInt8 *)&context->buffer[index], (UInt8 *)&input[i],
   ^
md5.c:176:45: error: expected expression
 ((UInt8 *)&context->buffer[index], (UInt8 *)&input[i],
                                            ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** Error code 1

Stop.
bmake: stopped making "all" in /Users/pbulk/build/net/DarwinStreamingServer/work/DarwinStreamingSrvr5.5.5-Source/CommonUtilitiesLib
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/DarwinStreamingServer
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/DarwinStreamingServer