=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for bbsload-0.2.6nb1 --- all-recursive --- Making all in data --- bbsload.o --- --- Image.o --- --- LinkedList.o --- --- bbsload.o --- clang++ -DPACKAGE=\"bbsload\" -DVERSION=\"0.2.6\" -DSTDC_HEADERS=1 -DHAVE_CTYPE_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LOCALE_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_STDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1 -DHAVE_STRFTIME=1 -I. -I. -I/usr/pkg/include -DINTERLACE -DGLOBAL_BB=\"/usr/pkg/share/bbtools/bbsload.bb\" -DGLOBAL_NOBB=\"/usr/pkg/share/bbtools/bbsload.nobb\" -O2 -I/usr/pkg/include -c bbsload.cc --- Image.o --- clang++ -DPACKAGE=\"bbsload\" -DVERSION=\"0.2.6\" -DSTDC_HEADERS=1 -DHAVE_CTYPE_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LOCALE_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_STDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1 -DHAVE_STRFTIME=1 -I. -I. -I/usr/pkg/include -DINTERLACE -DGLOBAL_BB=\"/usr/pkg/share/bbtools/bbsload.bb\" -DGLOBAL_NOBB=\"/usr/pkg/share/bbtools/bbsload.nobb\" -O2 -I/usr/pkg/include -c Image.cc --- LinkedList.o --- clang++ -DPACKAGE=\"bbsload\" -DVERSION=\"0.2.6\" -DSTDC_HEADERS=1 -DHAVE_CTYPE_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LOCALE_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_STDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1 -DHAVE_STRFTIME=1 -I. -I. -I/usr/pkg/include -DINTERLACE -DGLOBAL_BB=\"/usr/pkg/share/bbtools/bbsload.bb\" -DGLOBAL_NOBB=\"/usr/pkg/share/bbtools/bbsload.nobb\" -O2 -I/usr/pkg/include -c LinkedList.cc LinkedList.cc:79:12: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] --- Image.o --- Image.cc:157:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int i = 0; ^~~~~~~~~ --- LinkedList.o --- for (register int i = 0; i < index; i++) ^~~~~~~~~ --- Image.o --- Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] --- LinkedList.o --- LinkedList.cc:116:8: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] for (register int i = 0, r = elements; i < r; i++) ^~~~~~~~~ LinkedList.cc:116:8: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] for (register int i = 0, r = elements; i < r; i++) ^~~~~~~~~ LinkedList.cc:171:12: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] for (register int i = 1; i < index; i++) ^~~~~~~~~ LinkedList.cc:224:10: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] for (register int i = 1; i < elements; i++) ^~~~~~~~~ LinkedList.cc:245:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else { ^ --- Image.o --- register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ --- LinkedList.o --- LinkedList.cc:283:10: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] for (register int i = 1; i < index; i++) ^~~~~~~~~ LinkedList.cc:329:10: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] for (register int i = 1; i < index; i++) ^~~~~~~~~ --- Image.o --- Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ Image.cc:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y, dithx, dithy, r, g, b, o, er, eg, eb, offset; ^~~~~~~~~ Image.cc:688:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char r, g, b, rr ,gg ,bb; ^~~~~~~~~ Image.cc:688:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char r, g, b, rr ,gg ,bb; ^~~~~~~~~ Image.cc:688:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char r, g, b, rr ,gg ,bb; ^~~~~~~~~ Image.cc:688:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char r, g, b, rr ,gg ,bb; ^~~~~~~~~ Image.cc:688:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char r, g, b, rr ,gg ,bb; ^~~~~~~~~ Image.cc:688:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char r, g, b, rr ,gg ,bb; ^~~~~~~~~ Image.cc:689:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int w = width, h = height - 1, wh = w * h; ^~~~~~~~~ Image.cc:689:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int w = width, h = height - 1, wh = w * h; --- bbsload.o --- bbsload.cc:72:19: error: variable has incomplete type 'struct uvmexp' struct uvmexp uvm_stat; ^ bbsload.cc:72:12: note: forward declaration of 'uvmexp' struct uvmexp uvm_stat; ^ --- Image.o --- ^~~~~~~~~ Image.cc:689:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int w = width, h = height - 1, wh = w * h; ^~~~~~~~~ Image.cc:902:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int i, j, wh = (width * height) - 1; ^~~~~~~~~ Image.cc:902:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int i, j, wh = (width * height) - 1; ^~~~~~~~~ Image.cc:902:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int i, j, wh = (width * height) - 1; ^~~~~~~~~ Image.cc:932:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ --- LinkedList.o --- 8 warnings generated. --- Image.o --- Image.cc:932:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:1036:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:1036:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:1135:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int y; ^~~~~~~~~ Image.cc:1220:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:1220:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ --- resource.o --- --- Image.o --- Image.cc:1336:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:1336:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:1454:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:1454:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:1581:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:1581:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:1698:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:1698:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int x, y; ^~~~~~~~~ Image.cc:2162:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else { ^ Image.cc:2441:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ --- resource.o --- clang++ -DPACKAGE=\"bbsload\" -DVERSION=\"0.2.6\" -DSTDC_HEADERS=1 -DHAVE_CTYPE_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LOCALE_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_STDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1 -DHAVE_STRFTIME=1 -I. -I. -I/usr/pkg/include -DINTERLACE -DGLOBAL_BB=\"/usr/pkg/share/bbtools/bbsload.bb\" -DGLOBAL_NOBB=\"/usr/pkg/share/bbtools/bbsload.nobb\" -O2 -I/usr/pkg/include -c resource.cc --- bbsload.o --- bbsload.cc:90:17: error: use of undeclared identifier 'CTL_KERN' ctl_name[0]=CTL_KERN; ^ --- resource.o --- resource.cc:86:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.frame","Bbsload.Frame",BB_FRAME,"Toolbar", ^ --- bbsload.o --- bbsload.cc:91:17: error: use of undeclared identifier 'KERN_PROC' ctl_name[1]=KERN_PROC; ^ --- resource.o --- resource.cc:86:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] --- bbsload.o --- bbsload.cc:92:17: error: use of undeclared identifier 'KERN_PROC_ALL' ctl_name[2]=KERN_PROC_ALL; ^ bbsload.cc:93:5: error: use of undeclared identifier 'sysctl' sysctl(ctl_name, 3, NULL, &ctllen,NULL,0); /* get size of proc table */ ^ bbsload.cc:94:23: error: invalid application of 'sizeof' to an incomplete type 'struct kinfo_proc' task.total=ctllen/sizeof(struct kinfo_proc); /* Anybody have an ^ ~~~~~~~~~~~~~~~~~~~ bbsload.cc:94:37: note: forward declaration of 'kinfo_proc' task.total=ctllen/sizeof(struct kinfo_proc); /* Anybody have an ^ bbsload.cc:107:17: error: use of undeclared identifier 'CTL_VM' ctl_name[0]=CTL_VM; ^ bbsload.cc:108:17: error: use of undeclared identifier 'VM_UVMEXP' ctl_name[1]=VM_UVMEXP; ^ bbsload.cc:132:17: error: use of undeclared identifier 'CTL_KERN' ctl_name[0]=CTL_KERN; ^ bbsload.cc:133:17: error: use of undeclared identifier 'KERN_CP_TIME' ctl_name[1]=KERN_CP_TIME; ^ bbsload.cc:135:8: error: use of undeclared identifier 'sysctl' if(sysctl(ctl_name,2,cputimes,&ctllen,NULL,0)) ^ bbsload.cc:390:14: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char *name=BBTOOL; ^ ./version.h:1:16: note: expanded from macro 'BBTOOL' #define BBTOOL "bbsload" ^ bbsload.cc:393:23: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] classhints.res_name=BBTOOL; ^ ./version.h:1:16: note: expanded from macro 'BBTOOL' #define BBTOOL "bbsload" ^ bbsload.cc:394:24: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] classhints.res_class="bbtools"; ^ --- resource.o --- readTexture("bbsload.frame","Bbsload.Frame",BB_FRAME,"Toolbar", ^ resource.cc:86:47: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.frame","Bbsload.Frame",BB_FRAME,"Toolbar", ^ ./blackboxstyle.hh:25:18: note: expanded from macro 'BB_FRAME' #define BB_FRAME "toolbar" ^ resource.cc:86:56: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.frame","Bbsload.Frame",BB_FRAME,"Toolbar", ^ resource.cc:87:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "slategrey","darkslategrey", ^ resource.cc:87:27: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "slategrey","darkslategrey", ^ resource.cc:88:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Raised Gradient Vertical Bevel1",&frame.texture); ^ resource.cc:249:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.label", "Bbsload.Label",BB_LABEL,"Toolbar.Label", ^ resource.cc:249:32: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.label", "Bbsload.Label",BB_LABEL,"Toolbar.Label", ^ resource.cc:249:48: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.label", "Bbsload.Label",BB_LABEL,"Toolbar.Label", ^ ./blackboxstyle.hh:27:18: note: expanded from macro 'BB_LABEL' #define BB_LABEL "toolbar.label" ^ resource.cc:249:57: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.label", "Bbsload.Label",BB_LABEL,"Toolbar.Label", ^ resource.cc:250:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "slategrey","darkslategrey", ^ resource.cc:250:27: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "slategrey","darkslategrey", ^ resource.cc:251:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Sunken Gradient Vertical Bevel1",&label.texture); ^ resource.cc:254:14: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.runningCounter.label.textColor", ^ --- bbsload.o --- 3 warnings and 11 errors generated. *** [bbsload.o] Error code 1 bmake[1]: stopped in /var/pkgsrc/work/sysutils/bbsload/work/bbsload-0.2.6 --- resource.o --- resource.cc:255:13: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.RunningCounter.Label.TextColor", ^ resource.cc:256:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ ./blackboxstyle.hh:37:28: note: expanded from macro 'BB_LABEL_TEXTCOLOR' #define BB_LABEL_TEXTCOLOR "toolbar.textColor" ^ resource.cc:256:35: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:257:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "LightGrey",&label.running_textColor); ^ resource.cc:260:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.taskCounter.label.textColor", ^ resource.cc:261:12: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.TaskCounter.Label.TextColor", ^ resource.cc:262:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ ./blackboxstyle.hh:37:28: note: expanded from macro 'BB_LABEL_TEXTCOLOR' #define BB_LABEL_TEXTCOLOR "toolbar.textColor" ^ resource.cc:262:35: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:263:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "LightGrey",&label.task_textColor); ^ resource.cc:266:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.1m.label.textColor","Bbsload.1M.Label.TextColor", ^ resource.cc:266:44: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.1m.label.textColor","Bbsload.1M.Label.TextColor", ^ resource.cc:267:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ ./blackboxstyle.hh:37:28: note: expanded from macro 'BB_LABEL_TEXTCOLOR' #define BB_LABEL_TEXTCOLOR "toolbar.textColor" ^ resource.cc:267:35: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:268:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "LightGrey",&label.load1m_textColor); ^ resource.cc:271:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.5m.label.textColor","Bbsload.5M.Label.TextColor", ^ resource.cc:271:44: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.5m.label.textColor","Bbsload.5M.Label.TextColor", ^ resource.cc:272:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ ./blackboxstyle.hh:37:28: note: expanded from macro 'BB_LABEL_TEXTCOLOR' #define BB_LABEL_TEXTCOLOR "toolbar.textColor" ^ resource.cc:272:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:273:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "LightGrey",&label.load5m_textColor); ^ resource.cc:276:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.15m.label.textColor","Bbsload.15M.Label.TextColor", ^ resource.cc:276:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.15m.label.textColor","Bbsload.15M.Label.TextColor", ^ resource.cc:277:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ ./blackboxstyle.hh:37:28: note: expanded from macro 'BB_LABEL_TEXTCOLOR' #define BB_LABEL_TEXTCOLOR "toolbar.textColor" ^ resource.cc:277:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:278:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "LightGrey",&label.load15m_textColor); ^ resource.cc:281:14: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.totalUsed.label.textColor", ^ resource.cc:282:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.TotalUsed.Label.TextColor", ^ resource.cc:283:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ ./blackboxstyle.hh:37:28: note: expanded from macro 'BB_LABEL_TEXTCOLOR' #define BB_LABEL_TEXTCOLOR "toolbar.textColor" ^ resource.cc:283:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:284:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "LightGrey",&label.totalUsed_textColor); ^ resource.cc:287:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.swapUsed.label.textColor", ^ resource.cc:288:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.SwapUsed.Label.TextColor", ^ resource.cc:289:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ ./blackboxstyle.hh:37:28: note: expanded from macro 'BB_LABEL_TEXTCOLOR' #define BB_LABEL_TEXTCOLOR "toolbar.textColor" ^ resource.cc:289:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:290:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "LightGrey",&label.swapUsed_textColor); ^ resource.cc:293:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.memUsed.label.textColor", ^ resource.cc:294:11: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.MemUsed.Label.TextColor", ^ resource.cc:295:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ ./blackboxstyle.hh:37:28: note: expanded from macro 'BB_LABEL_TEXTCOLOR' #define BB_LABEL_TEXTCOLOR "toolbar.textColor" ^ resource.cc:295:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:296:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "LightGrey",&label.memUsed_textColor); ^ resource.cc:299:13: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readColor("bbsload.seperator.textColor", ^ resource.cc:300:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Seperator.TextColor", ^ resource.cc:301:14: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ ./blackboxstyle.hh:37:28: note: expanded from macro 'BB_LABEL_TEXTCOLOR' #define BB_LABEL_TEXTCOLOR "toolbar.textColor" ^ resource.cc:301:34: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:302:13: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "LightGrey",&label.seperator_textColor); ^ resource.cc:437:33: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.label_load1m = showLabel("bbsload.show.1m.label", ^ resource.cc:438:33: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.1m.Label",True); ^ resource.cc:439:27: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.load1m = showGauge("bbsload.show.1m.gauge", ^ resource.cc:440:27: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.1m.Gauge",True); ^ resource.cc:441:33: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.label_load5m = showLabel("bbsload.show.5m.label", ^ resource.cc:442:33: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.5m.Label",False); ^ resource.cc:443:27: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.load5m = showGauge("bbsload.show.5m.gauge", ^ resource.cc:444:27: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.5m.Gauge",False); ^ resource.cc:445:34: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.label_load15m = showLabel("bbsload.show.15m.label", ^ resource.cc:446:34: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.15m.Label",False); ^ resource.cc:447:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.load15m = showGauge("bbsload.show.15m.gauge", ^ resource.cc:448:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.15m.Gauge",False); ^ resource.cc:449:34: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.label_usercpu = showLabel("bbsload.show.cpuUser.label", ^ resource.cc:450:34: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.CpuUser.Label",False); ^ resource.cc:451:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.usercpu = showGauge("bbsload.show.cpuUser.gauge", ^ resource.cc:452:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.CpuUser.Gauge",False); ^ resource.cc:453:34: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.label_nicecpu = showLabel("bbsload.show.cpuNice.label", ^ resource.cc:454:34: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.CpuNice.Label",False); ^ resource.cc:455:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.nicecpu = showGauge("bbsload.show.cpuNice.gauge", ^ resource.cc:456:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.CpuNice.Gauge",False); ^ resource.cc:457:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.label_systemcpu = showLabel("bbsload.show.cpuSystem.label", ^ resource.cc:458:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.CpuSystem.Label",False); ^ resource.cc:459:30: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.systemcpu = showGauge("bbsload.show.cpuSystem.gauge", ^ resource.cc:460:30: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.CpuSystem.Gauge",False); ^ resource.cc:461:34: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.label_idlecpu = showLabel("bbsload.show.cpuIdle.label", ^ resource.cc:462:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.CpuIdle.Label",False); ^ resource.cc:463:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.idlecpu = showGauge("bbsload.show.cpuIdle.gauge", ^ resource.cc:464:30: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.CpuIdle.Gauge",False); ^ resource.cc:465:34: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.label_memused = showLabel("bbsload.show.memUsed.label", ^ resource.cc:466:34: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.MemUsed.Label",False); ^ resource.cc:467:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.memused = showGauge("bbsload.show.memUsed.gauge", ^ resource.cc:468:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.MemUsed.Gauge",False); ^ resource.cc:469:35: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.label_swapused = showLabel("bbsload.show.swapUsed.label", ^ resource.cc:470:35: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.SwapUsed.Label",False); ^ resource.cc:471:29: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.swapused = showGauge("bbsload.show.swapUsed.gauge", ^ resource.cc:472:29: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.SwapUsed.Gauge",False); ^ resource.cc:473:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.label_totalused = showLabel("bbsload.show.totalUsed.label", ^ resource.cc:474:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.TotalUsed.Label",False); ^ resource.cc:475:30: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] show.totalused = showGauge("bbsload.show.totalUsed.gauge", ^ resource.cc:476:30: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Show.TotalUsed.Gauge",False); ^ resource.cc:485:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.gauge.active","Bbsload.Gauge.Active", ^ resource.cc:485:38: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.gauge.active","Bbsload.Gauge.Active", ^ resource.cc:486:23: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_BUTTON_PRESSED,"Toolbar.Button.Pressed", ^ ./blackboxstyle.hh:43:27: note: expanded from macro 'BB_BUTTON_PRESSED' #define BB_BUTTON_PRESSED "toolbar.button.pressed" ^ resource.cc:486:41: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_BUTTON_PRESSED,"Toolbar.Button.Pressed", ^ resource.cc:487:23: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "red1","green","Vertical Gradient Flat Bevel2", ^ resource.cc:487:30: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "red1","green","Vertical Gradient Flat Bevel2", ^ resource.cc:487:38: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "red1","green","Vertical Gradient Flat Bevel2", ^ resource.cc:490:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.gauge.inactive","Bbsload.Gauge.Inactive", ^ resource.cc:490:40: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.gauge.inactive","Bbsload.Gauge.Inactive", ^ resource.cc:491:27: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_BUTTON,"Toolbar.Button", ^ ./blackboxstyle.hh:45:19: note: expanded from macro 'BB_BUTTON' #define BB_BUTTON "toolbar.button" ^ resource.cc:491:37: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] BB_BUTTON,"Toolbar.Button", ^ resource.cc:492:27: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "black","black","Solid Flat Bevel2", ^ resource.cc:492:35: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "black","black","Solid Flat Bevel2", ^ resource.cc:492:43: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "black","black","Solid Flat Bevel2", ^ resource.cc:497:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] readTexture("bbsload.gauge.background", ^ resource.cc:498:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Gauge.Background","0","0","black","black", ^ resource.cc:498:44: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Gauge.Background","0","0","black","black", ^ resource.cc:498:48: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Gauge.Background","0","0","black","black", ^ resource.cc:498:52: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Gauge.Background","0","0","black","black", ^ resource.cc:498:60: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Bbsload.Gauge.Background","0","0","black","black", ^ resource.cc:499:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "Solid Flat Bevel2",&gauge.background_texture); ^ resource.cc:595:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "0","0","green","green","Solid Flat Bevel1", ^ resource.cc:595:23: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "0","0","green","green","Solid Flat Bevel1", ^ resource.cc:595:27: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "0","0","green","green","Solid Flat Bevel1", ^ resource.cc:595:35: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "0","0","green","green","Solid Flat Bevel1", ^ resource.cc:595:43: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "0","0","green","green","Solid Flat Bevel1", ^ 125 warnings generated. --- Image.o --- 42 warnings generated. 1 error bmake[1]: stopped in /var/pkgsrc/work/sysutils/bbsload/work/bbsload-0.2.6 *** [all-recursive] Error code 1 bmake: stopped in /var/pkgsrc/work/sysutils/bbsload/work/bbsload-0.2.6 1 error bmake: stopped in /var/pkgsrc/work/sysutils/bbsload/work/bbsload-0.2.6 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/sysutils/bbsload *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/bbsload