=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for vat-4.0b2nb9 rm -f inet.o; clang -o inet.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include inet.c rm -f tonetab.o; clang -o tonetab.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include tonetab.c rm -f adpcm.o; clang -o adpcm.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include adpcm.c rm -f lpc.o; clang -o lpc.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include lpc.c lpc.c:237:2: warning: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Wimplicit-function-declaration] memcpy(s, s + FRAMESIZE, (BUFLEN - FRAMESIZE) * sizeof(s[0])); ^ lpc.c:237:2: note: include the header or explicitly provide a declaration for 'memcpy' 1 warning generated. rm -f tkStripchart.o; clang -o tkStripchart.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include tkStripchart.c tkStripchart.c:388:6: warning: incompatible pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-pointer-types] StripchartWidgetCmd, (ClientData)StripchartPtr, ^~~~~~~~~~~~~~~~~~~ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tkStripchart.c:396:10: warning: 'result' is deprecated [-Wdeprecated-declarations] interp->result = Tk_PathName(StripchartPtr->tkwin); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ tkStripchart.c:452:20: warning: 'result' is deprecated [-Wdeprecated-declarations] sprintf(interp->result, "%g", ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ tkStripchart.c:628:15: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] argc, argv, (char *)StripchartPtr, flags); ^~~~ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tkDecls.h:136:30: note: passing argument to parameter 'argv' here int argc, CONST84 char **argv, char *widgRec, ^ tkStripchart.c:837:48: warning: incompatible pointer types passing 'void (ClientData)' (aka 'void (void *)') to parameter of type 'Tcl_FreeProc *' (aka 'void (*)(char *)') [-Wincompatible-pointer-types] Tk_EventuallyFree((ClientData)StripchartPtr, DestroyStripchart); ^~~~~~~~~~~~~~~~~ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tclDecls.h:418:19: note: passing argument to parameter 'freeProc' here Tcl_FreeProc *freeProc); ^ 5 warnings generated. rm -f md5c.o; clang -o md5c.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include md5c.c rm -f random.o; clang -o random.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include random.c rm -f vat-gsm.o; clang -o vat-gsm.o -c -I/usr/pkg/include -I/usr/pkg/include/gsm -I/usr/include -I/usr/pkg/include/freetype2 -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include vat-gsm.c rm -f session.o; clang++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include session.cc In file included from session.cc:44: In file included from ./source.h:45: ./Tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from session.cc:44: In file included from ./source.h:45: ./Tcl.h:56:44: warning: 'result' is deprecated [-Wdeprecated-declarations] inline void result(const char* p) { tcl_->result = (char*)p; } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from session.cc:44: ./source.h:113:46: warning: '&' within '|' [-Wbitwise-op-parentheses] inline u_int32_t ehs() const { return (-fs_ & 0xffff0000 | cs_); } ~~~~~^~~~~~~~~~~~ ~ ./source.h:113:46: note: place parentheses around the '&' expression to silence this warning inline u_int32_t ehs() const { return (-fs_ & 0xffff0000 | cs_); } ^ ( ) ./source.h:245:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int c = cs_; ^~~~~~~~~ ./source.h:246:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int d = v - c; ^~~~~~~~~ 5 warnings generated. rm -f session-vat.o; clang++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include session-vat.cc In file included from session-vat.cc:38: In file included from ./session.h:39: In file included from ./net.h:41: ./Tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from session-vat.cc:38: In file included from ./session.h:39: In file included from ./net.h:41: ./Tcl.h:56:44: warning: 'result' is deprecated [-Wdeprecated-declarations] inline void result(const char* p) { tcl_->result = (char*)p; } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from session-vat.cc:39: ./source.h:113:46: warning: '&' within '|' [-Wbitwise-op-parentheses] inline u_int32_t ehs() const { return (-fs_ & 0xffff0000 | cs_); } ~~~~~^~~~~~~~~~~~ ~ ./source.h:113:46: note: place parentheses around the '&' expression to silence this warning inline u_int32_t ehs() const { return (-fs_ & 0xffff0000 | cs_); } ^ ( ) ./source.h:245:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int c = cs_; ^~~~~~~~~ ./source.h:246:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int d = v - c; ^~~~~~~~~ 5 warnings generated. rm -f source.o; clang++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include source.cc In file included from source.cc:42: In file included from ./source.h:45: ./Tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from source.cc:42: In file included from ./source.h:45: ./Tcl.h:56:44: warning: 'result' is deprecated [-Wdeprecated-declarations] inline void result(const char* p) { tcl_->result = (char*)p; } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from source.cc:42: ./source.h:113:46: warning: '&' within '|' [-Wbitwise-op-parentheses] inline u_int32_t ehs() const { return (-fs_ & 0xffff0000 | cs_); } ~~~~~^~~~~~~~~~~~ ~ ./source.h:113:46: note: place parentheses around the '&' expression to silence this warning inline u_int32_t ehs() const { return (-fs_ & 0xffff0000 | cs_); } ^ ( ) ./source.h:245:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int c = cs_; ^~~~~~~~~ ./source.h:246:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int d = v - c; ^~~~~~~~~ source.cc:599:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register Source* s; ^~~~~~~~~ 6 warnings generated. rm -f audio.o; clang++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include audio.cc In file included from audio.cc:50: In file included from ./audio.h:50: ./Tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from audio.cc:50: In file included from ./audio.h:50: ./Tcl.h:56:44: warning: 'result' is deprecated [-Wdeprecated-declarations] inline void result(const char* p) { tcl_->result = (char*)p; } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ audio.cc:296:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete tmpbuf; ^ [] audio.cc:274:19: note: allocated with 'new[]' here u_char* tmpbuf = new u_char[rbufsize]; ^ audio.cc:365:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete wrk; ^ [] audio.cc:357:14: note: allocated with 'new[]' here char *wrk = new char[sizeof("/tmp/.vat_audio_lock.") + 32]; ^ 4 warnings generated. rm -f controller.o; clang++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include controller.cc In file included from controller.cc:69: In file included from ./audio.h:50: ./Tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from controller.cc:69: In file included from ./audio.h:50: ./Tcl.h:56:44: warning: 'result' is deprecated [-Wdeprecated-declarations] inline void result(const char* p) { tcl_->result = (char*)p; } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ controller.cc:189:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int nsmean = ns_->LTMean(); ^~~~~~~~~ controller.cc:360:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int bs = as_->BlkSize(); ^~~~~~~~~ controller.cc:560:32: warning: format specifies type 'unsigned int' but the argument has type 'time_t' (aka 'long') [-Wformat] sprintf(tcl.buffer(), "%u", unixtime().tv_sec); ~~ ^~~~~~~~~~~~~~~~~ %ld 5 warnings generated. rm -f crypt.o; clang++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include crypt.cc In file included from crypt.cc:39: In file included from ./crypt.h:41: ./Tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from crypt.cc:39: In file included from ./crypt.h:41: ./Tcl.h:56:44: warning: 'result' is deprecated [-Wdeprecated-declarations] inline void result(const char* p) { tcl_->result = (char*)p; } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ 2 warnings generated. rm -f crypt-dull.o; clang++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include crypt-dull.cc In file included from crypt-dull.cc:36: In file included from ./crypt.h:41: ./Tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from crypt-dull.cc:36: In file included from ./crypt.h:41: ./Tcl.h:56:44: warning: 'result' is deprecated [-Wdeprecated-declarations] inline void result(const char* p) { tcl_->result = (char*)p; } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ 2 warnings generated. rm -f filter.o; clang++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include filter.cc In file included from filter.cc:40: In file included from ./filter.h:43: In file included from ./audio.h:50: ./Tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from filter.cc:40: In file included from ./filter.h:43: In file included from ./audio.h:50: ./Tcl.h:56:44: warning: 'result' is deprecated [-Wdeprecated-declarations] inline void result(const char* p) { tcl_->result = (char*)p; } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ filter.cc:60:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register u_char* blk = in->CurBlk(); ^~~~~~~~~ filter.cc:65:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register u_long sum = 0; ^~~~~~~~~ filter.cc:66:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int t; ^~~~~~~~~ filter.cc:97:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ 6 warnings generated. rm -f group-ipc.o; clang++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include group-ipc.cc rm -f iohandler.o; clang++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include iohandler.cc rm -f main.o clang++ -c -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT -I/usr/pkg/include -I/usr/pkg/include main.cc In file included from main.cc:64: ./Tcl.h:55:46: warning: 'result' is deprecated [-Wdeprecated-declarations] inline char* result() const { return (tcl_->result); } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from main.cc:64: ./Tcl.h:56:44: warning: 'result' is deprecated [-Wdeprecated-declarations] inline void result(const char* p) { tcl_->result = (char*)p; } ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:503:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /var/pkgsrc/work/mbone/vat/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ In file included from main.cc:329: ./bitmaps/speaker.xbm:4:58: error: constant expression evaluates to 192 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, ^~~~ ./bitmaps/speaker.xbm:4:58: note: insert an explicit cast to silence this issue 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:5:10: error: constant expression evaluates to 224 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x00, 0xe0, 0x40, 0x00, 0x00, 0xf0, 0x80, 0x00, 0x00, 0xf8, 0x10, 0x01, ^~~~ ./bitmaps/speaker.xbm:5:10: note: insert an explicit cast to silence this issue 0x00, 0xe0, 0x40, 0x00, 0x00, 0xf0, 0x80, 0x00, 0x00, 0xf8, 0x10, 0x01, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:5:34: error: constant expression evaluates to 240 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x00, 0xe0, 0x40, 0x00, 0x00, 0xf0, 0x80, 0x00, 0x00, 0xf8, 0x10, 0x01, ^~~~ ./bitmaps/speaker.xbm:5:34: note: insert an explicit cast to silence this issue 0x00, 0xe0, 0x40, 0x00, 0x00, 0xf0, 0x80, 0x00, 0x00, 0xf8, 0x10, 0x01, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:5:40: error: constant expression evaluates to 128 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x00, 0xe0, 0x40, 0x00, 0x00, 0xf0, 0x80, 0x00, 0x00, 0xf8, 0x10, 0x01, ^~~~ ./bitmaps/speaker.xbm:5:40: note: insert an explicit cast to silence this issue 0x00, 0xe0, 0x40, 0x00, 0x00, 0xf0, 0x80, 0x00, 0x00, 0xf8, 0x10, 0x01, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:5:58: error: constant expression evaluates to 248 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x00, 0xe0, 0x40, 0x00, 0x00, 0xf0, 0x80, 0x00, 0x00, 0xf8, 0x10, 0x01, ^~~~ ./bitmaps/speaker.xbm:5:58: note: insert an explicit cast to silence this issue 0x00, 0xe0, 0x40, 0x00, 0x00, 0xf0, 0x80, 0x00, 0x00, 0xf8, 0x10, 0x01, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:6:10: error: constant expression evaluates to 252 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x00, 0xfc, 0x20, 0x02, 0x00, 0xfe, 0x44, 0x02, 0xf0, 0xff, 0x48, 0x04, ^~~~ ./bitmaps/speaker.xbm:6:10: note: insert an explicit cast to silence this issue 0x00, 0xfc, 0x20, 0x02, 0x00, 0xfe, 0x44, 0x02, 0xf0, 0xff, 0x48, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:6:34: error: constant expression evaluates to 254 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x00, 0xfc, 0x20, 0x02, 0x00, 0xfe, 0x44, 0x02, 0xf0, 0xff, 0x48, 0x04, ^~~~ ./bitmaps/speaker.xbm:6:34: note: insert an explicit cast to silence this issue 0x00, 0xfc, 0x20, 0x02, 0x00, 0xfe, 0x44, 0x02, 0xf0, 0xff, 0x48, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:6:52: error: constant expression evaluates to 240 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x00, 0xfc, 0x20, 0x02, 0x00, 0xfe, 0x44, 0x02, 0xf0, 0xff, 0x48, 0x04, ^~~~ ./bitmaps/speaker.xbm:6:52: note: insert an explicit cast to silence this issue 0x00, 0xfc, 0x20, 0x02, 0x00, 0xfe, 0x44, 0x02, 0xf0, 0xff, 0x48, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:6:58: error: constant expression evaluates to 255 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x00, 0xfc, 0x20, 0x02, 0x00, 0xfe, 0x44, 0x02, 0xf0, 0xff, 0x48, 0x04, ^~~~ ./bitmaps/speaker.xbm:6:58: note: insert an explicit cast to silence this issue 0x00, 0xfc, 0x20, 0x02, 0x00, 0xfe, 0x44, 0x02, 0xf0, 0xff, 0x48, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:7:4: error: constant expression evaluates to 240 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ ./bitmaps/speaker.xbm:7:4: note: insert an explicit cast to silence this issue 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:7:10: error: constant expression evaluates to 255 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ ./bitmaps/speaker.xbm:7:10: note: insert an explicit cast to silence this issue 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:7:16: error: constant expression evaluates to 144 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ ./bitmaps/speaker.xbm:7:16: note: insert an explicit cast to silence this issue 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:7:28: error: constant expression evaluates to 240 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ ./bitmaps/speaker.xbm:7:28: note: insert an explicit cast to silence this issue 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:7:34: error: constant expression evaluates to 255 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ ./bitmaps/speaker.xbm:7:34: note: insert an explicit cast to silence this issue 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:7:40: error: constant expression evaluates to 144 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ ./bitmaps/speaker.xbm:7:40: note: insert an explicit cast to silence this issue 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:7:52: error: constant expression evaluates to 240 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ ./bitmaps/speaker.xbm:7:52: note: insert an explicit cast to silence this issue 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:7:58: error: constant expression evaluates to 255 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ ./bitmaps/speaker.xbm:7:58: note: insert an explicit cast to silence this issue 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:7:64: error: constant expression evaluates to 144 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ ./bitmaps/speaker.xbm:7:64: note: insert an explicit cast to silence this issue 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, ^~~~ static_cast( ) ./bitmaps/speaker.xbm:8:4: error: constant expression evaluates to 240 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x48, 0x04, ^~~~ ./bitmaps/speaker.xbm:8:4: note: insert an explicit cast to silence this issue 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x90, 0x04, 0xf0, 0xff, 0x48, 0x04, ^~~~ static_cast( ) fatal error: too many errors emitted, stopping now [-ferror-limit=] 2 warnings and 20 errors generated. *** Error code 1 Stop. bmake: stopped in /var/pkgsrc/work/mbone/vat/work/vat-4.0b2 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/mbone/vat *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/mbone/vat