=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for din-58.1
Making all in src
gmake[1]: Entering directory '/Users/pbulk/build/audio/din/work/din-58.1/src'
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT alarm.o -MD -MP -MF .deps/alarm.Tpo -c -o alarm.o alarm.cc
mv -f .deps/alarm.Tpo .deps/alarm.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT arrow_button.o -MD -MP -MF .deps/arrow_button.Tpo -c -o arrow_button.o arrow_button.cc
In file included from arrow_button.cc:8:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from arrow_button.cc:8:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
arrow_button.cc:65:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_INT, 0, v);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
arrow_button.cc:66:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINE_LOOP, 0, 3);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
4 warnings generated.
mv -f .deps/arrow_button.Tpo .deps/arrow_button.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT audio.o -MD -MP -MF .deps/audio.Tpo -c -o audio.o audio.cc
In file included from audio.cc:22:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from audio.cc:22:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from audio.cc:23:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from audio.cc:23:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
4 warnings generated.
mv -f .deps/audio.Tpo .deps/audio.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT authors_note.o -MD -MP -MF .deps/authors_note.Tpo -c -o authors_note.o authors_note.cc
In file included from authors_note.cc:8:
In file included from ./authors_note.h:12:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from authors_note.cc:8:
In file included from ./authors_note.h:12:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
authors_note.cc:43:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_PROJECTION);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
authors_note.cc:44:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
authors_note.cc:45:3: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glOrtho (0, view.xmax, 0, view.ymax, -1, 1);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here
extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
            ^
authors_note.cc:47:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_MODELVIEW);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
authors_note.cc:48:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
7 warnings generated.
mv -f .deps/authors_note.Tpo .deps/authors_note.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT autoflip.o -MD -MP -MF .deps/autoflip.Tpo -c -o autoflip.o autoflip.cc
In file included from autoflip.cc:10:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from autoflip.cc:10:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/autoflip.Tpo .deps/autoflip.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT autopause.o -MD -MP -MF .deps/autopause.Tpo -c -o autopause.o autopause.cc
In file included from autopause.cc:12:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from autopause.cc:12:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/autopause.Tpo .deps/autopause.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT autorotator.o -MD -MP -MF .deps/autorotator.Tpo -c -o autorotator.o autorotator.cc
In file included from autorotator.cc:11:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from autorotator.cc:11:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/autorotator.Tpo .deps/autorotator.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT ball.o -MD -MP -MF .deps/ball.Tpo -c -o ball.o ball.cc
In file included from ball.cc:9:
In file included from ./mondrian.h:15:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ball.cc:9:
In file included from ./mondrian.h:15:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ball.cc:9:
In file included from ./mondrian.h:15:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from ball.cc:9:
In file included from ./mondrian.h:15:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from ball.cc:9:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ball.cc:9:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ball.cc:9:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ball.cc:9:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ball.cc:9:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from ball.cc:9:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from ball.cc:9:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
11 warnings generated.
mv -f .deps/ball.Tpo .deps/ball.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT ball_ops.o -MD -MP -MF .deps/ball_ops.Tpo -c -o ball_ops.o ball_ops.cc
In file included from ball_ops.cc:11:
In file included from ./mondrian.h:15:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ball_ops.cc:11:
In file included from ./mondrian.h:15:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ball_ops.cc:11:
In file included from ./mondrian.h:15:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from ball_ops.cc:11:
In file included from ./mondrian.h:15:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from ball_ops.cc:11:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ball_ops.cc:11:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ball_ops.cc:11:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ball_ops.cc:11:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ball_ops.cc:11:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from ball_ops.cc:11:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from ball_ops.cc:11:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from ball_ops.cc:15:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from ball_ops.cc:11:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ball_ops.cc:15:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ball_ops.cc:15:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ball_ops.cc:15:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ball_ops.cc:15:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ball_ops.cc:15:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ball_ops.cc:15:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ball_ops.cc:15:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ball_ops.cc:15:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
21 warnings generated.
mv -f .deps/ball_ops.Tpo .deps/ball_ops.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT basic_editor.o -MD -MP -MF .deps/basic_editor.Tpo -c -o basic_editor.o basic_editor.cc
In file included from basic_editor.cc:14:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from basic_editor.cc:14:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from basic_editor.cc:18:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
basic_editor.cc:201:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glMatrixMode (GL_PROJECTION);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:202:2: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPushMatrix ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here
extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:203:4: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glLoadIdentity ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:204:4: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glOrtho (win.left, win.right, win.bottom, win.top, -1, 1);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here
extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:206:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glMatrixMode (GL_MODELVIEW);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:207:3: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glPushMatrix ();
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here
extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:208:4: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glLoadIdentity ();
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:212:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_MODELVIEW);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:213:3: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glPopMatrix ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here
extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:214:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glMatrixMode (GL_PROJECTION);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:215:2: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPopMatrix ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here
extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:226:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_PROJECTION);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:227:3: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glPushMatrix ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here
extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:228:5: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glLoadIdentity ();
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:229:6: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glOrtho (0, view.xmax, 0, view.ymax, 0, 1);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here
extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:238:4: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glColor3f (0.30f, 0.30f, 0.30f);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:247:4: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glVertexPointer (2, GL_FLOAT, 0, gl_pts);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:248:4: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glDrawArrays (GL_LINES, 0, 8);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:252:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (1, 1, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:265:7: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor3f (1, 1, 0.5);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:270:3: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glPopMatrix ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here
extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:332:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (sr, sg, sb);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:334:5: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertexPointer (2, GL_INT, 0, xlines.data ());
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:335:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDrawArrays (GL_LINES, 0, nx2);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:339:5: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertexPointer (2, GL_INT, 0, ylines.data ());
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
basic_editor.cc:340:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDrawArrays (GL_LINES, 0, ny2);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
46 warnings generated.
mv -f .deps/basic_editor.Tpo .deps/basic_editor.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT beat2value.o -MD -MP -MF .deps/beat2value.Tpo -c -o beat2value.o beat2value.cc
In file included from beat2value.cc:10:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from beat2value.cc:10:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/beat2value.Tpo .deps/beat2value.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT binaural_drone.o -MD -MP -MF .deps/binaural_drone.Tpo -c -o binaural_drone.o binaural_drone.cc
In file included from binaural_drone.cc:10:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from binaural_drone.cc:10:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/binaural_drone.Tpo .deps/binaural_drone.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT binaural_drones.o -MD -MP -MF .deps/binaural_drones.Tpo -c -o binaural_drones.o binaural_drones.cc
In file included from binaural_drones.cc:8:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from binaural_drones.cc:8:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from binaural_drones.cc:8:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from binaural_drones.cc:8:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from binaural_drones.cc:8:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from binaural_drones.cc:8:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from binaural_drones.cc:8:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from binaural_drones.cc:8:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from binaural_drones.cc:8:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from binaural_drones.cc:8:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from binaural_drones.cc:14:
In file included from ./fft.h:14:
./levels.h:78:8: warning: 'levels::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load (); 
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from binaural_drones.cc:14:
In file included from ./fft.h:14:
./levels.h:80:8: warning: 'levels::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from binaural_drones.cc:16:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from binaural_drones.cc:8:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from binaural_drones.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from binaural_drones.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from binaural_drones.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from binaural_drones.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from binaural_drones.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from binaural_drones.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from binaural_drones.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from binaural_drones.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
22 warnings generated.
mv -f .deps/binaural_drones.Tpo .deps/binaural_drones.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT bit_display.o -MD -MP -MF .deps/bit_display.Tpo -c -o bit_display.o bit_display.cc
In file included from bit_display.cc:8:
In file included from ./bit_display.h:11:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from bit_display.cc:8:
In file included from ./bit_display.h:11:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
bit_display.cc:77:2: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (clr.r, clr.g, clr.b);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
bit_display.cc:78:2: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPolygonMode (GL_FRONT, GL_LINE);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
bit_display.cc:79:2: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glRecti (xstart, extents.bottom, xend, extents.top);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
bit_display.cc:83:11: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                if (bi) glPolygonMode (GL_FRONT, GL_FILL); else glPolygonMode (GL_FRONT, GL_LINE);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
bit_display.cc:83:51: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                if (bi) glPolygonMode (GL_FRONT, GL_FILL); else glPolygonMode (GL_FRONT, GL_LINE);
                                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
bit_display.cc:85:3: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glRecti (xl, extents.bottom, xr, extents.top);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
bit_display.cc:88:2: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPolygonMode (GL_FRONT, GL_FILL);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
9 warnings generated.
mv -f .deps/bit_display.Tpo .deps/bit_display.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT box_selector.o -MD -MP -MF .deps/box_selector.Tpo -c -o box_selector.o box_selector.cc
In file included from box_selector.cc:7:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from box_selector.cc:7:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from box_selector.cc:7:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from box_selector.cc:7:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
box_selector.cc:48:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_LINE_STIPPLE);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:49:3: warning: 'glLineStipple' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glLineStipple (1, 0xf00f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2568:13: note: 'glLineStipple' has been explicitly marked deprecated here
extern void glLineStipple (GLint factor, GLushort pattern) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:50:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (1, 1, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:55:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertexPointer (2, GL_FLOAT, 0, boxp);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:56:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDrawArrays (GL_LINE_LOOP, 0, 4);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:58:7: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor3f (0.25, 0.25, 0.25);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:63:7: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glBegin (GL_LINES);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:64:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex2i (region.left, my);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:65:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex2i (region.right, my);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:66:7: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glEnd ();
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:72:7: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glBegin (GL_LINES);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:73:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex2i (mx, region.bottom);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:74:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex2i (mx, region.top);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:75:7: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glEnd ();
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
box_selector.cc:77:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_LINE_STIPPLE);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
19 warnings generated.
mv -f .deps/box_selector.Tpo .deps/box_selector.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT button.o -MD -MP -MF .deps/button.Tpo -c -o button.o button.cc
In file included from button.cc:8:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from button.cc:8:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/button.Tpo .deps/button.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT capturer.o -MD -MP -MF .deps/capturer.Tpo -c -o capturer.o capturer.cc
In file included from capturer.cc:8:
In file included from ./capturer.h:11:
In file included from ./label.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from capturer.cc:8:
In file included from ./capturer.h:11:
In file included from ./label.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from capturer.cc:9:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from capturer.cc:9:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from capturer.cc:9:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from capturer.cc:9:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from capturer.cc:9:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from capturer.cc:9:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from capturer.cc:9:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from capturer.cc:9:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
capturer.cc:179:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_LINE_STIPPLE);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
capturer.cc:180:3: warning: 'glLineStipple' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glLineStipple (1, 0xf00f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2568:13: note: 'glLineStipple' has been explicitly marked deprecated here
extern void glLineStipple (GLint factor, GLushort pattern) OPENGL_DEPRECATED(10.0, 10.14);
            ^
capturer.cc:185:5: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glBegin (GL_LINES);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
capturer.cc:186:6: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                        glVertex2i (p.x, p.y);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
capturer.cc:187:6: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                        glVertex2i (sb->extents.midx, sb->extents.midy);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
capturer.cc:188:5: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glEnd ();
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
capturer.cc:191:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_LINE_STIPPLE);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
17 warnings generated.
mv -f .deps/capturer.Tpo .deps/capturer.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT checkbutton.o -MD -MP -MF .deps/checkbutton.Tpo -c -o checkbutton.o checkbutton.cc
In file included from checkbutton.cc:9:
In file included from ./checkbutton.h:13:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from checkbutton.cc:9:
In file included from ./checkbutton.h:13:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:61:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBegin (GL_LINES);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:62:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (extents.left, extents.bottom);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:63:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (extents.right, extents.bottom);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:64:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (extents.midx, extents.bottom);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:65:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (extents.midx, extents.top);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:66:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnd ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:88:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_INT, 0, pts);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:89:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINE_STRIP, 0, 5);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:90:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBegin (GL_LINES);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:91:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (e.midx, e.top-dy);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:92:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (pts[2], pts[3]);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
checkbutton.cc:93:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnd ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
14 warnings generated.
mv -f .deps/checkbutton.Tpo .deps/checkbutton.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT chrono.o -MD -MP -MF .deps/chrono.Tpo -c -o chrono.o chrono.cc
mv -f .deps/chrono.Tpo .deps/chrono.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT circler.o -MD -MP -MF .deps/circler.Tpo -c -o circler.o circler.cc
In file included from circler.cc:8:
In file included from ./circler.h:12:
In file included from ./spinner.h:13:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from circler.cc:8:
In file included from ./circler.h:12:
In file included from ./spinner.h:13:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from circler.cc:8:
In file included from ./circler.h:12:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from circler.cc:8:
In file included from ./circler.h:12:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from circler.cc:8:
In file included from ./circler.h:12:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from circler.cc:8:
In file included from ./circler.h:13:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from circler.cc:8:
In file included from ./circler.h:19:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from circler.cc:8:
In file included from ./circler.h:19:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from circler.cc:8:
In file included from ./circler.h:12:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from circler.cc:8:
In file included from ./circler.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from circler.cc:8:
In file included from ./circler.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from circler.cc:8:
In file included from ./circler.h:21:
./ui_sin_cos_radius.h:55:8: warning: 'ui_sin_cos_radius::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load ();
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from circler.cc:8:
In file included from ./circler.h:21:
./ui_sin_cos_radius.h:56:8: warning: 'ui_sin_cos_radius::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from circler.cc:8:
In file included from ./circler.h:12:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./circler.h:50:18: note: in instantiation of template class 'spinner<int>' requested here
    spinner<int> num_points;
                 ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from circler.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from circler.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from circler.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from circler.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from circler.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from circler.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from circler.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from circler.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from circler.cc:8:
In file included from ./circler.h:12:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./circler.h:48:3: note: in instantiation of member function 'spinner<float>::draw' requested here
  struct {
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from circler.cc:8:
In file included from ./circler.h:12:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./circler.h:48:3: note: in instantiation of member function 'spinner<int>::draw' requested here
  struct {
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
24 warnings generated.
mv -f .deps/circler.Tpo .deps/circler.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT command.o -MD -MP -MF .deps/command.Tpo -c -o command.o command.cc
In file included from command.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from command.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from command.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from command.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from command.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from command.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from command.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from command.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from command.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from command.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from command.cc:9:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from command.cc:9:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from command.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from command.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from command.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from command.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from command.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from command.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from command.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from command.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from command.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from command.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from command.cc:9:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
In file included from command.cc:25:
./keyboard_keyboard.h:46:8: warning: 'keyboard_keyboard::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
  void update_waveform (multi_curve& crv);
       ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from command.cc:29:
In file included from ./fft.h:14:
./levels.h:78:8: warning: 'levels::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load (); 
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from command.cc:29:
In file included from ./fft.h:14:
./levels.h:80:8: warning: 'levels::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from command.cc:30:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from command.cc:34:
In file included from ./circler.h:21:
./ui_sin_cos_radius.h:55:8: warning: 'ui_sin_cos_radius::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load ();
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from command.cc:34:
In file included from ./circler.h:21:
./ui_sin_cos_radius.h:56:8: warning: 'ui_sin_cos_radius::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
command.cc:348:30: warning: format specifies type 'unsigned int' but the argument has type 'uintptr_t' (aka 'unsigned long') [-Wformat]
      sprintf (BUFFER, "%u", (uintptr_t) uis.crved);
                        ~~   ^~~~~~~~~~~~~~~~~~~~~
                        %lu
30 warnings generated.
mv -f .deps/command.Tpo .deps/command.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT compressor.o -MD -MP -MF .deps/compressor.Tpo -c -o compressor.o compressor.cc
In file included from compressor.cc:9:
In file included from ./compressor.h:12:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from compressor.cc:9:
In file included from ./compressor.h:12:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from compressor.cc:9:
In file included from ./compressor.h:12:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from compressor.cc:9:
In file included from ./compressor.h:12:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from compressor.cc:9:
In file included from ./compressor.h:12:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from compressor.cc:9:
In file included from ./compressor.h:12:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from compressor.cc:9:
In file included from ./compressor.h:12:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from compressor.cc:9:
In file included from ./compressor.h:12:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from compressor.cc:9:
In file included from ./compressor.h:12:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from compressor.cc:9:
In file included from ./compressor.h:12:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
10 warnings generated.
mv -f .deps/compressor.Tpo .deps/compressor.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT console.o -MD -MP -MF .deps/console.Tpo -c -o console.o console.cc
In file included from console.cc:9:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from console.cc:9:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from console.cc:17:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from console.cc:17:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from console.cc:17:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from console.cc:17:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from console.cc:17:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from console.cc:17:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from console.cc:17:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from console.cc:17:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from console.cc:17:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from console.cc:17:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from console.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from console.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from console.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from console.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from console.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from console.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from console.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from console.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
console.cc:165:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
console.cc:171:2: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (cmd_line.clr.r, cmd_line.clr.g, cmd_line.clr.b);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
console.cc:176:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (1, 0, 0);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
console.cc:178:5: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glBegin (GL_LINES);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
console.cc:179:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (px, py);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
console.cc:180:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (px+char_width, py);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
console.cc:181:5: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnd ();
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
27 warnings generated.
mv -f .deps/console.Tpo .deps/console.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT console_iterator.o -MD -MP -MF .deps/console_iterator.Tpo -c -o console_iterator.o console_iterator.cc
In file included from console_iterator.cc:8:
In file included from ./console_iterator.h:11:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from console_iterator.cc:8:
In file included from ./console_iterator.h:11:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/console_iterator.Tpo .deps/console_iterator.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT countries.o -MD -MP -MF .deps/countries.Tpo -c -o countries.o countries.cc
In file included from countries.cc:9:
In file included from ./countries.h:12:
In file included from ./plugin.h:12:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from countries.cc:9:
In file included from ./countries.h:12:
In file included from ./plugin.h:12:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from countries.cc:9:
In file included from ./countries.h:12:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from countries.cc:9:
In file included from ./countries.h:15:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from countries.cc:9:
In file included from ./countries.h:15:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from countries.cc:9:
In file included from ./countries.h:15:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from countries.cc:9:
In file included from ./countries.h:15:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./countries.h:50:18: note: in instantiation of template class 'spinner<int>' requested here
    spinner<int> start, end, step;
                 ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from countries.cc:9:
In file included from ./countries.h:15:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./countries.h:49:3: note: in instantiation of member function 'spinner<int>::draw' requested here
  struct {
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
8 warnings generated.
mv -f .deps/countries.Tpo .deps/countries.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT cross_button.o -MD -MP -MF .deps/cross_button.Tpo -c -o cross_button.o cross_button.cc
In file included from cross_button.cc:8:
In file included from ./cross_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from cross_button.cc:8:
In file included from ./cross_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
cross_button.cc:12:2: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (clr.r, clr.g, clr.b);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
cross_button.cc:15:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertexPointer (2, GL_INT, 0, pts);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
cross_button.cc:16:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDrawArrays (GL_LINES, 0, 4);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
cross_button.cc:19:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDrawArrays (GL_LINES, 0, 4);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
6 warnings generated.
mv -f .deps/cross_button.Tpo .deps/cross_button.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT curve.o -MD -MP -MF .deps/curve.Tpo -c -o curve.o curve.cc
In file included from curve.cc:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
1 warning generated.
mv -f .deps/curve.Tpo .deps/curve.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT curve_display.o -MD -MP -MF .deps/curve_display.Tpo -c -o curve_display.o curve_display.cc
In file included from curve_display.cc:8:
In file included from ./curve_display.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_display.cc:8:
In file included from ./curve_display.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_display.cc:52:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_PROJECTION);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_display.cc:53:3: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glPushMatrix ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here
extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_display.cc:54:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_display.cc:55:3: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glOrtho (bbox.left, bbox.right, bbox.bottom, bbox.top, -1, 1);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here
extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_display.cc:56:3: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glViewport (posx, posy, extents.width, extents.height);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here
extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_display.cc:57:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_MODELVIEW);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_display.cc:59:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_PROJECTION);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_display.cc:60:3: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glPopMatrix ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here
extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_display.cc:61:3: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glViewport (0, 0, view.width, view.height);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here
extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_display.cc:81:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_FLOAT, 0, gl_pts);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_display.cc:82:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINE_STRIP, 0, n);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
13 warnings generated.
mv -f .deps/curve_display.Tpo .deps/curve_display.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT curve_editor.o -MD -MP -MF .deps/curve_editor.Tpo -c -o curve_editor.o curve_editor.cc
In file included from curve_editor.cc:9:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_editor.cc:9:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_editor.cc:9:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from curve_editor.cc:9:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from curve_editor.cc:9:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_editor.cc:9:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_editor.cc:9:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_editor.cc:9:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_editor.cc:9:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from curve_editor.cc:9:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from curve_editor.cc:15:
In file included from ./sine_mixer.h:15:
./levels.h:78:8: warning: 'levels::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load (); 
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from curve_editor.cc:15:
In file included from ./sine_mixer.h:15:
./levels.h:80:8: warning: 'levels::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from curve_editor.cc:15:
In file included from ./sine_mixer.h:16:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from curve_editor.cc:9:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./sine_mixer.h:58:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_points;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_editor.cc:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_editor.cc:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_editor.cc:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_editor.cc:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_editor.cc:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_editor.cc:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_editor.cc:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_editor.cc:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_editor.cc:23:
In file included from ./spiraler.h:14:
./ui_sin_cos_radius.h:55:8: warning: 'ui_sin_cos_radius::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load ();
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from curve_editor.cc:23:
In file included from ./spiraler.h:14:
./ui_sin_cos_radius.h:56:8: warning: 'ui_sin_cos_radius::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
curve_editor.cc:716:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (1, 1, 0.7f);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:729:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_FLOAT, 0, gl_pts);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:730:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINE_STRIP, 0, n);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:748:9: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (crv->r, crv->g, crv->b);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:751:9: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (crv->rt, crv->gt, crv->bt);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:753:9: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (crv->r, crv->g, crv->b);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:776:7: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor3f (crv.r, crv.g, crv.b);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:777:7: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glLineWidth (2);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here
extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:782:7: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertexPointer (2, GL_INT, 0, mkr);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:783:7: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glDrawArrays (GL_LINE_LOOP, 0, 4);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:784:7: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glLineWidth (1);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here
extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:808:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_LINE_STIPPLE);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:809:3: warning: 'glLineStipple' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glLineStipple (1, 0x00ff);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2568:13: note: 'glLineStipple' has been explicitly marked deprecated here
extern void glLineStipple (GLint factor, GLushort pattern) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:810:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (0, 0.5, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:811:5: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glBegin (GL_LINES);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:812:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (susx, susbox.bottom);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:813:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (susx, win.bottom);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:814:5: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnd ();
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:817:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDisable (GL_LINE_STIPPLE);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:821:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertexPointer (2, GL_INT, 0, mkr);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:822:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDrawArrays (GL_LINE_LOOP, 0, 3);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:833:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (0.2f, 0.2f, 0.2f);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:853:5: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertexPointer (2, GL_FLOAT, 0, gl_pts);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:854:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDrawArrays (GL_LINES, 0, e);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:861:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_FLOAT, 0, handle);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:862:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINE_LOOP, 0, 4);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:871:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBegin (GL_LINES);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:872:5: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2f (x, y);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:873:5: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2f (tx, ty);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:874:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnd ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:901:2: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertexPointer (2, GL_FLOAT, 0, gl_pts);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:902:2: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDrawArrays (GL_LINE_STRIP, 0, n);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:1577:3: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLineWidth (2);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here
extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:1581:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (1.0f, 0.6f, 1.0f);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_editor.cc:1593:3: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLineWidth (1);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here
extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14);
            ^
59 warnings generated.
mv -f .deps/curve_editor.Tpo .deps/curve_editor.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT curve_library.o -MD -MP -MF .deps/curve_library.Tpo -c -o curve_library.o curve_library.cc
In file included from curve_library.cc:10:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_library.cc:10:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_library.cc:10:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from curve_library.cc:10:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from curve_library.cc:10:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_library.cc:10:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_library.cc:10:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_library.cc:10:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_library.cc:10:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from curve_library.cc:10:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
10 warnings generated.
mv -f .deps/curve_library.Tpo .deps/curve_library.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT curve_mixer.o -MD -MP -MF .deps/curve_mixer.Tpo -c -o curve_mixer.o curve_mixer.cc
In file included from curve_mixer.cc:10:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_mixer.cc:10:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/curve_mixer.Tpo .deps/curve_mixer.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT curve_picker.o -MD -MP -MF .deps/curve_picker.Tpo -c -o curve_picker.o curve_picker.cc
In file included from curve_picker.cc:7:
In file included from ./curve_picker.h:11:
In file included from ./label.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_picker.cc:7:
In file included from ./curve_picker.h:11:
In file included from ./label.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_picker.cc:8:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from curve_picker.cc:8:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from curve_picker.cc:8:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_picker.cc:8:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_picker.cc:8:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_picker.cc:8:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_picker.cc:8:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from curve_picker.cc:8:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from curve_picker.cc:9:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from curve_picker.cc:8:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_picker.cc:9:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_picker.cc:9:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_picker.cc:9:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_picker.cc:9:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_picker.cc:9:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_picker.cc:9:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_picker.cc:9:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_picker.cc:9:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
curve_picker.cc:58:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_picker.cc:59:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_picker.cc:60:5: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor4f (0, 0, 0, 0.7f);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_picker.cc:61:5: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glRecti (bg.left, bg.bottom, bg.right, bg.top);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_picker.cc:62:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDisable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
25 warnings generated.
mv -f .deps/curve_picker.Tpo .deps/curve_picker.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT curve_samples.o -MD -MP -MF .deps/curve_samples.Tpo -c -o curve_samples.o curve_samples.cc
In file included from curve_samples.cc:7:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_samples.cc:7:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from curve_samples.cc:7:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from curve_samples.cc:7:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from curve_samples.cc:7:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_samples.cc:7:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_samples.cc:7:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_samples.cc:7:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from curve_samples.cc:7:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from curve_samples.cc:7:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
curve_samples.cc:105:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (1.0f, 0.25f, 0.25f);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_samples.cc:108:5: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertexPointer (2, GL_FLOAT, 0, xy);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_samples.cc:109:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDrawArrays (GL_LINE_STRIP, 0, k);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_samples.cc:117:7: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glBegin (GL_LINES);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_samples.cc:118:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex2i (dxp, ye);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_samples.cc:119:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex2i (xw[k1], ye);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_samples.cc:120:7: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glEnd ();
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_samples.cc:122:7: warning: 'glPointSize' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glPointSize (6);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2614:13: note: 'glPointSize' has been explicitly marked deprecated here
extern void glPointSize (GLfloat size) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_samples.cc:123:9: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glBegin (GL_POINTS);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_samples.cc:124:11: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
          glVertex2i (dxp, ye);
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_samples.cc:125:9: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnd ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
curve_samples.cc:126:7: warning: 'glPointSize' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glPointSize (1);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2614:13: note: 'glPointSize' has been explicitly marked deprecated here
extern void glPointSize (GLfloat size) OPENGL_DEPRECATED(10.0, 10.14);
            ^
22 warnings generated.
mv -f .deps/curve_samples.Tpo .deps/curve_samples.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT custom_periodic.o -MD -MP -MF .deps/custom_periodic.Tpo -c -o custom_periodic.o custom_periodic.cc
In file included from custom_periodic.cc:9:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from custom_periodic.cc:9:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/custom_periodic.Tpo .deps/custom_periodic.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT defvelaccel.o -MD -MP -MF .deps/defvelaccel.Tpo -c -o defvelaccel.o defvelaccel.cc
mv -f .deps/defvelaccel.Tpo .deps/defvelaccel.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT delay.o -MD -MP -MF .deps/delay.Tpo -c -o delay.o delay.cc
mv -f .deps/delay.Tpo .deps/delay.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT din.o -MD -MP -MF .deps/din.Tpo -c -o din.o din.cc
In file included from din.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from din.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from din.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from din.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from din.cc:9:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from din.cc:9:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from din.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from din.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din.cc:9:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
In file included from din.cc:26:
./keyboard_keyboard.h:46:8: warning: 'keyboard_keyboard::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
  void update_waveform (multi_curve& crv);
       ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
din.cc:1618:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1619:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1631:5: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor4f (di.r, di.g, di.b, di.fdr.amount);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1637:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_INT, 0, dhp);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1640:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_LINE_STIPPLE);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1641:3: warning: 'glLineStipple' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glLineStipple (1, 0xf00f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2568:13: note: 'glLineStipple' has been explicitly marked deprecated here
extern void glLineStipple (GLint factor, GLushort pattern) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1642:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (ds.r, ds.g, ds.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1647:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDrawArrays (GL_LINES, 0, 4);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1648:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_LINE_STIPPLE);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1657:7: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor4f (gr, gg, gb, di.fdr.amount);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1680:7: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor4f (gr, gg, gb, di.fdr.amount);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1681:7: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glDrawArrays (GL_QUADS, 0, 4);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1683:7: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor4f (rs, gs, bs, di.fdr.amount);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1684:4: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glDrawArrays (GL_LINE_LOOP, 0, 4);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1695:5: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertexPointer (2, GL_FLOAT, 0, dap);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1706:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (0.25, 0.25, 0.25);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1707:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDrawArrays (GL_LINES, 0, 2 * ad);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1749:9: warning: 'glEnableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnableClientState (GL_COLOR_ARRAY);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2473:13: note: 'glEnableClientState' has been explicitly marked deprecated here
extern void glEnableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1750:9: warning: 'glColorPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColorPointer (4, GL_FLOAT, 0, dcol);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2435:13: note: 'glColorPointer' has been explicitly marked deprecated here
extern void glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1751:5: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glVertexPointer (2, GL_FLOAT, 0, dvap);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1752:9: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDrawArrays (GL_LINES, 0, v / 2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1753:9: warning: 'glDisableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisableClientState (GL_COLOR_ARRAY);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2463:13: note: 'glDisableClientState' has been explicitly marked deprecated here
extern void glDisableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1771:9: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor4f (1, 0.25, 0.5, 1);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1772:5: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glVertexPointer (2, GL_FLOAT, 0, dvap);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1773:9: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDrawArrays (GL_LINES, 0, a / 2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:1781:2: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisable (GL_BLEND);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2438:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_PROJECTION);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2439:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2440:3: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glOrtho (win.left, win.right, win.bottom, win.top, -1, 1);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here
extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2442:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_MODELVIEW);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2443:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2455:6: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glLineWidth (3);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here
extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2456:4: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glEnable (GL_LINE_STIPPLE);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2457:4: warning: 'glLineStipple' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glLineStipple (1, 0x0f0f);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2568:13: note: 'glLineStipple' has been explicitly marked deprecated here
extern void glLineStipple (GLint factor, GLushort pattern) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2459:7: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor3f (1, 1, 1);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2464:4: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glVertexPointer (2, GL_INT, 0, gl_pts);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2465:6: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDrawArrays (GL_LINE_LOOP, 0, 4);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2466:6: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glLineWidth (1);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here
extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2467:4: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glDisable (GL_LINE_STIPPLE);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2480:4: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glColor3f (0.9f, 0.9f, 1.0f);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2493:7: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glEnable (GL_LINE_STIPPLE);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2494:7: warning: 'glLineStipple' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glLineStipple (1, 0xfffc);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2568:13: note: 'glLineStipple' has been explicitly marked deprecated here
extern void glLineStipple (GLint factor, GLushort pattern) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2495:6: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (0.25, 0.25, 0.25);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2496:7: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertexPointer (2, GL_INT, 0, gl_pts);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2501:6: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDrawArrays (GL_LINES, 0, 4);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:2502:7: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glDisable (GL_LINE_STIPPLE);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:3603:9: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glBegin (GL_LINES);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:3604:11: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
          glColor3f (di.r, di.g, di.b);
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:3605:11: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
          glVertex2f (di.sx, di.y);
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:3606:11: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
          glColor3f (sat->r, sat->g, sat->b);
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:3607:11: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
          glVertex2f (sat->sx, sat->y);
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:3608:9: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnd ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4254:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4255:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4269:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBegin (GL_QUAD_STRIP);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4273:5: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glColor4f (vc, 0, vc, b);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4274:5: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glVertex2f (xl, yb);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4275:5: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glVertex2f (xr, yb);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4282:4: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glColor4f (vc, 0, vc, b);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4283:4: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glVertex2f (xl, yt);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4284:4: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glVertex2f (xr, yt);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4285:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnd ();
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4287:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDisable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4292:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4293:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4307:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBegin (GL_QUAD_STRIP);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4311:5: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glColor4f (0, pc, pc, b);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4312:5: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glVertex2f (xl, yb);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4313:5: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glVertex2f (xl, yt);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4320:4: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glColor4f (0, pc, pc, b);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4321:4: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glVertex2f (xr, yb);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4322:4: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glVertex2f (xr, yt);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4323:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnd ();
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4326:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDisable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4479:2: warning: 'glEnableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnableClientState (GL_COLOR_ARRAY);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2473:13: note: 'glEnableClientState' has been explicitly marked deprecated here
extern void glEnableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4480:2: warning: 'glColorPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColorPointer (3, GL_FLOAT, 0, con_clr);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2435:13: note: 'glColorPointer' has been explicitly marked deprecated here
extern void glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4481:2: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertexPointer (2, GL_FLOAT, 0, con_pts);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4482:2: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDrawArrays (GL_LINES, 0, _2totcon);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4483:2: warning: 'glDisableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisableClientState (GL_COLOR_ARRAY);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2463:13: note: 'glDisableClientState' has been explicitly marked deprecated here
extern void glDisableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4666:7: warning: 'glPointSize' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glPointSize (4);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2614:13: note: 'glPointSize' has been explicitly marked deprecated here
extern void glPointSize (GLfloat size) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4667:7: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertexPointer (2, GL_FLOAT, 0, meshp);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4668:7: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor3f (1, 1, 1);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4669:7: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glDrawArrays (GL_POINTS, 0, rowcol);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din.cc:4670:7: warning: 'glPointSize' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glPointSize (1);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2614:13: note: 'glPointSize' has been explicitly marked deprecated here
extern void glPointSize (GLfloat size) OPENGL_DEPRECATED(10.0, 10.14);
            ^
108 warnings generated.
mv -f .deps/din.Tpo .deps/din.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT din_info.o -MD -MP -MF .deps/din_info.Tpo -c -o din_info.o din_info.cc
In file included from din_info.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din_info.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din_info.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from din_info.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from din_info.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din_info.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din_info.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din_info.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din_info.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from din_info.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from din_info.cc:8:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from din_info.cc:8:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from din_info.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din_info.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from din_info.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din_info.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din_info.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din_info.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din_info.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din_info.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din_info.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from din_info.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from din_info.cc:8:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
din_info.cc:129:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (1, 0.5, 0.5);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din_info.cc:133:5: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertexPointer (2, GL_FLOAT, 0, pts);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din_info.cc:134:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDrawArrays (GL_LINES, 0, 4);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din_info.cc:139:5: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertexPointer (2, GL_FLOAT, 0, pts);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
din_info.cc:140:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDrawArrays (GL_LINE_LOOP, 0, 4);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
28 warnings generated.
mv -f .deps/din_info.Tpo .deps/din_info.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT drawrrow.o -MD -MP -MF .deps/drawrrow.Tpo -c -o drawrrow.o drawrrow.cc
In file included from drawrrow.cc:8:
In file included from ./drawrrow.h:11:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from drawrrow.cc:8:
In file included from ./drawrrow.h:11:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
drawrrow.cc:30:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (1, 0.5, 0.5);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
drawrrow.cc:31:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_FLOAT, 0, pts);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
drawrrow.cc:32:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINES, 0, npts);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
5 warnings generated.
mv -f .deps/drawrrow.Tpo .deps/drawrrow.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT drone.o -MD -MP -MF .deps/drone.Tpo -c -o drone.o drone.cc
In file included from drone.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from drone.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from drone.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from drone.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from drone.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from drone.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from drone.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from drone.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from drone.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from drone.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from drone.cc:8:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from drone.cc:8:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from drone.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from drone.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from drone.cc:8:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from drone.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from drone.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from drone.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from drone.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from drone.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from drone.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from drone.cc:8:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from drone.cc:8:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
23 warnings generated.
mv -f .deps/drone.Tpo .deps/drone.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT eval.o -MD -MP -MF .deps/eval.Tpo -c -o eval.o eval.cc
In file included from eval.cc:8:
In file included from ./state_button.h:8:
In file included from ./checkbutton.h:13:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from eval.cc:8:
In file included from ./state_button.h:8:
In file included from ./checkbutton.h:13:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from eval.cc:10:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from eval.cc:10:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from eval.cc:10:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from eval.cc:10:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from eval.cc:10:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from eval.cc:10:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from eval.cc:10:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from eval.cc:10:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from eval.cc:12:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from eval.cc:12:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from eval.cc:12:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from eval.cc:12:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from eval.cc:10:
In file included from ./binaural_drones.h:15:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from eval.cc:12:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from eval.cc:12:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from eval.cc:12:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from eval.cc:12:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from eval.cc:12:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from eval.cc:12:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from eval.cc:12:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from eval.cc:12:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
In file included from eval.cc:15:
./keyboard_keyboard.h:46:8: warning: 'keyboard_keyboard::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
  void update_waveform (multi_curve& crv);
       ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from eval.cc:17:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
25 warnings generated.
mv -f .deps/eval.Tpo .deps/eval.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT fader.o -MD -MP -MF .deps/fader.Tpo -c -o fader.o fader.cc
mv -f .deps/fader.Tpo .deps/fader.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT fft.o -MD -MP -MF .deps/fft.Tpo -c -o fft.o fft.cc
In file included from fft.cc:9:
In file included from ./fft.h:12:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from fft.cc:9:
In file included from ./fft.h:12:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from fft.cc:9:
In file included from ./fft.h:14:
./levels.h:78:8: warning: 'levels::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load (); 
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from fft.cc:9:
In file included from ./fft.h:14:
./levels.h:80:8: warning: 'levels::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
4 warnings generated.
mv -f .deps/fft.Tpo .deps/fft.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT field.o -MD -MP -MF .deps/field.Tpo -c -o field.o field.cc
In file included from field.cc:8:
In file included from ./field.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from field.cc:8:
In file included from ./field.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from field.cc:8:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from field.cc:8:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from field.cc:8:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
field.cc:157:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBegin (GL_LINES);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
field.cc:158:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (cx, y);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
field.cc:159:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (cx, y + fnt.charheight.max);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
field.cc:160:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnd ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
9 warnings generated.
mv -f .deps/field.Tpo .deps/field.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT filled_button.o -MD -MP -MF .deps/filled_button.Tpo -c -o filled_button.o filled_button.cc
In file included from filled_button.cc:7:
In file included from ./filled_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from filled_button.cc:7:
In file included from ./filled_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/filled_button.Tpo .deps/filled_button.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT font.o -MD -MP -MF .deps/font.Tpo -c -o font.o font.cc
font.cc:202:2: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertexPointer (3, GL_INT, 0, pts);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font.cc:213:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDrawArrays (GL_LINE_STRIP, 0, npts);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/font.Tpo .deps/font.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT font_editor.o -MD -MP -MF .deps/font_editor.Tpo -c -o font_editor.o font_editor.cc
In file included from font_editor.cc:10:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from font_editor.cc:10:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from font_editor.cc:10:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from font_editor.cc:10:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from font_editor.cc:10:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from font_editor.cc:10:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from font_editor.cc:10:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from font_editor.cc:10:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from font_editor.cc:10:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from font_editor.cc:10:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
font_editor.cc:188:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (0.7, 0.4, 0);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:189:5: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glBegin (GL_LINE_STRIP);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:190:38: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      for (int i = 0; i < npts; ++i) glVertex2f (scratch_points[i].x, scratch_points[i].y);
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:191:7: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2f (x, y);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:192:5: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnd();
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:197:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (1, 0.8, 0);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:208:2: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (0.5, 0.25, 0.25);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:212:2: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPolygonMode (GL_FRONT_AND_BACK, GL_LINE);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:213:3: warning: 'glRectf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glRectf (0, 0, wx, wy);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2655:13: note: 'glRectf' has been explicitly marked deprecated here
extern void glRectf (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:214:2: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPolygonMode (GL_FRONT_AND_BACK, GL_FILL);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:215:2: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glBegin (GL_LINES);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:216:3: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertex2f (owx, owy);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:217:3: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertex2f (wx, owy);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
font_editor.cc:218:2: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnd ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
24 warnings generated.
mv -f .deps/font_editor.Tpo .deps/font_editor.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT fractaliser.o -MD -MP -MF .deps/fractaliser.Tpo -c -o fractaliser.o fractaliser.cc
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:12:
In file included from ./spinner.h:13:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:12:
In file included from ./spinner.h:13:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:12:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:12:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:12:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:13:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:13:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:12:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:13:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:13:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:16:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:12:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from fractaliser.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from fractaliser.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from fractaliser.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from fractaliser.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from fractaliser.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from fractaliser.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from fractaliser.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from fractaliser.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from fractaliser.cc:8:
In file included from ./fractaliser.h:12:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
fractaliser.cc:17:14: note: in instantiation of member function 'spinner<float>::draw' requested here
fractaliser::fractaliser () : seed ("seed.crv"), ed ("seed.ed"), lib ("seed.lib") {
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
21 warnings generated.
mv -f .deps/fractaliser.Tpo .deps/fractaliser.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT globals.o -MD -MP -MF .deps/globals.Tpo -c -o globals.o globals.cc
In file included from globals.cc:11:
In file included from ./checkbutton.h:13:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from globals.cc:11:
In file included from ./checkbutton.h:13:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from globals.cc:14:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from globals.cc:14:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from globals.cc:14:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from globals.cc:14:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from globals.cc:14:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from globals.cc:14:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from globals.cc:14:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from globals.cc:14:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
10 warnings generated.
mv -f .deps/globals.Tpo .deps/globals.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT glyph.o -MD -MP -MF .deps/glyph.Tpo -c -o glyph.o glyph.cc
mv -f .deps/glyph.Tpo .deps/glyph.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT gravity.o -MD -MP -MF .deps/gravity.Tpo -c -o gravity.o gravity.cc
In file included from gravity.cc:8:
In file included from ./gravity.h:11:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from gravity.cc:8:
In file included from ./gravity.h:11:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from gravity.cc:8:
In file included from ./gravity.h:14:
In file included from ./spinner2.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from gravity.cc:8:
In file included from ./gravity.h:14:
In file included from ./spinner2.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from gravity.cc:8:
In file included from ./gravity.h:14:
In file included from ./spinner2.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from gravity.cc:8:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from gravity.cc:8:
In file included from ./gravity.h:18:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from gravity.cc:8:
In file included from ./gravity.h:18:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from gravity.cc:8:
In file included from ./gravity.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from gravity.cc:8:
In file included from ./gravity.h:18:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from gravity.cc:8:
In file included from ./gravity.h:18:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from gravity.cc:8:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from gravity.cc:8:
In file included from ./gravity.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from gravity.cc:8:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from gravity.cc:8:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from gravity.cc:8:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from gravity.cc:8:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from gravity.cc:8:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from gravity.cc:8:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from gravity.cc:8:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from gravity.cc:13:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from gravity.cc:13:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from gravity.cc:13:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
gravity.cc:148:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (1, 0.6, 0.4);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
gravity.cc:149:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_INT, 0, gl_base);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
gravity.cc:150:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINE_LOOP, 0, 4);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
gravity.cc:151:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_FLOAT, 0, gl_arrow);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
gravity.cc:152:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINES, 0, 6);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
28 warnings generated.
mv -f .deps/gravity.Tpo .deps/gravity.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.cc
In file included from help.cc:9:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from help.cc:9:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/help.Tpo .deps/help.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT hit.o -MD -MP -MF .deps/hit.Tpo -c -o hit.o hit.cc
mv -f .deps/hit.Tpo .deps/hit.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT instrument.o -MD -MP -MF .deps/instrument.Tpo -c -o instrument.o instrument.cc
mv -f .deps/instrument.Tpo .deps/instrument.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT item_list.o -MD -MP -MF .deps/item_list.Tpo -c -o item_list.o item_list.cc
In file included from item_list.cc:8:
In file included from ./item_list.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from item_list.cc:8:
In file included from ./item_list.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
item_list.cc:76:21: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                if (items[i].sel) glColor3f (0, 1, 1);
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
item_list.cc:77:8: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                else glColor3f (clr.r, clr.g, clr.b);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
4 warnings generated.
mv -f .deps/item_list.Tpo .deps/item_list.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT keyboard_keyboard.o -MD -MP -MF .deps/keyboard_keyboard.Tpo -c -o keyboard_keyboard.o keyboard_keyboard.cc
In file included from keyboard_keyboard.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from keyboard_keyboard.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from keyboard_keyboard.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from keyboard_keyboard.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from keyboard_keyboard.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from keyboard_keyboard.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from keyboard_keyboard.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from keyboard_keyboard.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from keyboard_keyboard.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from keyboard_keyboard.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from keyboard_keyboard.cc:9:
./keyboard_keyboard.h:46:8: warning: 'keyboard_keyboard::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
  void update_waveform (multi_curve& crv);
       ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from keyboard_keyboard.cc:11:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from keyboard_keyboard.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from keyboard_keyboard.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from keyboard_keyboard.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from keyboard_keyboard.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from keyboard_keyboard.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from keyboard_keyboard.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from keyboard_keyboard.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from keyboard_keyboard.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from keyboard_keyboard.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from keyboard_keyboard.cc:13:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from keyboard_keyboard.cc:13:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from keyboard_keyboard.cc:13:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
keyboard_keyboard.cc:348:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_PROJECTION);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:349:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:350:3: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glOrtho (0, view.xmax, 0, view.ymax, -1, 1);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here
extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:352:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_MODELVIEW);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:353:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:356:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:357:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:365:5: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor4f (ti.r, ti.g, ti.b, alpha);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:367:5: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glRecti (ti.x - arm1 - ti.bend_x, ti.y - arm1, ti.x + arm1 + ti.bend_x, ti.y + arm1);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:370:5: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor4f (1, 1, 1, alpha);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:372:5: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glLineWidth (2);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here
extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:377:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertexPointer(2, GL_INT, 0, pts);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:378:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDrawArrays (GL_LINE_LOOP, 0, 4);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:379:5: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glLineWidth (1);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here
extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:382:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDisable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:387:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (0.25, 0.25, 0.25);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:390:5: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertexPointer (2, GL_INT, 0, pts);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:396:7: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glDrawArrays (GL_LINES, 0, 4);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:401:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable (GL_LINE_STIPPLE);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:402:3: warning: 'glLineStipple' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLineStipple (1, 0xFFF0);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2568:13: note: 'glLineStipple' has been explicitly marked deprecated here
extern void glLineStipple (GLint factor, GLushort pattern) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:403:2: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (0.75, 0.75, 0.75);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:417:9: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glBegin (GL_LINES);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:418:11: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
          glVertex2i (marker_nx, 0);
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:419:11: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
          glVertex2i (marker_nx, view.ymax);
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:420:9: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnd ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:421:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisable (GL_LINE_STIPPLE);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:424:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnable (GL_LINE_STIPPLE);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:432:7: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glBegin (GL_LINES);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:433:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex2i (marker_x, 0);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:434:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex2i (marker_x, view.ymax);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:435:7: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glEnd ();
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:438:3: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLineWidth (1);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here
extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:439:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDisable (GL_LINE_STIPPLE);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:443:2: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (1, 1, 1);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:449:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (ki.r, ki.g, ki.b);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:453:7: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glBegin (GL_LINES);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:454:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex2i (ki.x, ymarker);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:455:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex2i (ki.x + fnt.charwidth.max, ymarker);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
keyboard_keyboard.cc:456:7: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glEnd ();
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
63 warnings generated.
mv -f .deps/keyboard_keyboard.Tpo .deps/keyboard_keyboard.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT label.o -MD -MP -MF .deps/label.Tpo -c -o label.o label.cc
In file included from label.cc:8:
In file included from ./label.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from label.cc:8:
In file included from ./label.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/label.Tpo .deps/label.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT levels.o -MD -MP -MF .deps/levels.Tpo -c -o levels.o levels.cc
In file included from levels.cc:10:
In file included from ./levels.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from levels.cc:10:
In file included from ./levels.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from levels.cc:10:
./levels.h:78:8: warning: 'levels::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load (); 
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from levels.cc:10:
./levels.h:80:8: warning: 'levels::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
levels.cc:273:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (.5f, .5f, .5f);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
levels.cc:275:5: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glBegin (GL_LINES);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
levels.cc:276:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (extents.left, ybh);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
levels.cc:277:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (extents.right, ybh);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
levels.cc:278:5: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnd ();
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
levels.cc:281:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
levels.cc:282:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
levels.cc:290:7: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor4f (clr.r, clr.g, clr.b, a0);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
levels.cc:291:9: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glRecti (l, extents.bottom, r, extents.top);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
levels.cc:294:7: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor4f (clr.r + dc * clr.r, clr.g + dc * clr.g, clr.b + dc * clr.b, a);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
levels.cc:295:9: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glRecti (l, extents.bottom, r, extents.bottom + heights[i]);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
levels.cc:300:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDisable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
16 warnings generated.
mv -f .deps/levels.Tpo .deps/levels.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT line.o -MD -MP -MF .deps/line.Tpo -c -o line.o line.cc
line.cc:16:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBegin (GL_LINE_STRIP);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
line.cc:18:4: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glColor3f (r[k], g[k], 0);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
line.cc:19:4: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glVertex2i (points[i].x, points[i].y);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
line.cc:22:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnd ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
4 warnings generated.
mv -f .deps/line.Tpo .deps/line.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT lissajous.o -MD -MP -MF .deps/lissajous.Tpo -c -o lissajous.o lissajous.cc
In file included from lissajous.cc:9:
In file included from ./lissajous.h:12:
In file included from ./spinner.h:13:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from lissajous.cc:9:
In file included from ./lissajous.h:12:
In file included from ./spinner.h:13:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from lissajous.cc:9:
In file included from ./lissajous.h:12:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from lissajous.cc:9:
In file included from ./lissajous.h:12:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from lissajous.cc:9:
In file included from ./lissajous.h:12:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from lissajous.cc:9:
In file included from ./lissajous.h:13:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from lissajous.cc:9:
In file included from ./lissajous.h:12:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./lissajous.h:27:22: note: in instantiation of template class 'spinner<float>' requested here
      spinner<float> x, y;
                     ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from lissajous.cc:9:
In file included from ./lissajous.h:12:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./lissajous.h:32:18: note: in instantiation of template class 'spinner<int>' requested here
    spinner<int> num_points;
                 ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from lissajous.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from lissajous.cc:9:
In file included from ./lissajous.h:12:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./lissajous.h:26:5: note: in instantiation of member function 'spinner<float>::draw' requested here
    struct {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from lissajous.cc:9:
In file included from ./lissajous.h:12:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./lissajous.h:25:3: note: in instantiation of member function 'spinner<int>::draw' requested here
  struct {
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
22 warnings generated.
mv -f .deps/lissajous.Tpo .deps/lissajous.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT listeners.o -MD -MP -MF .deps/listeners.Tpo -c -o listeners.o listeners.cc
In file included from listeners.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from listeners.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from listeners.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from listeners.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from listeners.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from listeners.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from listeners.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from listeners.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from listeners.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from listeners.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from listeners.cc:9:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from listeners.cc:9:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from listeners.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from listeners.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from listeners.cc:9:
In file included from ./din.h:22:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from listeners.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from listeners.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from listeners.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from listeners.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from listeners.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from listeners.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:19:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from listeners.cc:9:
In file included from ./din.h:38:
In file included from ./gravity.h:14:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from listeners.cc:9:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
In file included from listeners.cc:13:
./keyboard_keyboard.h:46:8: warning: 'keyboard_keyboard::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
  void update_waveform (multi_curve& crv);
       ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from listeners.cc:14:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from listeners.cc:15:
In file included from ./fft.h:14:
./levels.h:78:8: warning: 'levels::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load (); 
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from listeners.cc:15:
In file included from ./fft.h:14:
./levels.h:80:8: warning: 'levels::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
27 warnings generated.
mv -f .deps/listeners.Tpo .deps/listeners.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
In file included from main.cc:22:
In file included from ./ui_list.h:13:
In file included from ./filled_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from main.cc:22:
In file included from ./ui_list.h:13:
In file included from ./filled_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from main.cc:22:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from main.cc:22:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from main.cc:22:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from main.cc:22:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from main.cc:22:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from main.cc:22:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from main.cc:22:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from main.cc:22:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from main.cc:22:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from main.cc:22:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from main.cc:22:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from main.cc:22:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from main.cc:22:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from main.cc:22:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from main.cc:22:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from main.cc:22:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from main.cc:22:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from main.cc:22:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from main.cc:32:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from main.cc:32:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from main.cc:32:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
In file included from main.cc:41:
In file included from ./sine_mixer.h:15:
./levels.h:78:8: warning: 'levels::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load (); 
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from main.cc:41:
In file included from ./sine_mixer.h:15:
./levels.h:80:8: warning: 'levels::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from main.cc:45:
./keyboard_keyboard.h:46:8: warning: 'keyboard_keyboard::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
  void update_waveform (multi_curve& crv);
       ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from main.cc:51:
In file included from ./rose_milker.h:20:
./ui_sin_cos_radius.h:55:8: warning: 'ui_sin_cos_radius::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load ();
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from main.cc:51:
In file included from ./rose_milker.h:20:
./ui_sin_cos_radius.h:56:8: warning: 'ui_sin_cos_radius::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from main.cc:59:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from main.cc:62:
./morpher.h:48:7: warning: 'morpher::changed' hides overloaded virtual function [-Woverloaded-virtual]
        void changed (slider<float>& s);
             ^
./plugin.h:50:8: note: hidden overloaded virtual function 'plugin::changed' declared here: type mismatch at 1st parameter ('checkbutton &' vs 'slider<float> &')
  void changed (checkbutton& cb);
       ^
main.cc:882:73: warning: cast to 'void *' from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast]
    Tcl_CreateObjCommand (interp, cmdp->longname.c_str(), cmd_funcs[i], (ClientData) i, 0);
                                                                        ^~~~~~~~~~~~~~
main.cc:883:74: warning: cast to 'void *' from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast]
    Tcl_CreateObjCommand (interp, cmdp->shortname.c_str(), cmd_funcs[i], (ClientData) i, 0);
                                                                         ^~~~~~~~~~~~~~
main.cc:1103:3: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glViewport (0, 0, w, h);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here
extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14);
            ^
main.cc:1199:2: warning: 'glEnableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnableClientState (GL_VERTEX_ARRAY);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2473:13: note: 'glEnableClientState' has been explicitly marked deprecated here
extern void glEnableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14);
            ^
main.cc:1547:3: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glClearColor(0, 0, 0, 0); // black bg
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here
extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
35 warnings generated.
mv -f .deps/main.Tpo .deps/main.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT menu.o -MD -MP -MF .deps/menu.Tpo -c -o menu.o menu.cc
In file included from menu.cc:9:
In file included from ./menu.h:14:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:14:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from menu.cc:9:
In file included from ./menu.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from menu.cc:9:
In file included from ./menu.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from menu.cc:9:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from menu.cc:9:
In file included from ./menu.h:22:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from menu.cc:9:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:614:20: note: in instantiation of template class 'spinner<float>' requested here
    spinner<float> hz, time;
                   ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from menu.cc:9:
In file included from ./menu.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:615:18: note: in instantiation of template class 'spinner<int>' requested here
    spinner<int> periods; 
                 ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from menu.cc:9:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from menu.cc:10:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from menu.cc:10:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from menu.cc:10:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from menu.cc:10:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from menu.cc:12:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from menu.cc:12:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from menu.cc:12:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
In file included from menu.cc:13:
./keyboard_keyboard.h:46:8: warning: 'keyboard_keyboard::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
  void update_waveform (multi_curve& crv);
       ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from menu.cc:14:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from menu.cc:24:
In file included from ./fft.h:14:
./levels.h:78:8: warning: 'levels::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load (); 
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from menu.cc:24:
In file included from ./fft.h:14:
./levels.h:80:8: warning: 'levels::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
menu.cc:2596:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnable (GL_BLEND);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
menu.cc:2597:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
menu.cc:2598:7: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor4f (0.0f, 0.0f, 0.0f, opacity);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
menu.cc:2599:7: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glRecti (bg_extents.left, bg_extents.bottom, bg_extents.right, bg_extents.top);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
menu.cc:2600:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDisable (GL_BLEND);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
menu.cc:2602:3: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glPolygonMode (GL_FRONT, GL_LINE);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
menu.cc:2603:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (0.5f, 0.5f, 0.5f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
menu.cc:2604:3: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glRecti (bg_extents.left, bg_extents.bottom, bg_extents.right, bg_extents.top); 
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
menu.cc:2605:3: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glPolygonMode (GL_FRONT, GL_FILL);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:20:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./menu.h:613:10: note: in instantiation of member function 'spinner<float>::draw' requested here
  struct crvwavt {
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:20:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./menu.h:613:10: note: in instantiation of member function 'spinner<int>::draw' requested here
  struct crvwavt {
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:21:
./spinner2.h:386:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./menu.h:703:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    struct {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:21:
./spinner2.h:386:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
menu.cc:59:7: note: in instantiation of member function 'spinner2<int>::draw' requested here
menu::menu () : 
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from menu.cc:9:
In file included from ./menu.h:24:
./slider.h:188:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.left + dx, e.top);
                        ^
menu.cc:59:7: note: in instantiation of member function 'slider<float>::draw' requested here
menu::menu () : 
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
41 warnings generated.
mv -f .deps/menu.Tpo .deps/menu.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT mesh.o -MD -MP -MF .deps/mesh.Tpo -c -o mesh.o mesh.cc
In file included from mesh.cc:14:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mesh.cc:14:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mesh.cc:78:3: warning: 'glEnableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnableClientState (GL_COLOR_ARRAY);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2473:13: note: 'glEnableClientState' has been explicitly marked deprecated here
extern void glEnableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mesh.cc:79:3: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glPolygonMode (GL_FRONT_AND_BACK, GL_FILL);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mesh.cc:80:3: warning: 'glColorPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColorPointer (4, GL_FLOAT, 0, clr);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2435:13: note: 'glColorPointer' has been explicitly marked deprecated here
extern void glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mesh.cc:81:2: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertexPointer (2, GL_INT, 0, gl_pts);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mesh.cc:82:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_QUADS, 0, n); // filled polygons
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mesh.cc:84:3: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glPolygonMode (GL_FRONT_AND_BACK, GL_LINE);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mesh.cc:85:3: warning: 'glColorPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColorPointer (4, GL_FLOAT, 0, clr);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2435:13: note: 'glColorPointer' has been explicitly marked deprecated here
extern void glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mesh.cc:86:2: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertexPointer (2, GL_INT, 0, gl_pts);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mesh.cc:87:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_QUADS, 0, n); // polygon outlines
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mesh.cc:88:3: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glPolygonMode (GL_FRONT_AND_BACK, GL_FILL);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mesh.cc:89:3: warning: 'glDisableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDisableClientState (GL_COLOR_ARRAY);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2463:13: note: 'glDisableClientState' has been explicitly marked deprecated here
extern void glDisableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14);
            ^
13 warnings generated.
mv -f .deps/mesh.Tpo .deps/mesh.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT midi_in.o -MD -MP -MF .deps/midi_in.Tpo -c -o midi_in.o midi_in.cc
In file included from midi_in.cc:9:
In file included from ./console.h:21:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from midi_in.cc:9:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from midi_in.cc:11:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from midi_in.cc:11:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from midi_in.cc:11:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from midi_in.cc:11:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from midi_in.cc:11:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from midi_in.cc:11:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from midi_in.cc:11:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from midi_in.cc:11:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from midi_in.cc:11:
./keyboard_keyboard.h:46:8: warning: 'keyboard_keyboard::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
  void update_waveform (multi_curve& crv);
       ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
11 warnings generated.
mv -f .deps/midi_in.Tpo .deps/midi_in.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT minus_button.o -MD -MP -MF .deps/minus_button.Tpo -c -o minus_button.o minus_button.cc
In file included from minus_button.cc:8:
In file included from ./minus_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from minus_button.cc:8:
In file included from ./minus_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
minus_button.cc:13:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBegin (GL_LINES);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
minus_button.cc:14:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (e.left, e.midy);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
minus_button.cc:15:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (e.right+1, e.midy);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
minus_button.cc:16:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnd ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
6 warnings generated.
mv -f .deps/minus_button.Tpo .deps/minus_button.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT mocap.o -MD -MP -MF .deps/mocap.Tpo -c -o mocap.o mocap.cc
mv -f .deps/mocap.Tpo .deps/mocap.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT modulator.o -MD -MP -MF .deps/modulator.Tpo -c -o modulator.o modulator.cc
In file included from modulator.cc:13:
In file included from ./ui_list.h:13:
In file included from ./filled_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:13:
In file included from ./filled_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from modulator.cc:13:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from modulator.cc:13:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
20 warnings generated.
mv -f .deps/modulator.Tpo .deps/modulator.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT mondrian.o -MD -MP -MF .deps/mondrian.Tpo -c -o mondrian.o mondrian.cc
In file included from mondrian.cc:12:
In file included from ./ui_list.h:13:
In file included from ./filled_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:13:
In file included from ./filled_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from mondrian.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mondrian.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mondrian.cc:16:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from mondrian.cc:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from mondrian.cc:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
mondrian.cc:276:11: warning: ISO C++20 considers use of overloaded operator '==' (with operand types 'box<float>' and 'box<float>') to be ambiguous despite there being a unique best viable function [-Wambiguous-reversed-operator]
    if (e == e0) {
        ~ ^  ~~
./box.h:41:15: note: ambiguity is between a regular call to this operator and a call with the argument order reversed
  inline bool operator== (const box<T>& b1) {
              ^
./box.h:41:15: note: mark 'operator==' as const or add a matching 'operator!=' to resolve the ambiguity
mondrian.cc:449:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:450:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:451:5: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glPolygonMode (GL_FRONT_AND_BACK, GL_FILL);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:454:7: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glEnable (GL_POLYGON_STIPPLE);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:455:7: warning: 'glPolygonStipple' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glPolygonStipple (patbuf);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2617:13: note: 'glPolygonStipple' has been explicitly marked deprecated here
extern void glPolygonStipple (const GLubyte *mask) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:457:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (what->r, what->g, what->b, 0.5);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:458:3: warning: 'glRectf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glRectf (extents.left, extents.bottom, extents.right, extents.top);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2655:13: note: 'glRectf' has been explicitly marked deprecated here
extern void glRectf (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:459:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:460:18: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    if (texture) glDisable (GL_POLYGON_STIPPLE);
                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:464:2: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (1, 1, 1);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:466:3: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glPolygonMode (GL_FRONT_AND_BACK, GL_LINE);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:467:4: warning: 'glRectf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRectf (extents.left, extents.bottom, extents.right, extents.top); // outline rect
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2655:13: note: 'glRectf' has been explicitly marked deprecated here
extern void glRectf (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:468:3: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glPolygonMode (GL_FRONT_AND_BACK, GL_FILL);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:502:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glMatrixMode (GL_PROJECTION);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:503:2: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glLoadIdentity ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:504:2: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glOrtho (win.left, win.right, win.bottom, win.top, -1, 1);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here
extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:505:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glMatrixMode (GL_MODELVIEW);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:506:2: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glLoadIdentity ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:512:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (0.9, 0.9, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:513:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertexPointer (2, GL_FLOAT, 0, mrk);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:514:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDrawArrays (GL_LINES, 0, n_mrk); // note markers
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:521:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (cc, cc, cc);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:526:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertexPointer (2, GL_FLOAT, 0, crsr);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:527:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDrawArrays (GL_LINES, 0, 4);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:531:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (1, 1, 0);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:532:3: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glPolygonMode (GL_FRONT_AND_BACK, GL_LINE);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:533:4: warning: 'glRectf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRectf (win.mousex - slit::HALF_SIZE, win.mousey - slit::HALF_SIZE, win.mousex + slit::HALF_SIZE, win.mousey + slit::HALF_SIZE);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2655:13: note: 'glRectf' has been explicitly marked deprecated here
extern void glRectf (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:534:3: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glPolygonMode (GL_FRONT_AND_BACK, GL_FILL);  
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here
extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1155:4: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glColor3f (r, g, cb); 
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1185:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (1, 1, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1186:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertexPointer (2, GL_FLOAT, 0, pts_d);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1187:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDrawArrays (GL_LINES, 0, 2 * num_balls);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1191:3: warning: 'glPointSize' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glPointSize (5);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2614:13: note: 'glPointSize' has been explicitly marked deprecated here
extern void glPointSize (GLfloat size) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1192:3: warning: 'glEnableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnableClientState (GL_COLOR_ARRAY);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2473:13: note: 'glEnableClientState' has been explicitly marked deprecated here
extern void glEnableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1193:3: warning: 'glColorPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColorPointer (3, GL_FLOAT, 0, pts_clr);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2435:13: note: 'glColorPointer' has been explicitly marked deprecated here
extern void glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1194:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertexPointer (2, GL_FLOAT, 0, pts);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1195:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDrawArrays (GL_POINTS, 0, num_balls_);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1196:3: warning: 'glDisableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisableClientState (GL_COLOR_ARRAY);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2463:13: note: 'glDisableClientState' has been explicitly marked deprecated here
extern void glDisableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1197:3: warning: 'glPointSize' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glPointSize (1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2614:13: note: 'glPointSize' has been explicitly marked deprecated here
extern void glPointSize (GLfloat size) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1217:21: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        if (scope.limit) glColor3f (1.0, 0.1, 0.1); else glColor3f (ti.r, ti.g, ti.b);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1217:53: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        if (scope.limit) glColor3f (1.0, 0.1, 0.1); else glColor3f (ti.r, ti.g, ti.b);
                                                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1218:4: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glVertexPointer (2, GL_FLOAT, 0, xy);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1219:4: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glDrawArrays (GL_LINE_LOOP, 0, n);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:1590:23: warning: cast to 'slit *' from smaller integer type 'int' [-Wint-to-pointer-cast]
                                                                ls.push_back ((slit *) ix); // will resolve to slit* after slits are loaded
                                                                              ^~~~~~~~~~~
mondrian.cc:2324:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_LINE_STIPPLE);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:2325:3: warning: 'glLineStipple' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glLineStipple (1, 0xF0F0);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2568:13: note: 'glLineStipple' has been explicitly marked deprecated here
extern void glLineStipple (GLint factor, GLushort pattern) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:2326:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (0, 1, 0);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:2334:4: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glBegin (GL_LINES);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:2337:5: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glVertex2f (s->start, le);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:2338:5: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glVertex2f (s->end, le);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:2340:5: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glVertex2f (le, s->start);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:2341:5: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                                glVertex2f (le, s->end);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here
extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:2343:4: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glEnd ();
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mondrian.cc:2346:2: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisable (GL_LINE_STIPPLE);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
78 warnings generated.
mv -f .deps/mondrian.Tpo .deps/mondrian.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT morpher.o -MD -MP -MF .deps/morpher.Tpo -c -o morpher.o morpher.cc
In file included from morpher.cc:9:
In file included from ./morpher.h:12:
In file included from ./spinner.h:13:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morpher.cc:9:
In file included from ./morpher.h:12:
In file included from ./spinner.h:13:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morpher.cc:9:
In file included from ./morpher.h:12:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morpher.cc:9:
In file included from ./morpher.h:12:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morpher.cc:9:
In file included from ./morpher.h:12:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morpher.cc:9:
In file included from ./morpher.h:13:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from morpher.cc:9:
In file included from ./morpher.h:16:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morpher.cc:9:
In file included from ./morpher.h:16:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morpher.cc:9:
In file included from ./morpher.h:16:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morpher.cc:9:
In file included from ./morpher.h:16:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morpher.cc:9:
In file included from ./morpher.h:16:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morpher.cc:9:
In file included from ./morpher.h:16:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morpher.cc:9:
In file included from ./morpher.h:12:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./morpher.h:23:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_points;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morpher.cc:9:
./morpher.h:48:7: warning: 'morpher::changed' hides overloaded virtual function [-Woverloaded-virtual]
        void changed (slider<float>& s);
             ^
./plugin.h:50:8: note: hidden overloaded virtual function 'plugin::changed' declared here: type mismatch at 1st parameter ('checkbutton &' vs 'slider<float> &')
  void changed (checkbutton& cb);
       ^
In file included from morpher.cc:10:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from morpher.cc:10:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from morpher.cc:9:
In file included from ./morpher.h:12:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morpher.cc:10:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from morpher.cc:10:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from morpher.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morpher.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morpher.cc:9:
In file included from ./morpher.h:16:
./slider.h:188:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.left + dx, e.top);
                        ^
morpher.cc:15:10: note: in instantiation of member function 'slider<float>::draw' requested here
morpher::morpher () : sl_amount (1, 192, 12), sl_src_start (0, 64, 12), sl_tar_start (0, 64, 12)  {
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morpher.cc:9:
In file included from ./morpher.h:12:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
morpher.cc:15:10: note: in instantiation of member function 'spinner<int>::draw' requested here
morpher::morpher () : sl_amount (1, 192, 12), sl_src_start (0, 64, 12), sl_tar_start (0, 64, 12)  {
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
23 warnings generated.
mv -f .deps/morpher.Tpo .deps/morpher.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT morse_code.o -MD -MP -MF .deps/morse_code.Tpo -c -o morse_code.o morse_code.cc
In file included from morse_code.cc:9:
In file included from ./morse_code.h:13:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morse_code.cc:9:
In file included from ./morse_code.h:13:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morse_code.cc:9:
In file included from ./morse_code.h:13:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from morse_code.cc:9:
In file included from ./morse_code.h:13:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from morse_code.cc:9:
In file included from ./morse_code.h:13:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morse_code.cc:9:
In file included from ./morse_code.h:13:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morse_code.cc:9:
In file included from ./morse_code.h:13:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morse_code.cc:9:
In file included from ./morse_code.h:13:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morse_code.cc:9:
In file included from ./morse_code.h:13:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from morse_code.cc:9:
In file included from ./morse_code.h:13:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from morse_code.cc:12:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from morse_code.cc:9:
In file included from ./morse_code.h:13:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morse_code.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from morse_code.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morse_code.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morse_code.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morse_code.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morse_code.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morse_code.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from morse_code.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
20 warnings generated.
mv -f .deps/morse_code.Tpo .deps/morse_code.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT mouse_slider.o -MD -MP -MF .deps/mouse_slider.Tpo -c -o mouse_slider.o mouse_slider.cc
In file included from mouse_slider.cc:8:
In file included from ./mouse_slider.h:11:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mouse_slider.cc:8:
In file included from ./mouse_slider.h:11:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from mouse_slider.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
mouse_slider.cc:84:2: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (0.5, 0.5, 0.75);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mouse_slider.cc:85:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBegin (GL_LINES);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mouse_slider.cc:86:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (initx, inity);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mouse_slider.cc:87:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (mousex, mouseyy);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
mouse_slider.cc:88:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnd ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
25 warnings generated.
mv -f .deps/mouse_slider.Tpo .deps/mouse_slider.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT multi_curve.o -MD -MP -MF .deps/multi_curve.Tpo -c -o multi_curve.o multi_curve.cc
mv -f .deps/multi_curve.Tpo .deps/multi_curve.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT noiser.o -MD -MP -MF .deps/noiser.Tpo -c -o noiser.o noiser.cc
In file included from noiser.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from noiser.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from noiser.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from noiser.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from noiser.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from noiser.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from noiser.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from noiser.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from noiser.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from noiser.cc:9:
In file included from ./keyboard_keyboard.h:18:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from noiser.cc:9:
./keyboard_keyboard.h:46:8: warning: 'keyboard_keyboard::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
  void update_waveform (multi_curve& crv);
       ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
11 warnings generated.
mv -f .deps/noiser.Tpo .deps/noiser.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT note.o -MD -MP -MF .deps/note.Tpo -c -o note.o note.cc
mv -f .deps/note.Tpo .deps/note.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT number.o -MD -MP -MF .deps/number.Tpo -c -o number.o number.cc
In file included from number.cc:9:
In file included from ./number.h:12:
In file included from ./options_list.h:11:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from number.cc:9:
In file included from ./number.h:12:
In file included from ./options_list.h:11:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from number.cc:9:
In file included from ./number.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from number.cc:9:
In file included from ./number.h:13:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from number.cc:9:
In file included from ./number.h:13:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from number.cc:9:
In file included from ./number.h:13:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from number.cc:9:
In file included from ./number.h:13:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from number.cc:9:
In file included from ./number.h:13:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from number.cc:9:
In file included from ./number.h:13:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from number.cc:9:
In file included from ./number.h:14:
In file included from ./label_field.h:13:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from number.cc:9:
In file included from ./number.h:14:
In file included from ./label_field.h:13:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from number.cc:9:
In file included from ./number.h:14:
In file included from ./label_field.h:13:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from number.cc:9:
In file included from ./number.h:16:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./number.h:47:17: note: in instantiation of template class 'spinner<float>' requested here
        spinner<float> sp_scale; // beat/scale, relevant for non-shapeforms
                       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from number.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from number.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from number.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from number.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from number.cc:9:
In file included from ./number.h:16:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from number.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from number.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from number.cc:9:
In file included from ./number.h:13:
./slider.h:188:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.left + dx, e.top);
                        ^
number.cc:21:9: note: in instantiation of member function 'slider<int>::draw' requested here
number::number () : slw (255), slh (10), sl_red (0, slw, slh), sl_green (0, slw, slh), sl_blue (0, slw, slh) {
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from number.cc:9:
In file included from ./number.h:16:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
number.cc:21:9: note: in instantiation of member function 'spinner<float>::draw' requested here
number::number () : slw (255), slh (10), sl_red (0, slw, slh), sl_green (0, slw, slh), sl_blue (0, slw, slh) {
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
22 warnings generated.
mv -f .deps/number.Tpo .deps/number.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT oscilloscope.o -MD -MP -MF .deps/oscilloscope.Tpo -c -o oscilloscope.o oscilloscope.cc
In file included from oscilloscope.cc:9:
In file included from ./oscilloscope.h:13:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from oscilloscope.cc:9:
In file included from ./oscilloscope.h:13:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from oscilloscope.cc:9:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from oscilloscope.cc:9:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
oscilloscope.cc:260:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnable (GL_BLEND);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:261:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:262:3: warning: 'glEnableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnableClientState (GL_COLOR_ARRAY);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2473:13: note: 'glEnableClientState' has been explicitly marked deprecated here
extern void glEnableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:263:3: warning: 'glColorPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColorPointer (4, GL_FLOAT, 0, colors);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2435:13: note: 'glColorPointer' has been explicitly marked deprecated here
extern void glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:264:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertexPointer (2, GL_INT, 0, vertices);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:265:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDrawArrays (GL_LINES, 0, ndraw);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:266:5: warning: 'glDisableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDisableClientState (GL_COLOR_ARRAY);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2463:13: note: 'glDisableClientState' has been explicitly marked deprecated here
extern void glDisableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:267:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDisable (GL_BLEND);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:274:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (lr , lg, lb);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:276:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBegin (GL_LINES);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:277:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (leftx, win.midy);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:278:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (rightx, win.midy);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:279:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnd ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:281:2: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (rr, rg, rb);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:283:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBegin (GL_LINES);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:284:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (rightx, win.midy);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:285:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (endx, win.midy);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
oscilloscope.cc:286:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnd ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
22 warnings generated.
mv -f .deps/oscilloscope.Tpo .deps/oscilloscope.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT phrasor.o -MD -MP -MF .deps/phrasor.Tpo -c -o phrasor.o phrasor.cc
phrasor.cc:24:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (r, g, b); 
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
phrasor.cc:36:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_INT, 0, mk);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
phrasor.cc:37:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINES, 0, 4);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
3 warnings generated.
mv -f .deps/phrasor.Tpo .deps/phrasor.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT play.o -MD -MP -MF .deps/play.Tpo -c -o play.o play.cc
mv -f .deps/play.Tpo .deps/play.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT plugin_browser.o -MD -MP -MF .deps/plugin_browser.Tpo -c -o plugin_browser.o plugin_browser.cc
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:12:
In file included from ./spinner.h:13:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:12:
In file included from ./spinner.h:13:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:12:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:12:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:12:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:15:
./levels.h:78:8: warning: 'levels::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load (); 
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:15:
./levels.h:80:8: warning: 'levels::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:16:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:20:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:20:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:12:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:20:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:20:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from plugin_browser.cc:8:
In file included from ./sine_mixer.h:12:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./sine_mixer.h:58:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_points;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin_browser.cc:11:
In file included from ./spiraler.h:14:
./ui_sin_cos_radius.h:55:8: warning: 'ui_sin_cos_radius::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load ();
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from plugin_browser.cc:11:
In file included from ./spiraler.h:14:
./ui_sin_cos_radius.h:56:8: warning: 'ui_sin_cos_radius::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from plugin_browser.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin_browser.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin_browser.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin_browser.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin_browser.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin_browser.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin_browser.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin_browser.cc:17:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin_browser.cc:20:
./morpher.h:48:7: warning: 'morpher::changed' hides overloaded virtual function [-Woverloaded-virtual]
        void changed (slider<float>& s);
             ^
./plugin.h:50:8: note: hidden overloaded virtual function 'plugin::changed' declared here: type mismatch at 1st parameter ('checkbutton &' vs 'slider<float> &')
  void changed (checkbutton& cb);
       ^
25 warnings generated.
mv -f .deps/plugin_browser.Tpo .deps/plugin_browser.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.cc
In file included from plugin.cc:9:
In file included from ./plugin.h:12:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin.cc:9:
In file included from ./plugin.h:12:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin.cc:9:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from plugin.cc:10:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from plugin.cc:10:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from plugin.cc:10:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin.cc:10:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin.cc:10:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin.cc:10:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin.cc:10:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from plugin.cc:10:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from plugin.cc:10:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from plugin.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plugin.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
plugin.cc:105:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (clr.r, clr.g, clr.b);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
plugin.cc:106:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_FLOAT, 0, pts);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
plugin.cc:107:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINE_STRIP, 0, npts);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
23 warnings generated.
mv -f .deps/plugin.Tpo .deps/plugin.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT plus_button.o -MD -MP -MF .deps/plus_button.Tpo -c -o plus_button.o plus_button.cc
In file included from plus_button.cc:8:
In file included from ./plus_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from plus_button.cc:8:
In file included from ./plus_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
plus_button.cc:18:2: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertexPointer (2, GL_INT, 0, pts);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
plus_button.cc:19:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINES, 0, 4);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
plus_button.cc:24:2: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDrawArrays (GL_LINES, 0, 4);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
5 warnings generated.
mv -f .deps/plus_button.Tpo .deps/plus_button.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT point_modulator.o -MD -MP -MF .deps/point_modulator.Tpo -c -o point_modulator.o point_modulator.cc
In file included from point_modulator.cc:9:
In file included from ./point_modulator.h:11:
In file included from ./label.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from point_modulator.cc:9:
In file included from ./point_modulator.h:11:
In file included from ./label.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from point_modulator.cc:9:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from point_modulator.cc:9:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from point_modulator.cc:9:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from point_modulator.cc:9:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from point_modulator.cc:9:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from point_modulator.cc:9:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from point_modulator.cc:10:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from point_modulator.cc:10:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from point_modulator.cc:10:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from point_modulator.cc:9:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from point_modulator.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from point_modulator.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from point_modulator.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from point_modulator.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from point_modulator.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from point_modulator.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from point_modulator.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from point_modulator.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
point_modulator.cc:403:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable (GL_LINE_STIPPLE);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
point_modulator.cc:404:3: warning: 'glLineStipple' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLineStipple (1, 0xf00f);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2568:13: note: 'glLineStipple' has been explicitly marked deprecated here
extern void glLineStipple (GLint factor, GLushort pattern) OPENGL_DEPRECATED(10.0, 10.14);
            ^
point_modulator.cc:410:20: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    if (sb->state) glColor3f (0, 1, 0); else glColor3f (1, 0, 0);
                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
point_modulator.cc:410:46: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    if (sb->state) glColor3f (0, 1, 0); else glColor3f (1, 0, 0);
                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
point_modulator.cc:411:5: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glBegin (GL_LINES);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
point_modulator.cc:412:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (vx, vy);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
point_modulator.cc:413:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (sb->extents.midx, sb->extents.midy);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
point_modulator.cc:414:5: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnd ();
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
point_modulator.cc:416:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDisable (GL_LINE_STIPPLE);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
point_modulator.cc:445:15: warning: ISO C++20 considers use of overloaded operator '==' (with operand types 'hit_t' and 'hit_t') to be ambiguous despite there being a unique best viable function [-Wambiguous-reversed-operator]
                        if (md.hit == h) {
                            ~~~~~~ ^  ~
./hit.h:34:7: note: ambiguity is between a regular call to this operator and a call with the argument order reversed
  int operator== (const hit_t& h) {return ((crv == h.crv) && (what == h.what) && (id == h.id));}
      ^
./hit.h:34:7: note: mark 'operator==' as const or add a matching 'operator!=' to resolve the ambiguity
In file included from point_modulator.cc:9:
In file included from ./point_modulator.h:20:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./point_modulator.h:50:2: note: in instantiation of member function 'spinner<float>::draw' requested here
        struct {
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
31 warnings generated.
mv -f .deps/point_modulator.Tpo .deps/point_modulator.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT range.o -MD -MP -MF .deps/range.Tpo -c -o range.o range.cc
In file included from range.cc:8:
In file included from ./range.h:13:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from range.cc:14:
In file included from ./console.h:27:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
range.cc:50:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (1, 1, 1);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
range.cc:61:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (1, 1, 1);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
range.cc:66:2: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertexPointer (2, GL_INT, 0, pts);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
range.cc:67:2: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDrawArrays (GL_LINE_LOOP, 0, 4);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
6 warnings generated.
mv -f .deps/range.Tpo .deps/range.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT recorder.o -MD -MP -MF .deps/recorder.Tpo -c -o recorder.o recorder.cc
In file included from recorder.cc:12:
In file included from ./checkbutton.h:13:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from recorder.cc:12:
In file included from ./checkbutton.h:13:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from recorder.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from recorder.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
20 warnings generated.
mv -f .deps/recorder.Tpo .deps/recorder.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT rect.o -MD -MP -MF .deps/rect.Tpo -c -o rect.o rect.cc
In file included from rect.cc:7:
In file included from ./mondrian.h:15:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from rect.cc:7:
In file included from ./mondrian.h:15:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from rect.cc:7:
In file included from ./mondrian.h:15:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from rect.cc:7:
In file included from ./mondrian.h:15:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from rect.cc:7:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from rect.cc:7:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from rect.cc:7:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from rect.cc:7:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from rect.cc:7:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from rect.cc:7:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from rect.cc:7:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
11 warnings generated.
mv -f .deps/rect.Tpo .deps/rect.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT rose_milker.o -MD -MP -MF .deps/rose_milker.Tpo -c -o rose_milker.o rose_milker.cc
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:10:
In file included from ./spinner.h:13:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:10:
In file included from ./spinner.h:13:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:10:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:10:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:10:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:11:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:13:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:13:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:10:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:13:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:13:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:20:
./ui_sin_cos_radius.h:55:8: warning: 'ui_sin_cos_radius::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load ();
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:20:
./ui_sin_cos_radius.h:56:8: warning: 'ui_sin_cos_radius::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:10:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./rose_milker.h:52:17: note: in instantiation of template class 'spinner<int>' requested here
   spinner<int> N;
                ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from rose_milker.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from rose_milker.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from rose_milker.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from rose_milker.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from rose_milker.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from rose_milker.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from rose_milker.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from rose_milker.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:10:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./rose_milker.h:55:4: note: in instantiation of member function 'spinner<float>::draw' requested here
   struct {
   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:10:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./rose_milker.h:51:10: note: in instantiation of member function 'spinner<int>::draw' requested here
  struct spinners {
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
24 warnings generated.
mv -f .deps/rose_milker.Tpo .deps/rose_milker.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT scale_info.o -MD -MP -MF .deps/scale_info.Tpo -c -o scale_info.o scale_info.cc
In file included from scale_info.cc:13:
In file included from ./checkbutton.h:13:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from scale_info.cc:13:
In file included from ./checkbutton.h:13:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from scale_info.cc:15:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from scale_info.cc:15:
In file included from ./settings.h:14:
In file included from ./label_field.h:13:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from scale_info.cc:15:
In file included from ./settings.h:14:
In file included from ./label_field.h:13:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from scale_info.cc:15:
In file included from ./settings.h:14:
In file included from ./label_field.h:13:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from scale_info.cc:15:
In file included from ./settings.h:17:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:42:17: note: in instantiation of template class 'spinner<float>' requested here
        spinner<float> sp_key;
                       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from scale_info.cc:15:
In file included from ./settings.h:17:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from scale_info.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
20 warnings generated.
mv -f .deps/scale_info.Tpo .deps/scale_info.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT scalelist.o -MD -MP -MF .deps/scalelist.Tpo -c -o scalelist.o scalelist.cc
mv -f .deps/scalelist.Tpo .deps/scalelist.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT scale_notes.o -MD -MP -MF .deps/scale_notes.Tpo -c -o scale_notes.o scale_notes.cc
In file included from scale_notes.cc:8:
In file included from ./scale_notes.h:11:
In file included from ./label.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from scale_notes.cc:8:
In file included from ./scale_notes.h:11:
In file included from ./label.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/scale_notes.Tpo .deps/scale_notes.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT separator.o -MD -MP -MF .deps/separator.Tpo -c -o separator.o separator.cc
In file included from separator.cc:8:
In file included from ./separator.h:11:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from separator.cc:8:
In file included from ./separator.h:11:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
separator.cc:12:2: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnable (GL_LINE_STIPPLE);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
separator.cc:13:2: warning: 'glLineStipple' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glLineStipple (1, 0x1111);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2568:13: note: 'glLineStipple' has been explicitly marked deprecated here
extern void glLineStipple (GLint factor, GLushort pattern) OPENGL_DEPRECATED(10.0, 10.14);
            ^
separator.cc:14:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBegin (GL_LINES);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
separator.cc:16:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (extents.left, extents.bottom);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
separator.cc:17:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (extents.right, extents.bottom);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
separator.cc:19:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (extents.left, extents.bottom);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
separator.cc:20:7: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex2i (extents.left, extents.top);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
separator.cc:22:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnd ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
separator.cc:35:2: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisable (GL_LINE_STIPPLE);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
11 warnings generated.
mv -f .deps/separator.Tpo .deps/separator.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT settings.o -MD -MP -MF .deps/settings.Tpo -c -o settings.o settings.cc
In file included from settings.cc:8:
In file included from ./settings.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from settings.cc:8:
In file included from ./settings.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from settings.cc:8:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from settings.cc:8:
In file included from ./settings.h:14:
In file included from ./label_field.h:13:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from settings.cc:8:
In file included from ./settings.h:14:
In file included from ./label_field.h:13:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from settings.cc:8:
In file included from ./settings.h:14:
In file included from ./label_field.h:13:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from settings.cc:8:
In file included from ./settings.h:17:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:42:17: note: in instantiation of template class 'spinner<float>' requested here
        spinner<float> sp_key;
                       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from settings.cc:8:
In file included from ./settings.h:17:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from settings.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from settings.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from settings.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from settings.cc:12:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from settings.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from settings.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from settings.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from settings.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from settings.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from settings.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from settings.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from settings.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from settings.cc:20:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from settings.cc:20:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from settings.cc:20:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
settings.cc:270:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_PROJECTION);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
settings.cc:271:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
settings.cc:272:3: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glOrtho (0, view.xmax, 0, view.ymax, -1, 1);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here
extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from settings.cc:8:
In file included from ./settings.h:17:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
settings.cc:36:11: note: in instantiation of member function 'spinner<float>::draw' requested here
settings::settings () : ol_nearest_note (1), ol_display_modes (1) {
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from settings.cc:8:
In file included from ./settings.h:17:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
settings.cc:36:11: note: in instantiation of member function 'spinner<int>::draw' requested here
settings::settings () : ol_nearest_note (1), ol_display_modes (1) {
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
28 warnings generated.
mv -f .deps/settings.Tpo .deps/settings.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT sine_mixer.o -MD -MP -MF .deps/sine_mixer.Tpo -c -o sine_mixer.o sine_mixer.cc
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:12:
In file included from ./spinner.h:13:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:12:
In file included from ./spinner.h:13:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:12:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:12:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:12:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:15:
./levels.h:78:8: warning: 'levels::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load (); 
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:15:
./levels.h:80:8: warning: 'levels::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:16:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:20:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:20:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:12:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:20:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:20:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:12:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./sine_mixer.h:58:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_points;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from sine_mixer.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from sine_mixer.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from sine_mixer.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from sine_mixer.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from sine_mixer.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from sine_mixer.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from sine_mixer.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from sine_mixer.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from sine_mixer.cc:15:
In file included from ./circler.h:21:
./ui_sin_cos_radius.h:55:8: warning: 'ui_sin_cos_radius::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load ();
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from sine_mixer.cc:15:
In file included from ./circler.h:21:
./ui_sin_cos_radius.h:56:8: warning: 'ui_sin_cos_radius::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from sine_mixer.cc:11:
In file included from ./sine_mixer.h:12:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
sine_mixer.cc:28:13: note: in instantiation of member function 'spinner<int>::draw' requested here
sine_mixer::sine_mixer () : cp_sin ("sine_mixer_sin.crv"), sin_ed ("sine_mixer_sin.ed"), harms ("harmonics"), phase ("phases") {
            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
25 warnings generated.
mv -f .deps/sine_mixer.Tpo .deps/sine_mixer.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT slit.o -MD -MP -MF .deps/slit.Tpo -c -o slit.o slit.cc
In file included from slit.cc:10:
In file included from ./mondrian.h:15:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from slit.cc:10:
In file included from ./mondrian.h:15:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from slit.cc:10:
In file included from ./mondrian.h:15:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from slit.cc:10:
In file included from ./mondrian.h:15:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from slit.cc:10:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from slit.cc:10:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from slit.cc:10:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from slit.cc:10:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from slit.cc:10:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from slit.cc:10:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from slit.cc:10:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
slit.cc:243:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glVertexPointer (2, GL_FLOAT, 0, verts);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
slit.cc:244:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDrawArrays (GL_LINES, 0, cur / 2);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
13 warnings generated.
mv -f .deps/slit.Tpo .deps/slit.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT solver.o -MD -MP -MF .deps/solver.Tpo -c -o solver.o solver.cc
In file included from solver.cc:11:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from solver.cc:11:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from solver.cc:11:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from solver.cc:11:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from solver.cc:11:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from solver.cc:11:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from solver.cc:11:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from solver.cc:11:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from solver.cc:11:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from solver.cc:11:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
10 warnings generated.
mv -f .deps/solver.Tpo .deps/solver.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT spiraler.o -MD -MP -MF .deps/spiraler.Tpo -c -o spiraler.o spiraler.cc
In file included from spiraler.cc:9:
In file included from ./spiraler.h:11:
In file included from ./spinner.h:13:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:11:
In file included from ./spinner.h:13:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:11:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:11:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:11:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:12:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from spiraler.cc:9:
In file included from ./spiraler.h:14:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:14:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:11:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:14:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:14:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:14:
./ui_sin_cos_radius.h:55:8: warning: 'ui_sin_cos_radius::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load ();
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:14:
./ui_sin_cos_radius.h:56:8: warning: 'ui_sin_cos_radius::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:11:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spiraler.h:33:18: note: in instantiation of template class 'spinner<int>' requested here
    spinner<int> num_points;
                 ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from spiraler.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from spiraler.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from spiraler.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from spiraler.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from spiraler.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from spiraler.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from spiraler.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from spiraler.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:11:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./spiraler.h:30:10: note: in instantiation of member function 'spinner<float>::draw' requested here
  struct spinners {
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from spiraler.cc:9:
In file included from ./spiraler.h:11:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./spiraler.h:30:10: note: in instantiation of member function 'spinner<int>::draw' requested here
  struct spinners {
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
24 warnings generated.
mv -f .deps/spiraler.Tpo .deps/spiraler.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT starrer.o -MD -MP -MF .deps/starrer.Tpo -c -o starrer.o starrer.cc
In file included from starrer.cc:9:
In file included from ./starrer.h:11:
In file included from ./spinner.h:13:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from starrer.cc:9:
In file included from ./starrer.h:11:
In file included from ./spinner.h:13:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from starrer.cc:9:
In file included from ./starrer.h:11:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from starrer.cc:9:
In file included from ./starrer.h:11:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from starrer.cc:9:
In file included from ./starrer.h:11:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from starrer.cc:9:
In file included from ./starrer.h:12:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from starrer.cc:9:
In file included from ./starrer.h:11:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./starrer.h:22:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_steps;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from starrer.cc:9:
In file included from ./starrer.h:11:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from starrer.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from starrer.cc:9:
In file included from ./starrer.h:11:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
starrer.cc:22:10: note: in instantiation of member function 'spinner<int>::draw' requested here
starrer::starrer () {
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
21 warnings generated.
mv -f .deps/starrer.Tpo .deps/starrer.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT superformula.o -MD -MP -MF .deps/superformula.Tpo -c -o superformula.o superformula.cc
In file included from superformula.cc:9:
In file included from ./superformula.h:11:
In file included from ./spinner.h:13:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from superformula.cc:9:
In file included from ./superformula.h:11:
In file included from ./spinner.h:13:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from superformula.cc:9:
In file included from ./superformula.h:11:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from superformula.cc:9:
In file included from ./superformula.h:11:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from superformula.cc:9:
In file included from ./superformula.h:11:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from superformula.cc:9:
In file included from ./superformula.h:12:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from superformula.cc:9:
In file included from ./superformula.h:11:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./superformula.h:34:17: note: in instantiation of template class 'spinner<float>' requested here
        spinner<float> sp_m, sp_n1, sp_n2, sp_n3;
                       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from superformula.cc:9:
In file included from ./superformula.h:11:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./superformula.h:35:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_points;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from superformula.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from superformula.cc:9:
In file included from ./superformula.h:11:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
superformula.cc:20:15: note: in instantiation of member function 'spinner<float>::draw' requested here
superformula::superformula () {
              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from superformula.cc:9:
In file included from ./superformula.h:11:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
superformula.cc:20:15: note: in instantiation of member function 'spinner<int>::draw' requested here
superformula::superformula () {
              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
22 warnings generated.
mv -f .deps/superformula.Tpo .deps/superformula.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT tap_bpm.o -MD -MP -MF .deps/tap_bpm.Tpo -c -o tap_bpm.o tap_bpm.cc
In file included from tap_bpm.cc:9:
In file included from ./tap_bpm.h:11:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from tap_bpm.cc:9:
In file included from ./tap_bpm.h:11:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
tap_bpm.cc:65:5: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glRecti (inner.left, inner.bottom, inner.right, inner.top);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
3 warnings generated.
mv -f .deps/tap_bpm.Tpo .deps/tap_bpm.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT tcl_interp.o -MD -MP -MF .deps/tcl_interp.Tpo -c -o tcl_interp.o tcl_interp.cc
mv -f .deps/tcl_interp.Tpo .deps/tcl_interp.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT textboard.o -MD -MP -MF .deps/textboard.Tpo -c -o textboard.o textboard.cc
In file included from textboard.cc:13:
In file included from ./mondrian.h:15:
In file included from ./box_selector.h:14:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from textboard.cc:13:
In file included from ./mondrian.h:15:
In file included from ./box_selector.h:14:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from textboard.cc:13:
In file included from ./mondrian.h:15:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from textboard.cc:13:
In file included from ./mondrian.h:15:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from textboard.cc:13:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from textboard.cc:13:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from textboard.cc:13:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from textboard.cc:13:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from textboard.cc:13:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from textboard.cc:13:
In file included from ./mondrian.h:19:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from textboard.cc:13:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
textboard.cc:23:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_PROJECTION);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:24:4: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPushMatrix ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here
extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:25:5: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glLoadIdentity ();
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:26:5: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glOrtho (0, view.xmax, 0, view.ymax, -1, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here
extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:27:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glMatrixMode (GL_MODELVIEW);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:28:2: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glLoadIdentity ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:32:7: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor3f (t.r, t.g, t.b);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:37:9: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (t.r, t.g, t.b);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:42:4: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glColor3f (t.r, t.g, t.b);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:46:2: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPopMatrix ();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here
extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:47:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glMatrixMode (GL_PROJECTION);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:48:3: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glPopMatrix ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here
extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:49:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glMatrixMode (GL_MODELVIEW);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:58:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f (0.3f, 0.3f, 0.3f);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:59:3: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBegin (GL_LINES);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:60:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (x1, y1);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:61:5: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex2i (x2, y2);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here
extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14);
            ^
textboard.cc:62:3: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnd ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
29 warnings generated.
mv -f .deps/textboard.Tpo .deps/textboard.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT tokenizer.o -MD -MP -MF .deps/tokenizer.Tpo -c -o tokenizer.o tokenizer.cc
mv -f .deps/tokenizer.Tpo .deps/tokenizer.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT trail.o -MD -MP -MF .deps/trail.Tpo -c -o trail.o trail.cc
trail.cc:82:5: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertexPointer (2, GL_FLOAT, 0, tpts);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
trail.cc:83:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDrawArrays (GL_LINE_STRIP, 0, cur);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
2 warnings generated.
mv -f .deps/trail.Tpo .deps/trail.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT triggered_note.o -MD -MP -MF .deps/triggered_note.Tpo -c -o triggered_note.o triggered_note.cc
In file included from triggered_note.cc:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
1 warning generated.
mv -f .deps/triggered_note.Tpo .deps/triggered_note.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT ui.o -MD -MP -MF .deps/ui.Tpo -c -o ui.o ui.cc
In file included from ui.cc:8:
In file included from ./ui_list.h:13:
In file included from ./filled_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui.cc:8:
In file included from ./ui_list.h:13:
In file included from ./filled_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui.cc:8:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from ui.cc:8:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from ui.cc:8:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui.cc:8:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui.cc:8:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui.cc:8:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui.cc:8:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from ui.cc:8:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from ui.cc:8:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from ui.cc:8:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui.cc:8:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui.cc:8:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui.cc:8:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui.cc:8:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui.cc:8:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui.cc:8:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui.cc:8:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui.cc:8:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui.cc:9:
In file included from ./din.h:28:
./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from ui.cc:9:
In file included from ./din.h:28:
./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from ui.cc:9:
./din.h:474:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:29:15: note: hidden overloaded virtual function 'instrument::load_scale' declared here: different number of parameters (1 vs 2)
        virtual void load_scale (int dummy = 0) {}
                     ^
In file included from ui.cc:16:
./keyboard_keyboard.h:46:8: warning: 'keyboard_keyboard::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
  void update_waveform (multi_curve& crv);
       ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from ui.cc:19:
In file included from ./fft.h:14:
./levels.h:78:8: warning: 'levels::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load (); 
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from ui.cc:19:
In file included from ./fft.h:14:
./levels.h:80:8: warning: 'levels::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from ui.cc:25:
./mondrian.h:52:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:26:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
In file included from ui.cc:27:
In file included from ./spiraler.h:14:
./ui_sin_cos_radius.h:55:8: warning: 'ui_sin_cos_radius::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load ();
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from ui.cc:27:
In file included from ./spiraler.h:14:
./ui_sin_cos_radius.h:56:8: warning: 'ui_sin_cos_radius::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
ui.cc:148:3: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glClear (GL_COLOR_BUFFER_BIT);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here
extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14);
            ^
ui.cc:149:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_MODELVIEW);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
ui.cc:150:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
ui.cc:152:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode (GL_PROJECTION);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
ui.cc:153:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity ();
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
ui.cc:154:3: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glOrtho (0, view.xmax, 0, view.ymax, 0, 1);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here
extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui.cc:8:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
./ui_list.h:204:9: note: in instantiation of member function 'spinner<float>::draw' requested here
        struct drone_pend_ed_ui_t {
               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui.cc:8:
In file included from ./ui_list.h:15:
In file included from ./font_editor.h:17:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:381:5: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor3f (clr.r, clr.g, clr.b);
    ^
ui.cc:48:10: note: in instantiation of member function 'spinner<int>::draw' requested here
ui_list::ui_list () :
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
37 warnings generated.
mv -f .deps/ui.Tpo .deps/ui.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT ui_sin_cos_radius.o -MD -MP -MF .deps/ui_sin_cos_radius.Tpo -c -o ui_sin_cos_radius.o ui_sin_cos_radius.cc
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:10:
In file included from ./options_list.h:11:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:10:
In file included from ./options_list.h:11:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:10:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from ui_sin_cos_radius.cc:9:
./ui_sin_cos_radius.h:55:8: warning: 'ui_sin_cos_radius::load' hides overloaded virtual function [-Woverloaded-virtual]
  void load ();
       ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from ui_sin_cos_radius.cc:9:
./ui_sin_cos_radius.h:56:8: warning: 'ui_sin_cos_radius::save' hides overloaded virtual function [-Woverloaded-virtual]
  void save ();
       ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from ui_sin_cos_radius.cc:9:
In file included from ./ui_sin_cos_radius.h:16:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui_sin_cos_radius.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from ui_sin_cos_radius.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui_sin_cos_radius.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui_sin_cos_radius.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui_sin_cos_radius.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui_sin_cos_radius.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui_sin_cos_radius.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from ui_sin_cos_radius.cc:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
22 warnings generated.
mv -f .deps/ui_sin_cos_radius.Tpo .deps/ui_sin_cos_radius.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT viewwin.o -MD -MP -MF .deps/viewwin.Tpo -c -o viewwin.o viewwin.cc
mv -f .deps/viewwin.Tpo .deps/viewwin.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT warper.o -MD -MP -MF .deps/warper.Tpo -c -o warper.o warper.cc
In file included from warper.cc:8:
In file included from ./warper.h:11:
In file included from ./spinner.h:13:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from warper.cc:8:
In file included from ./warper.h:11:
In file included from ./spinner.h:13:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from warper.cc:8:
In file included from ./warper.h:11:
In file included from ./spinner.h:17:
./field.h:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from warper.cc:8:
In file included from ./warper.h:11:
In file included from ./spinner.h:17:
./field.h:55:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (int i, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from warper.cc:8:
In file included from ./warper.h:11:
In file included from ./spinner.h:17:
./field.h:56:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (float f, int _edited = 0);
       ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from warper.cc:8:
In file included from ./warper.h:12:
In file included from ./curve_editor.h:26:
./box_selector.h:49:15: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 1)
  virtual inline void draw () {
                      ^
In file included from warper.cc:8:
In file included from ./warper.h:12:
In file included from ./curve_editor.h:26:
./box_selector.h:50:7: warning: 'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        void draw (const box<float>& region, int cross);
             ^
./widget.h:146:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
In file included from warper.cc:8:
In file included from ./warper.h:11:
./spinner.h:416:8: warning: 'spinner<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./point_modulator.h:51:18: note: in instantiation of template class 'spinner<float>' requested here
                spinner<float> depth;
                               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from warper.cc:8:
In file included from ./warper.h:12:
In file included from ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0)
  virtual void load (std::ifstream& file);
               ^
In file included from warper.cc:8:
In file included from ./warper.h:12:
In file included from ./curve_editor.h:31:
./point_modulator.h:95:7: warning: 'point_modulator::save' hides overloaded virtual function [-Woverloaded-virtual]
        void save ();
             ^
./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
In file included from warper.cc:8:
In file included from ./warper.h:15:
In file included from ./plugin.h:15:
./options_list.h:93:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:93:51: note: put the semicolon on a separate line to silence this warning
In file included from warper.cc:8:
In file included from ./warper.h:11:
./spinner.h:416:8: warning: 'spinner<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./settings.h:53:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from warper.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<int>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./spinner2.h:507:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from warper.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:177:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glEnable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from warper.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:178:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from warper.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:182:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, (GLfloat) 0.25);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from warper.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:185:4: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                        glRecti (e.left, e.bottom, e.right, e.top);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from warper.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:187:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor4f (c.r, c.g, c.b, GLfloat (1));
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from warper.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glDisable (GL_BLEND);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from warper.cc:10:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:421:8: warning: 'spinner2<float>::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& l, const std::string& bl = "") {
       ^
./menu.h:692:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt, sp_curve_every;
                  ^
./widget.h:74:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
20 warnings generated.
mv -f .deps/warper.Tpo .deps/warper.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT widget.o -MD -MP -MF .deps/widget.Tpo -c -o widget.o widget.cc
In file included from widget.cc:7:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from widget.cc:7:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
widget.cc:92:2: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glColor3f (clr.r, clr.g, clr.b);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
widget.cc:93:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_INT, 0, bb);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
widget.cc:94:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINE_LOOP, 0, 4);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
widget.cc:99:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
widget.cc:100:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
widget.cc:101:5: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glColor4f (clr.r, clr.g, clr.b, a);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
widget.cc:102:5: warning: 'glRecti' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glRecti (e.left-g, e.bottom-g, e.right+g, e.top+g);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2657:13: note: 'glRecti' has been explicitly marked deprecated here
extern void glRecti (GLint x1, GLint y1, GLint x2, GLint y2) OPENGL_DEPRECATED(10.0, 10.14);
            ^
widget.cc:103:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDisable (GL_BLEND);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
10 warnings generated.
mv -f .deps/widget.Tpo .deps/widget.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"din\ 58.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"58.1\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT RtAudio.o -MD -MP -MF .deps/RtAudio.Tpo -c -o RtAudio.o RtAudio.cpp
RtAudio.cpp:10053:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  register char val;
  ^~~~~~~~~
RtAudio.cpp:10054:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  register char *ptr;
  ^~~~~~~~~
2 errors generated.
gmake[1]: *** [Makefile:656: RtAudio.o] Error 1
gmake[1]: Leaving directory '/Users/pbulk/build/audio/din/work/din-58.1/src'
gmake: *** [Makefile:344: all-recursive] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/din
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/din