=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for flpsed-0.7.3nb1 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- GsWidget.o --- --- PSEditWidget.o --- --- PSEditor.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 --- PSEditor.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 PSEditor.o -MD -MP -MF .deps/PSEditor.Tpo -c -o PSEditor.o PSEditor.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 --- PSEditor.o --- In file included from PSEditor.cxx:9: In file included from ./PSEditor.H:10: 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(); ^ /Users/pbulk/build/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); ^ --- PSEditWidget.o --- 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(); ^ /Users/pbulk/build/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(); ^ /Users/pbulk/build/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()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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); ^ --- PSEditor.o --- PSEditor.cxx:26:10: error: cannot initialize object parameter of type 'PSEditWidget' with an expression of type 'PSEditor' if (!file_loaded()) { ^~~~~~~~~~~ PSEditor.cxx:30:28: error: no matching member function for call to 'x' mark_x = Fl::event_x()-x(); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:284:7: note: candidate function not viable: no known conversion from 'PSEditor' to 'const Fl_Widget' for object argument int x() const {return x_;} ^ /Users/pbulk/build/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;} ^ PSEditor.cxx:31:28: error: no matching member function for call to 'y' mark_y = Fl::event_y()-y(); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:289:7: note: candidate function not viable: no known conversion from 'PSEditor' to 'const Fl_Widget' for object argument int y() const {return y_;} ^ /Users/pbulk/build/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;} ^ PSEditor.cxx:33:10: error: cannot initialize object parameter of type 'PSEditWidget' with an expression of type 'PSEditor' if (!set_cur_text(mark_x, mark_y) == 0) { ^~~~~~~~~~~~ PSEditor.cxx:34:6: error: no matching member function for call to 'new_text' new_text(mark_x, mark_y, ""); ^~~~~~~~ ./PSEditWidget.H:47:8: note: candidate function not viable: no known conversion from 'PSEditor' to 'PSEditWidget' for object argument void new_text(int x1, int y1, const char *s); ^ ./PSEditWidget.H:45:8: note: candidate function not viable: requires 4 arguments, but 3 were provided void new_text(int x1, int y1, const char *s, int p); ^ PSEditor.cxx:37:5: error: no matching function for call to 'focus' Fl::focus(this); ^~~~~~~~~ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl.H:841:15: note: candidate function not viable: no known conversion from 'PSEditor *' to 'Fl_Widget *' for 1st argument static void focus(Fl_Widget*); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl.H:840:21: note: candidate function not viable: requires 0 arguments, but 1 was provided static Fl_Widget* focus() {return focus_;} ^ PSEditor.cxx:43:5: error: no matching function for call to 'paste' Fl::paste(*this, 0); ^~~~~~~~~ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl.H:921:15: note: candidate function not viable: no known conversion from 'PSEditor' to 'Fl_Widget &' for 1st argument static void paste(Fl_Widget &receiver, int source /*=0*/); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl.H:978:15: note: candidate function not viable: requires single argument 'receiver', but 2 arguments were provided static void paste(Fl_Widget &receiver); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl.H:920:15: note: candidate function not viable: requires 3 arguments, but 2 were provided static void paste(Fl_Widget &receiver, int source, const char *type); ^ PSEditor.cxx:49:23: error: no matching member function for call to 'x' move(Fl::event_x()-x(), Fl::event_y()-y()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:284:7: note: candidate function not viable: no known conversion from 'PSEditor' to 'const Fl_Widget' for object argument int x() const {return x_;} ^ /Users/pbulk/build/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;} ^ PSEditor.cxx:49:42: error: no matching member function for call to 'y' move(Fl::event_x()-x(), Fl::event_y()-y()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:289:7: note: candidate function not viable: no known conversion from 'PSEditor' to 'const Fl_Widget' for object argument int y() const {return y_;} ^ /Users/pbulk/build/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;} ^ PSEditor.cxx:57:6: error: cannot initialize object parameter of type 'PSEditWidget' with an expression of type 'PSEditor' rm_char(); ^~~~~~~ PSEditor.cxx:59:6: error: cannot initialize object parameter of type 'PSEditWidget' with an expression of type 'PSEditor' rel_move(-1, 0); ^~~~~~~~ PSEditor.cxx:61:6: error: cannot initialize object parameter of type 'PSEditWidget' with an expression of type 'PSEditor' rel_move(1, 0); ^~~~~~~~ --- GsWidget.o --- GsWidget.cxx:50:25: error: use of undeclared identifier 'fl_display' atoms[3] = XInternAtom(fl_display,"PAGE" , false); ^ --- PSEditor.o --- PSEditor.cxx:63:6: error: cannot initialize object parameter of type 'PSEditWidget' with an expression of type 'PSEditor' rel_move(0, 1); ^~~~~~~~ PSEditor.cxx:65:6: error: cannot initialize object parameter of type 'PSEditWidget' with an expression of type 'PSEditor' rel_move(0, -1); ^~~~~~~~ PSEditor.cxx:67:6: error: cannot initialize object parameter of type 'PSEditWidget' with an expression of type 'PSEditor' next_text(); ^~~~~~~~~ PSEditor.cxx:70:33: error: cannot initialize object parameter of type 'PSEditWidget' with an expression of type 'PSEditor' for (int i=0; iget_text(), t_x + x(), t_y + y()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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()); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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, ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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(), ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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(), ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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_;} ^ /Users/pbulk/build/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)); ^~~~~~ /Users/pbulk/build/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); ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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)); ^~~~~~ /Users/pbulk/build/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); ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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)); ^~~~~~ /Users/pbulk/build/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); ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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)); ^~~~~~ /Users/pbulk/build/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); ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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)); ^~~~~~ /Users/pbulk/build/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); ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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)); ^~~~~~ /Users/pbulk/build/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); ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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)); ^~~~~~ /Users/pbulk/build/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); ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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); ^~~~~~ /Users/pbulk/build/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); ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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)); ^~~~~~ /Users/pbulk/build/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); ^ /Users/pbulk/build/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); ^ /Users/pbulk/build/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 in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3/src 3 errors bmake[2]: stopped in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3/src *** [all-recursive] Error code 1 bmake[1]: stopped in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3 1 error bmake[1]: stopped in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3 *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3 1 error bmake: stopped in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/print/flpsed *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/print/flpsed