=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> 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/opt/pkg/include -DINTERLACE -DGLOBAL_BB=\"/opt/pkg/share/bbtools/bbsload.bb\" -DGLOBAL_NOBB=\"/opt/pkg/share/bbtools/bbsload.nobb\" -pipe -Os -I/opt/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/opt/pkg/include -DINTERLACE -DGLOBAL_BB=\"/opt/pkg/share/bbtools/bbsload.bb\" -DGLOBAL_NOBB=\"/opt/pkg/share/bbtools/bbsload.nobb\" -pipe -Os -I/opt/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/opt/pkg/include -DINTERLACE -DGLOBAL_BB=\"/opt/pkg/share/bbtools/bbsload.bb\" -DGLOBAL_NOBB=\"/opt/pkg/share/bbtools/bbsload.nobb\" -pipe -Os -I/opt/pkg/include -c LinkedList.cc LinkedList.cc:245:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else { ^ 1 warning generated. --- resource.o --- --- Image.o --- Image.cc:2162:13: warning: add explicit braces to avoid dangling else [-Wdangling-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/opt/pkg/include -DINTERLACE -DGLOBAL_BB=\"/opt/pkg/share/bbtools/bbsload.bb\" -DGLOBAL_NOBB=\"/opt/pkg/share/bbtools/bbsload.nobb\" -pipe -Os -I/opt/pkg/include -c resource.cc --- Image.o --- } else { ^ Image.cc:2441:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ --- 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; ^ bbsload.cc:90:17: error: use of undeclared identifier 'CTL_KERN' ctl_name[0]=CTL_KERN; ^ bbsload.cc:91:17: error: use of undeclared identifier 'KERN_PROC' ctl_name[1]=KERN_PROC; ^ 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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] char *name=BBTOOL; ^ ./version.h:1:16: note: expanded from macro 'BBTOOL' #define BBTOOL "bbsload" ^ bbsload.cc:393:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] classhints.res_name=BBTOOL; ^ ./version.h:1:16: note: expanded from macro 'BBTOOL' #define BBTOOL "bbsload" ^ bbsload.cc:394:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] classhints.res_class="bbtools"; ^ 3 warnings and 11 errors generated. *** [bbsload.o] Error code 1 bmake[1]: stopped in /Users/pbulk/build/sysutils/bbsload/work/bbsload-0.2.6 --- resource.o --- resource.cc:86:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readTexture("bbsload.frame","Bbsload.Frame",BB_FRAME,"Toolbar", ^ resource.cc:86:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readTexture("bbsload.frame","Bbsload.Frame",BB_FRAME,"Toolbar", ^ resource.cc:86:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readTexture("bbsload.frame","Bbsload.Frame",BB_FRAME,"Toolbar", ^ resource.cc:87:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "slategrey","darkslategrey", ^ resource.cc:87:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "slategrey","darkslategrey", ^ resource.cc:88:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Raised Gradient Vertical Bevel1",&frame.texture); ^ resource.cc:249:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readTexture("bbsload.label", "Bbsload.Label",BB_LABEL,"Toolbar.Label", ^ resource.cc:249:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readTexture("bbsload.label", "Bbsload.Label",BB_LABEL,"Toolbar.Label", ^ resource.cc:249:48: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readTexture("bbsload.label", "Bbsload.Label",BB_LABEL,"Toolbar.Label", ^ resource.cc:250:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "slategrey","darkslategrey", ^ resource.cc:250:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "slategrey","darkslategrey", ^ resource.cc:251:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Sunken Gradient Vertical Bevel1",&label.texture); ^ resource.cc:254:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.runningCounter.label.textColor", ^ resource.cc:255:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.RunningCounter.Label.TextColor", ^ resource.cc:256:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:257:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "LightGrey",&label.running_textColor); ^ resource.cc:260:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.taskCounter.label.textColor", ^ resource.cc:261:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.TaskCounter.Label.TextColor", ^ resource.cc:262:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:263:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "LightGrey",&label.task_textColor); ^ resource.cc:266:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.1m.label.textColor","Bbsload.1M.Label.TextColor", ^ resource.cc:266:44: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.1m.label.textColor","Bbsload.1M.Label.TextColor", ^ resource.cc:267:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:268:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "LightGrey",&label.load1m_textColor); ^ resource.cc:271:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.5m.label.textColor","Bbsload.5M.Label.TextColor", ^ resource.cc:271:44: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.5m.label.textColor","Bbsload.5M.Label.TextColor", ^ resource.cc:272:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:273:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "LightGrey",&label.load5m_textColor); ^ resource.cc:276:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.15m.label.textColor","Bbsload.15M.Label.TextColor", ^ resource.cc:276:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.15m.label.textColor","Bbsload.15M.Label.TextColor", ^ resource.cc:277:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:278:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "LightGrey",&label.load15m_textColor); ^ resource.cc:281:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.totalUsed.label.textColor", ^ resource.cc:282:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.TotalUsed.Label.TextColor", ^ resource.cc:283:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:284:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "LightGrey",&label.totalUsed_textColor); ^ resource.cc:287:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.swapUsed.label.textColor", ^ resource.cc:288:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.SwapUsed.Label.TextColor", ^ resource.cc:289:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:290:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "LightGrey",&label.swapUsed_textColor); ^ resource.cc:293:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.memUsed.label.textColor", ^ resource.cc:294:11: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.MemUsed.Label.TextColor", ^ resource.cc:295:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:296:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "LightGrey",&label.memUsed_textColor); ^ resource.cc:299:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readColor("bbsload.seperator.textColor", ^ resource.cc:300:10: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Seperator.TextColor", ^ resource.cc:301:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] BB_LABEL_TEXTCOLOR, "Toolbar.TextColor", ^ resource.cc:302:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "LightGrey",&label.seperator_textColor); ^ resource.cc:437:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.label_load1m = showLabel("bbsload.show.1m.label", ^ resource.cc:438:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.1m.Label",True); ^ resource.cc:439:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.load1m = showGauge("bbsload.show.1m.gauge", ^ resource.cc:440:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.1m.Gauge",True); ^ resource.cc:441:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.label_load5m = showLabel("bbsload.show.5m.label", ^ resource.cc:442:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.5m.Label",False); ^ resource.cc:443:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.load5m = showGauge("bbsload.show.5m.gauge", ^ resource.cc:444:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.5m.Gauge",False); ^ resource.cc:445:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.label_load15m = showLabel("bbsload.show.15m.label", ^ resource.cc:446:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.15m.Label",False); ^ resource.cc:447:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.load15m = showGauge("bbsload.show.15m.gauge", ^ resource.cc:448:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.15m.Gauge",False); ^ resource.cc:449:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.label_usercpu = showLabel("bbsload.show.cpuUser.label", ^ resource.cc:450:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.CpuUser.Label",False); ^ resource.cc:451:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.usercpu = showGauge("bbsload.show.cpuUser.gauge", ^ resource.cc:452:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.CpuUser.Gauge",False); ^ resource.cc:453:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.label_nicecpu = showLabel("bbsload.show.cpuNice.label", ^ resource.cc:454:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.CpuNice.Label",False); ^ resource.cc:455:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.nicecpu = showGauge("bbsload.show.cpuNice.gauge", ^ resource.cc:456:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.CpuNice.Gauge",False); ^ resource.cc:457:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.label_systemcpu = showLabel("bbsload.show.cpuSystem.label", ^ resource.cc:458:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.CpuSystem.Label",False); ^ resource.cc:459:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.systemcpu = showGauge("bbsload.show.cpuSystem.gauge", ^ resource.cc:460:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.CpuSystem.Gauge",False); ^ resource.cc:461:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.label_idlecpu = showLabel("bbsload.show.cpuIdle.label", ^ resource.cc:462:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.CpuIdle.Label",False); ^ resource.cc:463:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.idlecpu = showGauge("bbsload.show.cpuIdle.gauge", ^ resource.cc:464:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.CpuIdle.Gauge",False); ^ resource.cc:465:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.label_memused = showLabel("bbsload.show.memUsed.label", ^ resource.cc:466:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.MemUsed.Label",False); ^ resource.cc:467:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.memused = showGauge("bbsload.show.memUsed.gauge", ^ resource.cc:468:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.MemUsed.Gauge",False); ^ resource.cc:469:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.label_swapused = showLabel("bbsload.show.swapUsed.label", ^ resource.cc:470:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.SwapUsed.Label",False); ^ resource.cc:471:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.swapused = showGauge("bbsload.show.swapUsed.gauge", ^ resource.cc:472:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.SwapUsed.Gauge",False); ^ resource.cc:473:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.label_totalused = showLabel("bbsload.show.totalUsed.label", ^ resource.cc:474:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.TotalUsed.Label",False); ^ resource.cc:475:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] show.totalused = showGauge("bbsload.show.totalUsed.gauge", ^ resource.cc:476:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Show.TotalUsed.Gauge",False); ^ resource.cc:485:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readTexture("bbsload.gauge.active","Bbsload.Gauge.Active", ^ resource.cc:485:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readTexture("bbsload.gauge.active","Bbsload.Gauge.Active", ^ resource.cc:486:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] BB_BUTTON_PRESSED,"Toolbar.Button.Pressed", ^ resource.cc:487:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "red1","green","Vertical Gradient Flat Bevel2", ^ resource.cc:487:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "red1","green","Vertical Gradient Flat Bevel2", ^ resource.cc:487:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "red1","green","Vertical Gradient Flat Bevel2", ^ resource.cc:490:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readTexture("bbsload.gauge.inactive","Bbsload.Gauge.Inactive", ^ resource.cc:490:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readTexture("bbsload.gauge.inactive","Bbsload.Gauge.Inactive", ^ resource.cc:491:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-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: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] BB_BUTTON,"Toolbar.Button", ^ resource.cc:492:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "black","black","Solid Flat Bevel2", ^ resource.cc:492:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "black","black","Solid Flat Bevel2", ^ resource.cc:492:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "black","black","Solid Flat Bevel2", ^ resource.cc:497:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] readTexture("bbsload.gauge.background", ^ resource.cc:498:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Gauge.Background","0","0","black","black", ^ resource.cc:498:44: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Gauge.Background","0","0","black","black", ^ resource.cc:498:48: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Gauge.Background","0","0","black","black", ^ resource.cc:498:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Gauge.Background","0","0","black","black", ^ resource.cc:498:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Bbsload.Gauge.Background","0","0","black","black", ^ resource.cc:499:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "Solid Flat Bevel2",&gauge.background_texture); ^ resource.cc:595:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "0","0","green","green","Solid Flat Bevel1", ^ resource.cc:595:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "0","0","green","green","Solid Flat Bevel1", ^ resource.cc:595:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "0","0","green","green","Solid Flat Bevel1", ^ resource.cc:595:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "0","0","green","green","Solid Flat Bevel1", ^ resource.cc:595:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "0","0","green","green","Solid Flat Bevel1", ^ 125 warnings generated. --- Image.o --- 2 warnings generated. 1 error bmake[1]: stopped in /Users/pbulk/build/sysutils/bbsload/work/bbsload-0.2.6 *** [all-recursive] Error code 1 bmake: stopped in /Users/pbulk/build/sysutils/bbsload/work/bbsload-0.2.6 1 error bmake: stopped in /Users/pbulk/build/sysutils/bbsload/work/bbsload-0.2.6 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/sysutils/bbsload *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/sysutils/bbsload