=> "/opt/pkg/bin/bmake" ["-C", "/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/print/flpsed", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for flpsed-0.7.3nb4 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- GsWidget.o --- --- PSEditWidget.o --- --- GsWidget.o --- clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -I/opt/pkg/include -MT GsWidget.o -MD -MP -MF .deps/GsWidget.Tpo -c -o GsWidget.o GsWidget.cxx --- PSEditWidget.o --- clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -I/opt/pkg/include -MT PSEditWidget.o -MD -MP -MF .deps/PSEditWidget.Tpo -c -o PSEditWidget.o PSEditWidget.cxx In file included from PSEditWidget.cxx:21: In file included from ./PSEditWidget.H:10: ./GsWidget.H:26:3: error: unknown type name 'Atom' Atom atoms[5]; ^ ./GsWidget.H:34:8: warning: 'GsWidget::resize' hides overloaded virtual function [-Woverloaded-virtual] void resize(); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:320:16: note: hidden overloaded virtual function 'Fl_Widget::resize' declared here: different number of parameters (4 vs 0) virtual void resize(int x, int y, int w, int h); ^ --- GsWidget.o --- In file included from GsWidget.cxx:17: ./GsWidget.H:26:3: error: unknown type name 'Atom' Atom atoms[5]; ^ ./GsWidget.H:34:8: warning: 'GsWidget::resize' hides overloaded virtual function [-Woverloaded-virtual] void resize(); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:320:16: note: hidden overloaded virtual function 'Fl_Widget::resize' declared here: different number of parameters (4 vs 0) virtual void resize(int x, int y, int w, int h); ^ GsWidget.cxx:24:35: error: no matching member function for call to 'w' offscreen = fl_create_offscreen(w(), h()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:294:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int w() const {return w_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:143:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void w(int v) {w_ = v;} ^ GsWidget.cxx:24:40: error: no matching member function for call to 'h' offscreen = fl_create_offscreen(w(), h()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:299:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int h() const {return h_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:145:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void h(int v) {h_ = v;} ^ GsWidget.cxx:27:18: error: no matching member function for call to 'w' fl_rectf(0, 0, w(), h()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:294:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int w() const {return w_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:143:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void w(int v) {w_ = v;} ^ GsWidget.cxx:27:23: error: no matching member function for call to 'h' fl_rectf(0, 0, w(), h()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:299:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int h() const {return h_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:145:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void h(int v) {h_ = v;} ^ GsWidget.cxx:35:15: error: no matching member function for call to 'x' fl_push_clip(x(), y(), w(), h()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:284:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int x() const {return x_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:139:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void x(int v) {x_ = v;} ^ GsWidget.cxx:35:20: error: no matching member function for call to 'y' fl_push_clip(x(), y(), w(), h()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:289:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int y() const {return y_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:141:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void y(int v) {y_ = v;} ^ GsWidget.cxx:35:25: error: no matching member function for call to 'w' fl_push_clip(x(), y(), w(), h()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:294:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int w() const {return w_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:143:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void w(int v) {w_ = v;} ^ GsWidget.cxx:35:30: error: no matching member function for call to 'h' fl_push_clip(x(), y(), w(), h()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:299:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int h() const {return h_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:145:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void h(int v) {h_ = v;} ^ GsWidget.cxx:36:20: error: no matching member function for call to 'x' fl_copy_offscreen(x(), y(), w(), h(), offscreen, 0, 0); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:284:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int x() const {return x_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:139:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void x(int v) {x_ = v;} ^ GsWidget.cxx:36:25: error: no matching member function for call to 'y' fl_copy_offscreen(x(), y(), w(), h(), offscreen, 0, 0); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:289:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int y() const {return y_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:141:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void y(int v) {y_ = v;} ^ GsWidget.cxx:36:30: error: no matching member function for call to 'w' fl_copy_offscreen(x(), y(), w(), h(), offscreen, 0, 0); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:294:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int w() const {return w_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:143:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void w(int v) {w_ = v;} ^ GsWidget.cxx:36:35: error: no matching member function for call to 'h' fl_copy_offscreen(x(), y(), w(), h(), offscreen, 0, 0); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:299:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int h() const {return h_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:145:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void h(int v) {h_ = v;} ^ GsWidget.cxx:44:35: error: no matching member function for call to 'w' offscreen = fl_create_offscreen(w(), h()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:294:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int w() const {return w_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:143:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void w(int v) {w_ = v;} ^ GsWidget.cxx:44:40: error: no matching member function for call to 'h' offscreen = fl_create_offscreen(w(), h()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:299:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int h() const {return h_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:145:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void h(int v) {h_ = v;} ^ GsWidget.cxx:47:25: error: use of undeclared identifier 'fl_display' atoms[0] = XInternAtom(fl_display,"GHOSTVIEW" , false); ^ GsWidget.cxx:48:25: error: use of undeclared identifier 'fl_display' atoms[1] = XInternAtom(fl_display,"GHOSTVIEW_COLORS" , false); ^ GsWidget.cxx:49:25: error: use of undeclared identifier 'fl_display' atoms[2] = XInternAtom(fl_display,"NEXT" , false); ^ GsWidget.cxx:50:25: error: use of undeclared identifier 'fl_display' atoms[3] = XInternAtom(fl_display,"PAGE" , false); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. *** [GsWidget.o] Error code 1 bmake[2]: stopped making "all" in /var/tmp/work/print/flpsed/work/flpsed-0.7.3/src --- PSEditWidget.o --- PSEditWidget.cxx:33:12: error: cannot initialize object parameter of type 'GsWidget' with an expression of type 'PSEditWidget' GsWidget::draw(); ^~~~ PSEditWidget.cxx:47:32: error: no matching member function for call to 'x' fl_draw(t->get_text(), t_x + x(), t_y + y()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:284:7: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'const Fl_Widget' for object argument int x() const {return x_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:139:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void x(int v) {x_ = v;} ^ PSEditWidget.cxx:47:43: error: no matching member function for call to 'y' fl_draw(t->get_text(), t_x + x(), t_y + y()); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:289:7: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'const Fl_Widget' for object argument int y() const {return y_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:141:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void y(int v) {y_ = v;} ^ PSEditWidget.cxx:50:11: error: no matching member function for call to 'x' t_x + x()-1, ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:284:7: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'const Fl_Widget' for object argument int x() const {return x_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:139:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void x(int v) {x_ = v;} ^ PSEditWidget.cxx:51:11: error: no matching member function for call to 'y' t_y + y()-fl_height()+fl_descent(), ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:289:7: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'const Fl_Widget' for object argument int y() const {return y_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:141:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void y(int v) {y_ = v;} ^ PSEditWidget.cxx:61:32: error: no matching member function for call to 'x' fl_draw(t->get_tag(), t_x + x(), ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:284:7: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'const Fl_Widget' for object argument int x() const {return x_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:139:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void x(int v) {x_ = v;} ^ PSEditWidget.cxx:62:11: error: no matching member function for call to 'y' t_y + y() - text_height - 1); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:289:7: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'const Fl_Widget' for object argument int y() const {return y_;} ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:141:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void y(int v) {y_ = v;} ^ PSEditWidget.cxx:93:19: error: cannot initialize object parameter of type 'GsWidget' with an expression of type 'PSEditWidget' return GsWidget::next(); ^~~~ PSEditWidget.cxx:109:3: error: no matching member function for call to 'damage' damage(4, bb_x(t), bb_y(t), bb_w(t), bb_h(t)); ^~~~~~ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:946:8: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'Fl_Widget' for object argument void damage(uchar c, int x, int y, int w, int h); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:938:8: note: candidate function not viable: requires single argument 'c', but 5 arguments were provided void damage(uchar c); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:917:9: note: candidate function not viable: requires 0 arguments, but 5 were provided uchar damage() const {return damage_;} ^ PSEditWidget.cxx:113:3: error: no matching member function for call to 'damage' damage(4, bb_x(t_old), bb_y(t_old), bb_w(t_old), bb_h(t_old)); ^~~~~~ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:946:8: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'Fl_Widget' for object argument void damage(uchar c, int x, int y, int w, int h); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:938:8: note: candidate function not viable: requires single argument 'c', but 5 arguments were provided void damage(uchar c); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:917:9: note: candidate function not viable: requires 0 arguments, but 5 were provided uchar damage() const {return damage_;} ^ PSEditWidget.cxx:118:22: error: cannot initialize object parameter of type 'GsWidget' with an expression of type 'PSEditWidget' new_text(x1, y1, s, get_page()); ^~~~~~~~ PSEditWidget.cxx:137:4: error: no matching member function for call to 'damage' damage(4, bb_x(t_new), bb_y(t_new), bb_w(t_new), bb_h(t_new)); ^~~~~~ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:946:8: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'Fl_Widget' for object argument void damage(uchar c, int x, int y, int w, int h); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:938:8: note: candidate function not viable: requires single argument 'c', but 5 arguments were provided void damage(uchar c); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:917:9: note: candidate function not viable: requires 0 arguments, but 5 were provided uchar damage() const {return damage_;} ^ PSEditWidget.cxx:140:4: error: no matching member function for call to 'damage' damage(4, bb_x(t_old), bb_y(t_old), bb_w(t_old), bb_h(t_old)); ^~~~~~ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:946:8: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'Fl_Widget' for object argument void damage(uchar c, int x, int y, int w, int h); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:938:8: note: candidate function not viable: requires single argument 'c', but 5 arguments were provided void damage(uchar c); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:917:9: note: candidate function not viable: requires 0 arguments, but 5 were provided uchar damage() const {return damage_;} ^ PSEditWidget.cxx:165:3: error: no matching member function for call to 'damage' damage(4, bb_x(t_new), bb_y(t_new), bb_w(t_new), bb_h(t_new)); ^~~~~~ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:946:8: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'Fl_Widget' for object argument void damage(uchar c, int x, int y, int w, int h); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:938:8: note: candidate function not viable: requires single argument 'c', but 5 arguments were provided void damage(uchar c); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:917:9: note: candidate function not viable: requires 0 arguments, but 5 were provided uchar damage() const {return damage_;} ^ PSEditWidget.cxx:169:3: error: no matching member function for call to 'damage' damage(4, bb_x(t_old), bb_y(t_old), bb_w(t_old), bb_h(t_old)); ^~~~~~ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:946:8: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'Fl_Widget' for object argument void damage(uchar c, int x, int y, int w, int h); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:938:8: note: candidate function not viable: requires single argument 'c', but 5 arguments were provided void damage(uchar c); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:917:9: note: candidate function not viable: requires 0 arguments, but 5 were provided uchar damage() const {return damage_;} ^ PSEditWidget.cxx:182:3: error: no matching member function for call to 'damage' damage(4, bb_x(t), bb_y(t), bb_w(t), bb_h(t)); ^~~~~~ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:946:8: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'Fl_Widget' for object argument void damage(uchar c, int x, int y, int w, int h); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:938:8: note: candidate function not viable: requires single argument 'c', but 5 arguments were provided void damage(uchar c); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:917:9: note: candidate function not viable: requires 0 arguments, but 5 were provided uchar damage() const {return damage_;} ^ PSEditWidget.cxx:202:3: error: no matching member function for call to 'damage' damage(4, old_bbx, old_bby, old_bbw, old_bbh); ^~~~~~ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:946:8: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'Fl_Widget' for object argument void damage(uchar c, int x, int y, int w, int h); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:938:8: note: candidate function not viable: requires single argument 'c', but 5 arguments were provided void damage(uchar c); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:917:9: note: candidate function not viable: requires 0 arguments, but 5 were provided uchar damage() const {return damage_;} ^ PSEditWidget.cxx:203:3: error: no matching member function for call to 'damage' damage(4, bb_x(t), bb_y(t), bb_w(t), bb_h(t)); ^~~~~~ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:946:8: note: candidate function not viable: no known conversion from 'PSEditWidget' to 'Fl_Widget' for object argument void damage(uchar c, int x, int y, int w, int h); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:938:8: note: candidate function not viable: requires single argument 'c', but 5 arguments were provided void damage(uchar c); ^ /var/tmp/work/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:917:9: note: candidate function not viable: requires 0 arguments, but 5 were provided uchar damage() const {return damage_;} ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. *** [PSEditWidget.o] Error code 1 bmake[2]: stopped making "all" in /var/tmp/work/print/flpsed/work/flpsed-0.7.3/src bmake[2]: 2 errors bmake[2]: stopped making "all" in /var/tmp/work/print/flpsed/work/flpsed-0.7.3/src bmake[1]: stopped making "all-recursive" in /var/tmp/work/print/flpsed/work/flpsed-0.7.3 bmake: stopped making "all" in /var/tmp/work/print/flpsed/work/flpsed-0.7.3 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/print/flpsed *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/print/flpsed