===> Building for vic-devel-2.8.1.4.0beta.4337nb22 (cd codec/tmndec; /opt/pkg/bin/bmake CC=clang CCOPT="-O2" -f Makefile.lib) clang -O2 -DVIC -I/opt/pkg/include -c tmndec.c tmndec.c:501:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf (stderr, text); ^~~~ tmndec.c:501:20: note: treat the string as an argument to avoid this fprintf (stderr, text); ^ "%s", 1 warning generated. clang -O2 -DVIC -I/opt/pkg/include -c getpic.c clang -O2 -DVIC -I/opt/pkg/include -c getvlc.c clang -O2 -DVIC -I/opt/pkg/include -c gethdr.c clang -O2 -DVIC -I/opt/pkg/include -c getblk.c getblk.c:106:8: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] extern MQ_chroma_QP_table[]; ~~~~~~ ^ int 1 warning generated. clang -O2 -DVIC -I/opt/pkg/include -c getbits.c clang -O2 -DVIC -I/opt/pkg/include -c store.c store.c:170:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void store_yuv_append (outname, src, offset, incr, height) ^ 1 warning generated. clang -O2 -DVIC -I/opt/pkg/include -c recon.c clang -O2 -DVIC -I/opt/pkg/include -c idct.c clang -O2 -DVIC -I/opt/pkg/include -c idctref.c clang -O2 -DVIC -I/opt/pkg/include -c sac.c rm -f libh263.a ar rc libh263.a tmndec.o getpic.o getvlc.o gethdr.o getblk.o getbits.o store.o recon.o idct.o idctref.o sac.o ranlib libh263.a (cd codec/tmn-x; /opt/pkg/bin/bmake CC=clang CCOPT="-O2" ) clang -O2 -DVIC -I/opt/pkg/include -c main.c clang -O2 -DVIC -I/opt/pkg/include -c io.c clang -O2 -DVIC -I/opt/pkg/include -c dct.c clang -O2 -DVIC -I/opt/pkg/include -c coder.c clang -O2 -DVIC -I/opt/pkg/include -c quant.c clang -O2 -DVIC -I/opt/pkg/include -c mot_est.c clang -O2 -DVIC -I/opt/pkg/include -c pred.c clang -O2 -DVIC -I/opt/pkg/include -c snr.c clang -O2 -DVIC -I/opt/pkg/include -c countbit.c clang -O2 -DVIC -I/opt/pkg/include -c putbits.c putbits.c:101:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf (tf, bitstring); ^~~~~~~~~ putbits.c:101:20: note: treat the string as an argument to avoid this fprintf (tf, bitstring); ^ "%s", 1 warning generated. clang -O2 -DVIC -I/opt/pkg/include -c ratectrl.c clang -O2 -DVIC -I/opt/pkg/include -c sac.c clang -O2 -DVIC -I/opt/pkg/include -c putvlc.c clang -O2 -DVIC -I/opt/pkg/include -c intra_pred.c clang -O2 -DVIC -I/opt/pkg/include -c filter.c clang -O2 -DVIC -I/opt/pkg/include -c malloc_debug.c rm -f libh263coder.a ar rc libh263coder.a main.o io.o dct.o coder.o quant.o mot_est.o pred.o snr.o countbit.o putbits.o ratectrl.o sac.o putvlc.o intra_pred.o filter.o malloc_debug.o ranlib libh263coder.a rm -f net/inet.o; clang -o net/inet.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. net/inet.c rm -f net/inet6.o; clang -o net/inet6.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. net/inet6.c net/inet6.c:74:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (i = getaddrinfo(hostname, NULL, &hints, &ai)) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net/inet6.c:74:11: note: place parentheses around the assignment to silence this warning if (i = getaddrinfo(hostname, NULL, &hints, &ai)) { ^ ( ) net/inet6.c:74:11: note: use '==' to turn this assignment into an equality comparison if (i = getaddrinfo(hostname, NULL, &hints, &ai)) { ^ == 1 warning generated. rm -f codec/cellb_tables.o; clang -o codec/cellb_tables.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/cellb_tables.c rm -f tkStripchart.o; clang -o tkStripchart.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. tkStripchart.c tkStripchart.c:412:10: warning: 'result' is deprecated [-Wdeprecated-declarations] interp->result = Tk_PathName(StripchartPtr->tkwin); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ tkStripchart.c:468:20: warning: 'result' is deprecated [-Wdeprecated-declarations] sprintf(interp->result, "%g", ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ tkStripchart.c:468:20: warning: 'result' is deprecated [-Wdeprecated-declarations] sprintf(interp->result, "%g", ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ 3 warnings generated. rm -f md5c.o; clang -o md5c.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. md5c.c md5c.c:99:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Init (context) ^ In file included from md5c.c:27: ./md5.h:37:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void MD5Init PROTO_LIST ((MD5_CTX *)); ^ md5c.c:137:4: warning: passing arguments to 'MD5_memcpy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ((POINTER)&context->buffer[index], (POINTER)input, partLen); ^ md5c.c:138:15: warning: passing arguments to 'MD5Transform' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Transform (context->state, context->buffer); ^ md5c.c:141:17: warning: passing arguments to 'MD5Transform' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Transform (context->state, &input[i]); ^ md5c.c:150:2: warning: passing arguments to 'MD5_memcpy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ((POINTER)&context->buffer[index], (POINTER)&input[i], ^ md5c.c:115:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Update (context, input, inputLen) ^ In file included from md5c.c:27: ./md5.h:38:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void MD5Update PROTO_LIST ^ md5c.c:165:10: warning: passing arguments to 'Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Encode (bits, context->count, 8); ^ md5c.c:176:10: warning: passing arguments to 'Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Encode (digest, context->state, 16); ^ md5c.c:180:14: warning: passing arguments to 'MD5_memset' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5_memset ((POINTER)context, 0, sizeof (*context)); ^ md5c.c:157:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Final (digest, context) ^ In file included from md5c.c:27: ./md5.h:40:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *)); ^ md5c.c:191:10: warning: passing arguments to 'Decode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Decode (x, block, 64); ^ md5c.c:272:14: warning: passing arguments to 'MD5_memset' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5_memset ((POINTER)x, 0, sizeof (x)); ^ md5c.c:185:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void MD5Transform (state, block) ^ md5c.c:48:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void MD5Transform PROTO_LIST ((UINT4 [4], unsigned char [64])); ^ md5c.c:278:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Encode (output, input, len) ^ md5c.c:49:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Encode PROTO_LIST ^ md5c.c:296:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Decode (output, input, len) ^ md5c.c:51:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Decode PROTO_LIST ^ md5c.c:311:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void MD5_memcpy (output, input, len) ^ md5c.c:53:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void MD5_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int)); ^ md5c.c:324:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void MD5_memset (output, value, len) ^ md5c.c:54:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int)); ^ 25 warnings generated. rm -f random.o; clang -o random.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. random.c rm -f codec/h263/h263rtp.o; clang -o codec/h263/h263rtp.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/h263rtp.c rm -f codec/h263/h263dec.o; clang -o codec/h263/h263dec.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/h263dec.c rm -f codec/h263/bitIn.o; clang -o codec/h263/bitIn.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/bitIn.c rm -f codec/h263/input.o; clang -o codec/h263/input.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/input.c rm -f codec/h263/getgob.o; clang -o codec/h263/getgob.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/getgob.c codec/h263/getgob.c:1686:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void _find_bidir_limits(vec, start, stop, nhv) ^ codec/h263/getgob.c:1697:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void _find_bidir_chroma_limits(vec, start, stop) ^ codec/h263/getgob.c:1710:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void make_edge_image(src,dst,width,height,edge) ^ 3 warnings generated. rm -f codec/h263/reconh263.o; clang -o codec/h263/reconh263.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/reconh263.c rm -f codec/h263/recon.o; clang -o codec/h263/recon.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/recon.c codec/h263/recon.c:137:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void recon_comp(src,dst,lx,lx2,w,h,x,y,dx,dy,chroma) ^ codec/h263/recon.c:183:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void rec(s,d,lx,lx2,h) ^ codec/h263/recon.c:212:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void recc(s,d,lx,lx2,h) ^ codec/h263/recon.c:233:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void reco(s,d,lx,lx2,addflag,c,xa,xb,ya,yb) ^ codec/h263/recon.c:265:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void rech(s,d,lx,lx2,h) ^ codec/h263/recon.c:299:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void rechc(s,d,lx,lx2,h) ^ codec/h263/recon.c:325:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void recho(s,d,lx,lx2,addflag,c,xa,xb,ya,yb) ^ codec/h263/recon.c:360:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void recv(s,d,lx,lx2,h) ^ codec/h263/recon.c:394:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void recvc(s,d,lx,lx2,h) ^ codec/h263/recon.c:421:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void recvo(s,d,lx,lx2,addflag,c,xa,xb,ya,yb) ^ codec/h263/recon.c:459:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void rec4(s,d,lx,lx2,h) ^ codec/h263/recon.c:495:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void rec4c(s,d,lx,lx2,h) ^ codec/h263/recon.c:523:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void rec4o(s,d,lx,lx2,addflag,c,xa,xb,ya,yb) ^ 13 warnings generated. rm -f codec/h263/getvlc.o; clang -o codec/h263/getvlc.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/getvlc.c rm -f codec/h263/getblk.o; clang -o codec/h263/getblk.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/getblk.c rm -f codec/h263/h263enc.o; clang -o codec/h263/h263enc.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/h263enc.c rm -f codec/h263/motion.o; clang -o codec/h263/motion.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/motion.c rm -f codec/h263/block.o; clang -o codec/h263/block.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/block.c rm -f codec/h263/bitOut.o; clang -o codec/h263/bitOut.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/bitOut.c rm -f codec/h263/h263mux.o; clang -o codec/h263/h263mux.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/h263mux.c rm -f codec/h263/idctdec.o; clang -o codec/h263/idctdec.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/idctdec.c codec/h263/idctdec.c:92:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void idctrow(blk) ^ codec/h263/idctdec.c:154:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void idctcol(blk) ^ codec/h263/idctdec.c:209:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void _idct(block) ^ 3 warnings generated. rm -f codec/h263/fdct.o; clang -o codec/h263/fdct.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/fdct.c rm -f codec/h263/code.o; clang -o codec/h263/code.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/code.c rm -f codec/h263/gethdr.o; clang -o codec/h263/gethdr.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/gethdr.c rm -f codec/h263/idctenc.o; clang -o codec/h263/idctenc.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/idctenc.c rm -f codec/h263/sac.o; clang -o codec/h263/sac.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/sac.c rm -f main.o; clang++ -o main.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. main.cpp In file included from main.cpp:73: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ main.cpp:166:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(win_usage); ^~~~~~~~~ main.cpp:166:9: note: treat the string as an argument to avoid this printf(win_usage); ^ "%s", main.cpp:168:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(szOffending); ^~~~~~~~~~~ main.cpp:168:10: note: treat the string as an argument to avoid this printf(szOffending); ^ "%s", main.cpp:550:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(buf,display? ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ main.cpp:555:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(tmp,use?" -use %s":"",use); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ main.cpp:555:29: warning: format string is empty [-Wformat-zero-length] sprintf(tmp,use?" -use %s":"",use); ^~ 6 warnings generated. rm -f iohandler.o; clang++ -o iohandler.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. iohandler.cpp rm -f timer.o; clang++ -o timer.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. timer.cpp rm -f idlecallback.o; clang++ -o idlecallback.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. idlecallback.cpp rm -f media-timer.o; clang++ -o media-timer.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. media-timer.cpp rm -f rate-variable.o; clang++ -o rate-variable.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. rate-variable.cpp In file included from rate-variable.cpp:38: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ rate-variable.cpp:84:10: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] return ("no clientdata for rate var"); ^ rate-variable.cpp:96:17: warning: 'result' is deprecated [-Wdeprecated-declarations] return (tcl->result); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ rate-variable.cpp:121:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(res, rv->format, rate); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 4 warnings generated. rm -f Tcl.o; clang++ -o Tcl.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. Tcl.cpp In file included from Tcl.cpp:47: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ Tcl.cpp:95:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(wrk, "tkerror \"%s: %s\"", application_, s); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Tcl.cpp:117:61: warning: 'result' is deprecated [-Wdeprecated-declarations] fprintf(stderr, "%s: \"%s\": %s\n", application_, s, tcl_->result); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ Tcl.cpp:125:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(&bp_[1], "%s.%s", application_ + 1, name); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Tcl.cpp:132:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(&bp_[1], "%s.%s", application_ + 1, name); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Tcl.cpp:154:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(wrk, "_o%d", id_++); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Tcl.cpp:232:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(cp, "%s: ", t.application()); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Tcl.cpp:236:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(cp, "\"%s\" (%s): ", class_name_, cmd); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Tcl.cpp:238:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(cp, "%s: ", cmd); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Tcl.cpp:241:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(cp, "no such method (%s)", argv[1]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Tcl.cpp:243:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(cp, "requires additional args"); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Tcl.cpp:348:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(wrk, "%s/%s", classname, id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 12 warnings generated. rm -f Tcl2.o clang++ -c -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. Tcl2.cpp In file included from Tcl2.cpp:42: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ Tcl2.cpp:53:2: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations] vsprintf(bp_, fmt, ap); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:199:1: note: 'vsprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Tcl2.cpp:61:2: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations] vsprintf(bp_, fmt, ap); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:199:1: note: 'vsprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Tcl2.cpp:62:8: warning: 'result' is deprecated [-Wdeprecated-declarations] tcl_->result = bp_; ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ 4 warnings generated. rm -f module.o; clang++ -o module.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. module.cpp In file included from module.cpp:38: In file included from ./module.h:39: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ 1 warning generated. rm -f net/crypt.o; clang++ -o net/crypt.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. net/crypt.cpp In file included from net/crypt.cpp:39: In file included from net/crypt.h:41: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ 1 warning generated. rm -f net/crypt-des.o; clang++ -o net/crypt-des.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. net/crypt-des.cpp In file included from net/crypt-des.cpp:38: In file included from net/crypt.h:41: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ 1 warning generated. rm -f net/pkttbl.o; clang++ -o net/pkttbl.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. net/pkttbl.cpp In file included from net/pkttbl.cpp:40: In file included from net/pkttbl.h:5: In file included from net/pktbuf.h:48: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ 1 warning generated. rm -f net/pktbuf.o; clang++ -o net/pktbuf.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. net/pktbuf.cpp In file included from net/pktbuf.cpp:36: In file included from net/pktbuf.h:48: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ 1 warning generated. rm -f net/net.o; clang++ -o net/net.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. net/net.cpp In file included from net/net.cpp:54: In file included from net/net.h:41: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ net/net.cpp:149:7: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (&g_addr_) delete &g_addr_; ~~ ^~~~~~~ net/net.cpp:150:7: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (&s_addr_ssm_) delete &s_addr_ssm_; ~~ ^~~~~~~~~~~ net/net.cpp:151:7: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (&local_) delete &local_; ~~ ^~~~~~ 4 warnings generated. rm -f net/net-ip.o; clang++ -o net/net-ip.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. net/net-ip.cpp In file included from net/net-ip.cpp:53: In file included from net/net.h:41: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ net/net-ip.cpp:174:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(cp, "%d", ntohs(port_)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ net/net-ip.cpp:178:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(cp, "%d", ntohs(lport_)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ net/net-ip.cpp:182:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(cp, "%d", ttl_); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 4 warnings generated. rm -f net/net-addr.o; clang++ -o net/net-addr.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. net/net-addr.cpp In file included from net/net-addr.cpp:45: In file included from net/net.h:41: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ 1 warning generated. rm -f net/net-ipv6.o; clang++ -o net/net-ipv6.o -c -O2 -DMAC_OSX_TCL -DMAC_OSX_TK -DHAVE_IPV6 -DHAVE_FAST_INT -DUSE_H261AS -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/opt/pkg/include/common-mml -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -Icodec/jpeg -Icodec/p64 -I. net/net-ipv6.cpp In file included from net/net-ipv6.cpp:60: In file included from net/net.h:41: ./vic_tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/mbone/vic-devel/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ net/net-ipv6.cpp:204:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(cp, "%d", ntohs(port_)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ net/net-ipv6.cpp:208:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(cp, "%d", ntohs(lport_)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ net/net-ipv6.cpp:212:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(cp, "%d", ttl_); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ net/net-ipv6.cpp:262:14: error: assigning to 'char *' from 'const char *' discards qualifiers if ((g_addr=strchr(host,(int)','))!=NULL) { ^~~~~~~~~~~~~~~~~~~~~ 4 warnings and 1 error generated. *** Error code 1 Stop. bmake: stopped making "all" in /Users/pbulk/build/mbone/vic-devel/work/vic-mpeg4 *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/mbone/vic-devel *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/mbone/vic-devel