=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for din-54
Making all in src
gmake[1]: Entering directory '/Users/pbulk/build/audio/din/work/din-54/src'
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT alarm.o -MD -MP -MF .deps/alarm.Tpo -c -o alarm.o alarm.cc
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT arrow_button.o -MD -MP -MF .deps/arrow_button.Tpo -c -o arrow_button.o arrow_button.cc
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT audio.o -MD -MP -MF .deps/audio.Tpo -c -o audio.o audio.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/MacOSX11.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:146: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/MacOSX11.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:59: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/MacOSX11.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:60: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/MacOSX11.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=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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/MacOSX11.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:146: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/MacOSX11.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 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/MacOSX11.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);
            ^
mv -f .deps/alarm.Tpo .deps/alarm.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT autoflip.o -MD -MP -MF .deps/autoflip.Tpo -c -o autoflip.o autoflip.cc
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:146: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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT autorotator.o -MD -MP -MF .deps/autorotator.Tpo -c -o autorotator.o autorotator.cc
mv -f .deps/autoflip.Tpo .deps/autoflip.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT ball.o -MD -MP -MF .deps/ball.Tpo -c -o ball.o ball.cc
2 warnings generated.
mv -f .deps/audio.Tpo .deps/audio.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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.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/MacOSX11.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:146: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/MacOSX11.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:142: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:142: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: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/MacOSX11.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:146: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/MacOSX11.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:142: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:142: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 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/MacOSX11.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:146: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/MacOSX11.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=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:
./mondrian.h:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18: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: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
11 warnings generated.
21 warnings generated.
mv -f .deps/ball.Tpo .deps/ball.Po
mv -f .deps/ball_ops.Tpo .deps/ball_ops.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT beat2value.o -MD -MP -MF .deps/beat2value.Tpo -c -o beat2value.o beat2value.cc
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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/MacOSX11.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:146: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/MacOSX11.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:142: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:142: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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_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/MacOSX11.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:21:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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_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:146: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/MacOSX11.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:209: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/MacOSX11.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:210: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/MacOSX11.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:211: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/MacOSX11.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: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/MacOSX11.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: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_MODELVIEW);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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: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/MacOSX11.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:216: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/MacOSX11.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:220: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/MacOSX11.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:221: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/MacOSX11.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:222: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/MacOSX11.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:223: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/MacOSX11.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:235: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/MacOSX11.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:236: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/MacOSX11.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:237: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/MacOSX11.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:238: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/MacOSX11.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:247: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.20f, 0.20f, 0.20f);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:256: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/MacOSX11.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:257: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/MacOSX11.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:261: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/MacOSX11.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:274: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/MacOSX11.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:279: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/MacOSX11.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:323: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/MacOSX11.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:325: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/MacOSX11.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:326: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, nxpts);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:330: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/MacOSX11.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:331: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, nypts);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
mv -f .deps/beat2value.Tpo .deps/beat2value.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT binaural_drones.o -MD -MP -MF .deps/binaural_drones.Tpo -c -o binaural_drones.o binaural_drones.cc
2 warnings generated.
mv -f .deps/binaural_drone.Tpo .deps/binaural_drone.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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/MacOSX11.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:146: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/MacOSX11.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:142: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:142: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 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/MacOSX11.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:146: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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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);
            ^
46 warnings generated.
mv -f .deps/basic_editor.Tpo .deps/basic_editor.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT box_selector.o -MD -MP -MF .deps/box_selector.Tpo -c -o box_selector.o box_selector.cc
9 warnings generated.
mv -f .deps/bit_display.Tpo .deps/bit_display.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT button.o -MD -MP -MF .deps/button.Tpo -c -o button.o button.cc
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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 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/MacOSX11.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: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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
In file included from box_selector.cc:7:
In file included from ./box_selector.h:14:
./widget.h:146: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/MacOSX11.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:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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 box_selector.cc:7:
./box_selector.h:49:15In file included from binaural_drones.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:181: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, 1); 
warning:                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
'box_selector::draw' hides overloaded virtual function [-Woverloaded-virtual]
        virtual void draw (const box<float>& region);
                     ^
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
./widget.h:142: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:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:184: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);
In file included from                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
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:142: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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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:62: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, 2);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:66: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, 2);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:68: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
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/MacOSX11.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);
            ^
13 warnings generated.
mv -f .deps/box_selector.Tpo .deps/box_selector.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT capturer.o -MD -MP -MF .deps/capturer.Tpo -c -o capturer.o capturer.cc
In file included from button.cc:8:
In file included from ./button.h:12:
./widget.h:146: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/MacOSX11.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: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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
22 warnings generated.
mv -f .deps/binaural_drones.Tpo .deps/binaural_drones.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT checkbutton.o -MD -MP -MF .deps/checkbutton.Tpo -c -o checkbutton.o checkbutton.cc
2 warnings generated.
mv -f .deps/button.Tpo .deps/button.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT chrono.o -MD -MP -MF .deps/chrono.Tpo -c -o chrono.o chrono.cc
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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 checkbutton.cc:9:
In file included from ./checkbutton.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/MacOSX11.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:14:
In file included from ./button.h:12:
./widget.h:146: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/MacOSX11.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/checkbutton.Tpo .deps/checkbutton.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT circler.o -MD -MP -MF .deps/circler.Tpo -c -o circler.o circler.cc
17 warnings generated.
mv -f .deps/capturer.Tpo .deps/capturer.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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:20:
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/MacOSX11.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:20:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:146: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/MacOSX11.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: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:142: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: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
mv -f .deps/chrono.Tpo .deps/chrono.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT compressor.o -MD -MP -MF .deps/compressor.Tpo -c -o compressor.o compressor.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/MacOSX11.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:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:142: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:142: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:156: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:157: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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: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:156: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: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:157: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:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:20:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:171: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:172: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:179: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:184: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/MacOSX11.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:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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 circler.cc:8:
In file included from ./circler.h:12:
./spinner.h:378: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/MacOSX11.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:378: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/MacOSX11.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:24:
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:156: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:24:
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:157: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: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:18: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:31:
./mondrian.h:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18: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:35:
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:156: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:35:
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:157: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 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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
command.cc:360:27: 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
In file included from command.cc:9:
In file included from ./din.h:36:
In file included from ./gravity.h:14:
./spinner2.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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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.
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
mv -f .deps/circler.Tpo .deps/circler.Po
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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT console.o -MD -MP -MF .deps/console.Tpo -c -o console.o console.cc
10 warnings generated.
mv -f .deps/compressor.Tpo .deps/compressor.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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.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/MacOSX11.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:146: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/MacOSX11.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_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/MacOSX11.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:146: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/MacOSX11.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=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT countries.o -MD -MP -MF .deps/countries.Tpo -c -o countries.o countries.cc
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:142: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:142: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual 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/MacOSX11.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/MacOSX11.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/MacOSX11.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:180: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/MacOSX11.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);
            ^
console.cc:181: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);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
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/MacOSX11.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:146: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/MacOSX11.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.
In file included from countries.cc:9:
In file included from ./countries.h:12:
In file included from ./plugin.h:15:
./options_list.h:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89:51: note: put the semicolon on a separate line to silence this warning
mv -f .deps/command.Tpo .deps/command.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT cross_button.o -MD -MP -MF .deps/cross_button.Tpo -c -o cross_button.o cross_button.cc
25 warnings generated.
mv -f .deps/console.Tpo .deps/console.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT curve.o -MD -MP -MF .deps/curve.Tpo -c -o curve.o curve.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/MacOSX11.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:146: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/MacOSX11.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: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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);
            ^
In file included from countries.cc:9:
In file included from ./countries.h:15:
./spinner.h:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
6 warnings generated.
mv -f .deps/cross_button.Tpo .deps/cross_button.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 countries.cc:9:
In file included from ./countries.h:15:
./spinner.h:378: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/MacOSX11.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.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/MacOSX11.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=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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_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/MacOSX11.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:146: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/MacOSX11.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:24: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/MacOSX11.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:25: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/MacOSX11.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:26: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/MacOSX11.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:27: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/MacOSX11.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:28: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/MacOSX11.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:29: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/MacOSX11.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:31: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/MacOSX11.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:32: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/MacOSX11.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:33: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/MacOSX11.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:53: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/MacOSX11.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:54: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/MacOSX11.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=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT curve_library.o -MD -MP -MF .deps/curve_library.Tpo -c -o curve_library.o curve_library.cc
8 warnings generated.
mv -f .deps/countries.Tpo .deps/countries.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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_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/MacOSX11.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:146: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/MacOSX11.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:142: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:142: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: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/MacOSX11.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:146: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/MacOSX11.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:142: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:142: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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_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/MacOSX11.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:146: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/MacOSX11.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:685: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/MacOSX11.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:697: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/MacOSX11.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:698: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/MacOSX11.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:717: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/MacOSX11.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:720: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/MacOSX11.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:722: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/MacOSX11.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:745: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/MacOSX11.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:746: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/MacOSX11.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:751: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/MacOSX11.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:752: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/MacOSX11.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:753: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/MacOSX11.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:777: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/MacOSX11.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:778: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/MacOSX11.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:779: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/MacOSX11.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:780: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/MacOSX11.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:781: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);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:782: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/MacOSX11.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:786: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/MacOSX11.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:787: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/MacOSX11.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:798: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/MacOSX11.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:817: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/MacOSX11.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:818: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, e);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:824: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/MacOSX11.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:825: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/MacOSX11.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:832: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/MacOSX11.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:833: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);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:860: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/MacOSX11.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:861: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/MacOSX11.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:1525: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/MacOSX11.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:1529: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/MacOSX11.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:1541: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/MacOSX11.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);
            ^
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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.
2 warnings generated.
mv -f .deps/curve_library.Tpo .deps/curve_library.Po
mv -f .deps/curve_mixer.Tpo .deps/curve_mixer.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT curve_picker.o -MD -MP -MF .deps/curve_picker.Tpo -c -o curve_picker.o curve_picker.cc
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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_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/MacOSX11.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:146: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/MacOSX11.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:142: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:142: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: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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
55 warnings generated.
mv -f .deps/curve_editor.Tpo .deps/curve_editor.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:54:8: warning: 'field::set_text' hides overloaded virtual function [-Woverloaded-virtual]
  void set_text (const std::string& txt, int _edited = 0);
       ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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_samples.cc:7:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual 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_samples.cc:78: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/MacOSX11.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:103: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, xy);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:104: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, k+1);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:113:5: 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/MacOSX11.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:114: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, sh);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:115: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_POINTS, 0, 1);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:116:5: 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/MacOSX11.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:119: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, sh);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:120: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);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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 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/MacOSX11.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:21:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
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:146: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/MacOSX11.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_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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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);
            ^
2 warnings generated.
mv -f .deps/custom_periodic.Tpo .deps/custom_periodic.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT defvelaccel.o -MD -MP -MF .deps/defvelaccel.Tpo -c -o defvelaccel.o defvelaccel.cc
19 warnings generated.
mv -f .deps/curve_samples.Tpo .deps/curve_samples.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT delay.o -MD -MP -MF .deps/delay.Tpo -c -o delay.o delay.cc
25 warnings generated.
mv -f .deps/curve_picker.Tpo .deps/curve_picker.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT din.o -MD -MP -MF .deps/din.Tpo -c -o din.o din.cc
mv -f .deps/defvelaccel.Tpo .deps/defvelaccel.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT din_info.o -MD -MP -MF .deps/din_info.Tpo -c -o din_info.o din_info.cc
mv -f .deps/delay.Tpo .deps/delay.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT drawrrow.o -MD -MP -MF .deps/drawrrow.Tpo -c -o drawrrow.o drawrrow.cc
In file included from din.cc:9:
In file included from ./din.h:20:
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/MacOSX11.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:20:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:146: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/MacOSX11.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: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:142: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: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:142: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:20:
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/MacOSX11.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:20:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:146: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/MacOSX11.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: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:142: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: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:142: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 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/MacOSX11.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:146: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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT drone.o -MD -MP -MF .deps/drone.Tpo -c -o drone.o drone.cc
In file included from din.cc:9:
In file included from ./din.h:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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: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:156: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: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:157: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:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:20:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:171: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:172: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:179: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:184: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/MacOSX11.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:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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:18: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 din_info.cc:8:
In file included from ./din.h:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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: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:156: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: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:157:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
din.cc:1604: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/MacOSX11.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:1605: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/MacOSX11.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:1619: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 (di.r * di.gab.amount, di.g * di.gab.amount, di.b * di.gab.amount, di.fdr.amount);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:1626: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/MacOSX11.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:1629: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/MacOSX11.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:1630: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/MacOSX11.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:1631: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/MacOSX11.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:1636: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/MacOSX11.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:1637: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/MacOSX11.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:1645: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 (di.r * di.gab.amount, di.g * di.gab.amount, di.b * di.gab.amount, di.fdr.amount);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:1654: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 (di.handle.left, di.handle.bottom, di.handle.right, di.handle.top); // fill handle
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
din.cc:1655:19: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      if (di.sel) glColor4f (0, 1, 0, di.fdr.amount); else glColor4f (1, 1, 1, di.fdr.amount);
                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:1655:60: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      if (di.sel) glColor4f (0, 1, 0, di.fdr.amount); else glColor4f (1, 1, 1, di.fdr.amount);
                                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:1658: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); // draw handle outline with selection status
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:1663: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, 4); 
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:1668: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, 4); 
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:1679: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/MacOSX11.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:1689: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/MacOSX11.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:1690: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/MacOSX11.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:1730: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/MacOSX11.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:1731: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/MacOSX11.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:1732: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/MacOSX11.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:1733: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/MacOSX11.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:1734: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/MacOSX11.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:1753: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/MacOSX11.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:1754: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/MacOSX11.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:1755: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/MacOSX11.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:1763: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/MacOSX11.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:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
din.cc:2522: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/MacOSX11.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:2523: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/MacOSX11.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:2524: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/MacOSX11.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:2526: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/MacOSX11.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:2527: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/MacOSX11.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:2541: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/MacOSX11.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:2542: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/MacOSX11.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:2543: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, 0xf0f0);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:2544: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.5f, 0.75f, 1.0f);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:2549: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/MacOSX11.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:2550: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/MacOSX11.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:2551: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/MacOSX11.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:2552: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/MacOSX11.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:2565: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/MacOSX11.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:2578: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/MacOSX11.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:2581:6: 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/MacOSX11.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:2582: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, 2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
In file included from din_info.cc:8:
In file included from ./din.h:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:20:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:171: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:172: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:179: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:184: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/MacOSX11.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:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
din.cc:3589: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/MacOSX11.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:3590: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/MacOSX11.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:3591: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/MacOSX11.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:3592: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/MacOSX11.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:3593: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/MacOSX11.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:3594: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/MacOSX11.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);
            ^
In file included from din_info.cc:8:
./din.h:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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_info.cc:128: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.75);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:132: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/MacOSX11.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:133: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/MacOSX11.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:138: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/MacOSX11.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:139: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/MacOSX11.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:4677: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/MacOSX11.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:4678: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/MacOSX11.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:4679: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/MacOSX11.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:4680: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/MacOSX11.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:4681: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/MacOSX11.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);
            ^
In file included from drone.cc:8:
In file included from ./din.h:20:
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/MacOSX11.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:20:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:146: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/MacOSX11.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: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:142: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: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:142: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:36:
In file included from ./gravity.h:14:
./spinner2.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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:14:
./spinner2.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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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: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:156: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: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:157: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:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:20:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:171: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:172: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:179: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:184: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/MacOSX11.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:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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) {}
                     ^
29 warnings generated.
mv -f .deps/din_info.Tpo .deps/din_info.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT eval.o -MD -MP -MF .deps/eval.Tpo -c -o eval.o eval.cc
In file included from drone.cc:8:
In file included from ./din.h:36:
In file included from ./gravity.h:14:
./spinner2.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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:8:
In file included from ./state_button.h:8:
In file included from ./checkbutton.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/MacOSX11.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:14:
In file included from ./button.h:12:
./widget.h:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
24 warnings generated.
mv -f .deps/drone.Tpo .deps/drone.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT fader.o -MD -MP -MF .deps/fader.Tpo -c -o fader.o fader.cc
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:171: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:172: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:179: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:184: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/MacOSX11.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:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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:18: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:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18: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:12:
In file included from ./din.h:36:
In file included from ./gravity.h:14:
./spinner2.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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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 fader.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/MacOSX11.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 fader.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:146: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/MacOSX11.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/fader.Tpo .deps/fader.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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/MacOSX11.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:146: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/MacOSX11.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:156: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:157:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
108 warnings generated.
mv -f .deps/din.Tpo .deps/din.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT field.o -MD -MP -MF .deps/field.Tpo -c -o field.o field.cc
4 warnings generated.
mv -f .deps/fft.Tpo .deps/fft.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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/MacOSX11.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);
            ^
26 warnings generated.
In file included from field.cc:8:
In file included from ./field.h:12:
./widget.h:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
mv -f .deps/eval.Tpo .deps/eval.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT font.o -MD -MP -MF .deps/font.Tpo -c -o font.o font.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/MacOSX11.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:146: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/MacOSX11.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=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT font_editor.o -MD -MP -MF .deps/font_editor.Tpo -c -o font_editor.o font_editor.cc
font.cc:199: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 (3, GL_INT, 0, pts);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:211: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, npts);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
field.cc:160: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/MacOSX11.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);
            ^
field.cc:161: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);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
7 warnings generated.
mv -f .deps/field.Tpo .deps/field.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT fractaliser.o -MD -MP -MF .deps/fractaliser.Tpo -c -o fractaliser.o fractaliser.cc
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
2 warnings generated.
mv -f .deps/font.Tpo .deps/font.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT globals.o -MD -MP -MF .deps/globals.Tpo -c -o globals.o globals.cc
font_editor.cc:192: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/MacOSX11.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:193: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/MacOSX11.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:194: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/MacOSX11.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:195: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/MacOSX11.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:196: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/MacOSX11.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:201: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/MacOSX11.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: '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/MacOSX11.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:216: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/MacOSX11.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:217: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/MacOSX11.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:218: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/MacOSX11.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:219: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/MacOSX11.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:220: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/MacOSX11.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:221: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/MacOSX11.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:222: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/MacOSX11.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);
            ^
In file included from globals.cc:11:
In file included from ./checkbutton.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/MacOSX11.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:14:
In file included from ./button.h:12:
./widget.h:146: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/MacOSX11.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:142: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:142: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:
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/MacOSX11.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:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:142: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:142: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
24 warnings generated.
mv -f .deps/font_editor.Tpo .deps/font_editor.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT glyph.o -MD -MP -MF .deps/glyph.Tpo -c -o glyph.o glyph.cc
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:378: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/MacOSX11.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:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
mv -f .deps/glyph.Tpo .deps/glyph.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT gravity.o -MD -MP -MF .deps/gravity.Tpo -c -o gravity.o gravity.cc
21 warnings generated.
mv -f .deps/fractaliser.Tpo .deps/fractaliser.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.cc
10 warnings generated.
mv -f .deps/globals.Tpo .deps/globals.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT hit.o -MD -MP -MF .deps/hit.Tpo -c -o hit.o hit.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/MacOSX11.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:146: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/MacOSX11.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 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/MacOSX11.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:146: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/MacOSX11.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);
            ^
mv -f .deps/hit.Tpo .deps/hit.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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 ./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:142: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: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:142: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:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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 ./curve_editor.h:31:
./point_modulator.h:94:7: warning: 'point_modulator::load' hides overloaded virtual function [-Woverloaded-virtual]
        void load ();
             ^
./widget.h:156: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: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:157: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:20:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:19:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:171: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/MacOSX11.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:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:172: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/MacOSX11.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:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:179: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/MacOSX11.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:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
2 warnings generated.
mv -f .deps/help.Tpo .deps/help.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 gravity.cc:13:
In file included from ./din.h:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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:127: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.5);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:128: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/MacOSX11.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:129: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/MacOSX11.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:130: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/MacOSX11.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:131: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/MacOSX11.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);
            ^
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/MacOSX11.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:146: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/MacOSX11.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:
./spinner2.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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:
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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
29 warnings generated.
mv -f .deps/gravity.Tpo .deps/gravity.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT label.o -MD -MP -MF .deps/label.Tpo -c -o label.o label.cc
item_list.cc:77:19: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    if (i == hov) glColor3f (0, 1, 0); 
                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:78:26: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                else if (items[i].sel) glColor3f (0, 1, 1);
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:79: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/MacOSX11.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: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:18: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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);
            ^
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/MacOSX11.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: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/MacOSX11.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/MacOSX11.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/MacOSX11.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:386: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.25, 0.25, 0.25);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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:415:9: 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/MacOSX11.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:416: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, 2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:417: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/MacOSX11.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:420: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/MacOSX11.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:426:6: 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/MacOSX11.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:427: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, 2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:430: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/MacOSX11.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:431: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/MacOSX11.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:435: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/MacOSX11.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:441: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/MacOSX11.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:447: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, pts);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:448: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, 2);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
In file included from label.cc:8:
In file included from ./label.h:12:
./widget.h:146: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/MacOSX11.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);
            ^
5 warnings generated.
mv -f .deps/item_list.Tpo .deps/item_list.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT levels.o -MD -MP -MF .deps/levels.Tpo -c -o levels.o levels.cc
2 warnings generated.
mv -f .deps/label.Tpo .deps/label.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT line.o -MD -MP -MF .deps/line.Tpo -c -o line.o line.cc
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: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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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: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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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);
            ^
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/MacOSX11.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:146: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/MacOSX11.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:156: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:157: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/line.Tpo .deps/line.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT lissajous.o -MD -MP -MF .deps/lissajous.Tpo -c -o lissajous.o lissajous.cc
58 warnings generated.
mv -f .deps/keyboard_keyboard.Tpo .deps/keyboard_keyboard.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT listeners.o -MD -MP -MF .deps/listeners.Tpo -c -o listeners.o listeners.cc
levels.cc:272: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/MacOSX11.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:273: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/MacOSX11.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:281: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/MacOSX11.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:282: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/MacOSX11.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:285: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/MacOSX11.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:286: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/MacOSX11.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:291: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/MacOSX11.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:20:
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/MacOSX11.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:20:
In file included from ./curve_editor.h:26:
In file included from ./box_selector.h:14:
./widget.h:146: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/MacOSX11.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: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:142: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: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:142: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: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/MacOSX11.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:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:142: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:142: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:156: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:157: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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
11 warnings generated.
mv -f .deps/levels.Tpo .deps/levels.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
In file included from lissajous.cc:9:
In file included from ./lissajous.h:12:
./spinner.h:378: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/MacOSX11.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:378: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/MacOSX11.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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:20:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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: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:156: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: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:157: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:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:18:
In file included from ./settings.h:12:
./options_list.h:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:20:
In file included from ./curve_editor.h:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:171: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:172: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:179: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/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:36:
In file included from ./gravity.h:20:
In file included from ./ui_list.h:22:
In file included from ./menu.h:24:
./slider.h:184: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/MacOSX11.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:36:
In file included from ./gravity.h:14:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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:18: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:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18: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:156: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:157: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:36:
In file included from ./gravity.h:14:
./spinner2.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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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: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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
28 warnings generated.
mv -f .deps/listeners.Tpo .deps/listeners.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT menu.o -MD -MP -MF .deps/menu.Tpo -c -o menu.o menu.cc
22 warnings generated.
mv -f .deps/lissajous.Tpo .deps/lissajous.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT mesh.o -MD -MP -MF .deps/mesh.Tpo -c -o mesh.o mesh.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/MacOSX11.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: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:14:
In file included from ./button.h:12:
./widget.h:146: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/MacOSX11.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:31:
In file included from ./point_modulator.h:20:
./spinner.h:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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:156: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:157: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:18: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:156: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:157: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:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18: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:875: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:876: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:1098: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, wnow, hnow);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:1195: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/MacOSX11.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:1542: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/MacOSX11.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);
            ^
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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: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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:413: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:580:17: note: in instantiation of template class 'spinner<float>' requested here
        spinner<float> sp_bd_separation\
                       ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:634:15: note: in instantiation of template class 'spinner<int>' requested here
        spinner<int> sp_bd_pairs\
                     ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:142: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:142: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:156: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:157: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 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/MacOSX11.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:146: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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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);
            ^
In file included from menu.cc:12:
In file included from ./din.h:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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:18: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:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18: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:156: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:157: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:2428: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/MacOSX11.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:2429: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/MacOSX11.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:2430: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/MacOSX11.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:2431: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/MacOSX11.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:2432: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/MacOSX11.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:2434: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/MacOSX11.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:2435: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/MacOSX11.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:2436: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/MacOSX11.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:2437: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/MacOSX11.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:21:
./spinner2.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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:378: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:822:5: note: in instantiation of member function 'spinner<float>::draw' requested here
    struct {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:378: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:58:7: note: in instantiation of member function 'spinner<int>::draw' requested here
menu::menu () : 
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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: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.cc:58:7: note: in instantiation of member function 'spinner2<int>::draw' requested here
menu::menu () : 
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:182: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:58:7: note: in instantiation of member function 'slider<float>::draw' requested here
menu::menu () : 
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
13 warnings generated.
mv -f .deps/mesh.Tpo .deps/mesh.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT midi_in.o -MD -MP -MF .deps/midi_in.Tpo -c -o midi_in.o midi_in.cc
36 warnings generated.
mv -f .deps/main.Tpo .deps/main.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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/MacOSX11.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:146: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/MacOSX11.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:142: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:142: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 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/MacOSX11.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:146: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/MacOSX11.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:14: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/MacOSX11.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);
            ^
minus_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, 2);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
minus_button.cc:18: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);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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/minus_button.Tpo .deps/minus_button.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT mocap.o -MD -MP -MF .deps/mocap.Tpo -c -o mocap.o mocap.cc
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:18: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=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT modulator.o -MD -MP -MF .deps/modulator.Tpo -c -o modulator.o modulator.cc
mv -f .deps/mocap.Tpo .deps/mocap.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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/MacOSX11.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:146: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/MacOSX11.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:142: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:142: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: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/MacOSX11.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:146: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/MacOSX11.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:142: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:142: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:18:
In file included from ./settings.h:12:
./options_list.h:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:22:
In file included from ./menu.h:21:
./spinner2.h:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:18:
In file included from ./settings.h:12:
./options_list.h:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18: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:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:438: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/MacOSX11.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:439: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/MacOSX11.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:440: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/MacOSX11.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:441: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/MacOSX11.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:442: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/MacOSX11.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:443: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/MacOSX11.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:447: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/MacOSX11.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:449: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/MacOSX11.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:450: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/MacOSX11.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:451: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/MacOSX11.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:485: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/MacOSX11.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:486: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/MacOSX11.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:487: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/MacOSX11.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:488: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/MacOSX11.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:489: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/MacOSX11.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:495: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/MacOSX11.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:496: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/MacOSX11.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:497: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/MacOSX11.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:504: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/MacOSX11.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:509: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/MacOSX11.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:510: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/MacOSX11.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:514: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/MacOSX11.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:515: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/MacOSX11.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:516: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/MacOSX11.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:517: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/MacOSX11.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:1138: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/MacOSX11.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:1168: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/MacOSX11.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:1169: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/MacOSX11.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:1170: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/MacOSX11.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:1174: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/MacOSX11.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:1175: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/MacOSX11.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:1176: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/MacOSX11.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:1177: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/MacOSX11.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:1178: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/MacOSX11.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:1179: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/MacOSX11.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:1180: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/MacOSX11.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:1200: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/MacOSX11.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:1200: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/MacOSX11.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:1201: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/MacOSX11.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:1202: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/MacOSX11.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:1573: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:2307: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/MacOSX11.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:2308: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/MacOSX11.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:2309: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/MacOSX11.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:2317: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/MacOSX11.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:2320: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/MacOSX11.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:2321: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/MacOSX11.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:2323: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/MacOSX11.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:2324: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/MacOSX11.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:2326: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/MacOSX11.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:2329: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/MacOSX11.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);
            ^
20 warnings generated.
mv -f .deps/modulator.Tpo .deps/modulator.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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/MacOSX11.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:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:142: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:142: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
41 warnings generated.
mv -f .deps/menu.Tpo .deps/menu.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 morpher.cc:9:
In file included from ./morpher.h:16:
./slider.h:182: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:17:10: note: in instantiation of member function 'slider<float>::draw' requested here
morpher::morpher () : sl_amount (1, 192, 12), sl_src_start (64, 12), sl_tar_start (64, 12)  {
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:378: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:17:10: note: in instantiation of member function 'spinner<int>::draw' requested here
morpher::morpher () : sl_amount (1, 192, 12), sl_src_start (64, 12), sl_tar_start (64, 12)  {
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:
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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
74 warnings generated.
mv -f .deps/mondrian.Tpo .deps/mondrian.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT mouse_slider.o -MD -MP -MF .deps/mouse_slider.Tpo -c -o mouse_slider.o mouse_slider.cc
23 warnings generated.
mv -f .deps/morpher.Tpo .deps/morpher.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT multi_curve.o -MD -MP -MF .deps/multi_curve.Tpo -c -o multi_curve.o multi_curve.cc
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
morse_code.cc:168:20: warning: if statement has empty body [-Wempty-body]
  if (vlast.x != 0); factor = tox / vlast.x;
                   ^
morse_code.cc:168:20: note: put the semicolon on a separate line to silence this warning
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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
21 warnings generated.
mv -f .deps/morse_code.Tpo .deps/morse_code.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT noiser.o -MD -MP -MF .deps/noiser.Tpo -c -o noiser.o noiser.cc
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual 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:66: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/MacOSX11.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:69: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/MacOSX11.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);
            ^
mouse_slider.cc:70: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, 2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
mv -f .deps/multi_curve.Tpo .deps/multi_curve.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT note.o -MD -MP -MF .deps/note.Tpo -c -o note.o note.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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
23 warnings generated.
mv -f .deps/mouse_slider.Tpo .deps/mouse_slider.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT number.o -MD -MP -MF .deps/number.Tpo -c -o number.o number.cc
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:18:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
mv -f .deps/note.Tpo .deps/note.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT oscilloscope.o -MD -MP -MF .deps/oscilloscope.Tpo -c -o oscilloscope.o oscilloscope.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/MacOSX11.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:146: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/MacOSX11.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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
11 warnings generated.
mv -f .deps/noiser.Tpo .deps/noiser.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT phrasor.o -MD -MP -MF .deps/phrasor.Tpo -c -o phrasor.o phrasor.cc
In file included from oscilloscope.cc:9:
In file included from ./oscilloscope.h:15:
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/MacOSX11.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:15:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:146: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/MacOSX11.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:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
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/MacOSX11.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/MacOSX11.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/MacOSX11.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);
            ^
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:142: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:142: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:156: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:157: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
3 warnings generated.
In file included from number.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
mv -f .deps/phrasor.Tpo .deps/phrasor.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT play.o -MD -MP -MF .deps/play.Tpo -c -o play.o play.cc
oscilloscope.cc:241: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/MacOSX11.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:242: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, color_array);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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: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_INT, 0, vertex_array);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:244: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/MacOSX11.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:245: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/MacOSX11.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:248: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/MacOSX11.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:252: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, vertex_array);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:253: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, 2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:255: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/MacOSX11.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:259: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, vertex_array);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:260: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);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
In file included from number.cc:9:
In file included from ./number.h:13:
./slider.h:182: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/MacOSX11.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:378: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/MacOSX11.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);
            ^
mv -f .deps/play.Tpo .deps/play.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT plugin_browser.o -MD -MP -MF .deps/plugin_browser.Tpo -c -o plugin_browser.o plugin_browser.cc
15 warnings generated.
mv -f .deps/oscilloscope.Tpo .deps/oscilloscope.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.cc
22 warnings generated.
mv -f .deps/number.Tpo .deps/number.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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/MacOSX11.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:146: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/MacOSX11.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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:142: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:142: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 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/MacOSX11.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:146: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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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);
            ^
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/MacOSX11.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:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89:51: note: put the semicolon on a separate line to silence this warning
5 warnings generated.
mv -f .deps/plus_button.Tpo .deps/plus_button.Po
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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 plugin_browser.cc:8:
In file included from ./sine_mixer.h:12:
./spinner.h:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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);
       ^
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual 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:106: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/MacOSX11.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:107: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/MacOSX11.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:108: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/MacOSX11.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);
            ^
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/MacOSX11.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:146: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/MacOSX11.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/plugin_browser.Tpo .deps/plugin_browser.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT range.o -MD -MP -MF .deps/range.Tpo -c -o range.o range.cc
23 warnings generated.
mv -f .deps/plugin.Tpo .deps/plugin.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT recorder.o -MD -MP -MF .deps/recorder.Tpo -c -o recorder.o recorder.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/MacOSX11.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: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:142: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:142: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual 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:398: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/MacOSX11.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:399: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/MacOSX11.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:405:19: 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/MacOSX11.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:405:45: 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/MacOSX11.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:406: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/MacOSX11.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:407: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 (vx, vy);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:408: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 (sb->extents.midx, sb->extents.midy);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:409: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/MacOSX11.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:411: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/MacOSX11.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:12:
In file included from ./checkbutton.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/MacOSX11.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:20:
./spinner.h:378: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/MacOSX11.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:12:
In file included from ./checkbutton.h:14:
In file included from ./button.h:12:
./widget.h:146: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/MacOSX11.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 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:146: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/MacOSX11.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:55: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/MacOSX11.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:60: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/MacOSX11.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:61: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/MacOSX11.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);
            ^
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:142: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:142: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
5extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
 warnings generated.
mv -f .deps/range.Tpo .deps/range.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT rect.o -MD -MP -MF .deps/rect.Tpo -c -o rect.o rect.cc
In file included from recorder.cc:16:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
30 warnings generated.
mv -f .deps/point_modulator.Tpo .deps/point_modulator.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
20 warnings generated.
mv -f .deps/recorder.Tpo .deps/recorder.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:13:
In file included from ./checkbutton.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/MacOSX11.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:
./mondrian.h:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18: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 scale_info.cc:13:
In file included from ./checkbutton.h:14:
In file included from ./button.h:12:
./widget.h:146: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/MacOSX11.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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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: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/MacOSX11.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:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:142: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:142: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:156: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:157: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
11 warnings generated.
mv -f .deps/rect.Tpo .deps/rect.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT scalelist.o -MD -MP -MF .deps/scalelist.Tpo -c -o scalelist.o scalelist.cc
In file included from rose_milker.cc:9:
In file included from ./rose_milker.h:10:
./spinner.h:378: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/MacOSX11.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:378: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/MacOSX11.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:17:
./spinner.h:413: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:39:17: note: in instantiation of template class 'spinner<float>' requested here
        spinner<float> sp_key;
                       ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:142: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:142: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:156: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:157: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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
24 warnings generated.
mv -f .deps/rose_milker.Tpo .deps/rose_milker.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT scale_notes.o -MD -MP -MF .deps/scale_notes.Tpo -c -o scale_notes.o scale_notes.cc
20 warnings generated.
mv -f .deps/scalelist.Tpo .deps/scalelist.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT separator.o -MD -MP -MF .deps/separator.Tpo -c -o separator.o separator.cc
mv -f .deps/scale_info.Tpo .deps/scale_info.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT settings.o -MD -MP -MF .deps/settings.Tpo -c -o settings.o settings.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/MacOSX11.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:146: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/MacOSX11.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: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/MacOSX11.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:
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/MacOSX11.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:146: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/MacOSX11.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 separator.cc:8:
In file included from ./separator.h:11:
./widget.h:146: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/MacOSX11.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/MacOSX11.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/MacOSX11.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:22: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/MacOSX11.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);
            ^
separator.cc:23: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);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
separator.cc:24: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/MacOSX11.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:8:
In file included from ./settings.h:12:
./options_list.h:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
7 warnings generated.
mv -f .deps/separator.Tpo .deps/separator.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT sine_mixer.o -MD -MP -MF .deps/sine_mixer.Tpo -c -o sine_mixer.o sine_mixer.cc
2 warnings generated.
mv -f .deps/scale_notes.Tpo .deps/scale_notes.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT slit.o -MD -MP -MF .deps/slit.Tpo -c -o slit.o slit.cc
In file included from settings.cc:8:
In file included from ./settings.h:17:
./spinner.h:413: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:39:17: note: in instantiation of template class 'spinner<float>' requested here
        spinner<float> sp_key;
                       ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:142: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:142: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:156: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:157: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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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 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/MacOSX11.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:21:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:15:
In file included from ./box_selector.h:14:
./widget.h:146: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/MacOSX11.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:142: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:142: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:20:
In file included from ./din.h:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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:278: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/MacOSX11.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:279: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/MacOSX11.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:280: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/MacOSX11.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:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:378: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:35:11: note: in instantiation of member function 'spinner<float>::draw' requested here
settings::settings () : ol_display_modes (1) {
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:378: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:35:11: note: in instantiation of member function 'spinner<int>::draw' requested here
settings::settings () : ol_display_modes (1) {
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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: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/MacOSX11.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:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:142: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:142: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:
./spinner.h:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:12:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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 slit.cc:10:
./mondrian.h:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
slit.cc:242: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/MacOSX11.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:243: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/MacOSX11.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);
            ^
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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:378: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/MacOSX11.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);
            ^
13 warnings generated.
mv -f .deps/slit.Tpo .deps/slit.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT solver.o -MD -MP -MF .deps/solver.Tpo -c -o solver.o solver.cc
29 warnings generated.
mv -f .deps/settings.Tpo .deps/settings.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT spiraler.o -MD -MP -MF .deps/spiraler.Tpo -c -o spiraler.o spiraler.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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
25 warnings generated.
mv -f .deps/sine_mixer.Tpo .deps/sine_mixer.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT starrer.o -MD -MP -MF .deps/starrer.Tpo -c -o starrer.o starrer.cc
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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:
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/MacOSX11.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:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:142: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:142: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:156: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:157: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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.
In file included from spiraler.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
mv -f .deps/solver.Tpo .deps/solver.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT superformula.o -MD -MP -MF .deps/superformula.Tpo -c -o superformula.o superformula.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/MacOSX11.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:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:142: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:142: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:9:
In file included from ./spiraler.h:11:
./spinner.h:378: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/MacOSX11.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:378: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/MacOSX11.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:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:378: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/MacOSX11.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=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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/MacOSX11.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:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual 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.
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:142: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:142: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:156: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:157:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
mv -f .deps/starrer.Tpo .deps/starrer.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT tcl_interp.o -MD -MP -MF .deps/tcl_interp.Tpo -c -o tcl_interp.o tcl_interp.cc
In file included from superformula.cc:11:
In file included from ./ui_list.h:22:
In file included from ./menu.h:21:
./spinner2.h:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
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/MacOSX11.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:146: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/MacOSX11.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:378: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/MacOSX11.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:378: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/MacOSX11.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);
            ^
mv -f .deps/tcl_interp.Tpo .deps/tcl_interp.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT textboard.o -MD -MP -MF .deps/textboard.Tpo -c -o textboard.o textboard.cc
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/MacOSX11.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);
            ^
22 warnings generated.
mv -f .deps/superformula.Tpo .deps/superformula.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT tokenizer.o -MD -MP -MF .deps/tokenizer.Tpo -c -o tokenizer.o tokenizer.cc
3 warnings generated.
mv -f .deps/tap_bpm.Tpo .deps/tap_bpm.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT trail.o -MD -MP -MF .deps/trail.Tpo -c -o trail.o trail.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/MacOSX11.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:146: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/MacOSX11.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:142: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:142:23: note: hidden overloaded virtual function 'widget::draw' declared here: different number of parameters (0 vs 2)
  virtual inline void draw () {
                      ^
trail.cc:83: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/MacOSX11.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:84: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, n);
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
mv -f .deps/tokenizer.Tpo .deps/tokenizer.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
2 warnings generated.
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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
mv -f .deps/trail.Tpo .deps/trail.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT ui.o -MD -MP -MF .deps/ui.Tpo -c -o ui.o ui.cc
In file included from textboard.cc:13:
./mondrian.h:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18:15: note: hidden overloaded virtual function 'instrument::update_waveform' declared here: different number of parameters (0 vs 1)
        virtual void update_waveform () {}
                     ^
textboard.cc:22: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/MacOSX11.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:23: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/MacOSX11.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:24: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/MacOSX11.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:25: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/MacOSX11.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:26: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/MacOSX11.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:27: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/MacOSX11.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:31: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/MacOSX11.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:35: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/MacOSX11.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:39: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/MacOSX11.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:43: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/MacOSX11.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:44: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/MacOSX11.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:45: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/MacOSX11.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:46: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/MacOSX11.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:51: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/MacOSX11.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:54: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/MacOSX11.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);
            ^
textboard.cc:55: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);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
27 warnings generated.
mv -f .deps/textboard.Tpo .deps/textboard.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -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.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/MacOSX11.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:146: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/MacOSX11.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:142: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:142: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: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/MacOSX11.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 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/MacOSX11.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:146: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/MacOSX11.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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:142: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:142: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:26:
./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual]
  int load ();
      ^
./widget.h:156: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:26:
./oscilloscope.h:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual]
  int save ();
      ^
./widget.h:157: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:489:8: warning: 'din::load_scale' hides overloaded virtual function [-Woverloaded-virtual]
  void load_scale (int _load_drones = 0, int _load_ranges = 1);
       ^
./instrument.h:21: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) {}
                     ^
1 warning generated.
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:18: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:156: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:157:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0)
  virtual void save (std::ofstream& file);
               ^
mv -f .deps/triggered_note.Tpo .deps/triggered_note.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT viewwin.o -MD -MP -MF .deps/viewwin.Tpo -c -o viewwin.o viewwin.cc
In file included from ui.cc:26:
./mondrian.h:50:7: warning: 'mondrian::update_waveform' hides overloaded virtual function [-Woverloaded-virtual]
        void update_waveform (multi_curve& crv);
             ^
./instrument.h:18: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:28:
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:156: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:28:
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:157: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:149: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/MacOSX11.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:150: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/MacOSX11.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:151: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/MacOSX11.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:153: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/MacOSX11.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:154: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/MacOSX11.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:155: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/MacOSX11.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_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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:156: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:157: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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: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);
    ^
./gravity.h:63:5: note: in instantiation of member function 'spinner2<float>::draw' requested here
    modulatet () : crv ("gravmod.crv"), ed ("gravmod.ed"), params (&crv) {
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:378: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/MacOSX11.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:378: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.h:34:8: note: in instantiation of member function 'spinner<int>::draw' requested here
struct settings : ui, click_listener, option_listener, state_listener, change_listener<field> {
       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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);
            ^
mv -f .deps/viewwin.Tpo .deps/viewwin.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT warper.o -MD -MP -MF .deps/warper.Tpo -c -o warper.o warper.cc
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=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT widget.o -MD -MP -MF .deps/widget.Tpo -c -o widget.o widget.cc
38 warnings generated.
mv -f .deps/ui.Tpo .deps/ui.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT RtAudio.o -MD -MP -MF .deps/RtAudio.Tpo -c -o RtAudio.o RtAudio.cpp
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/MacOSX11.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:146: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/MacOSX11.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: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/MacOSX11.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:146: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/MacOSX11.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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:142: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:142: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:413: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:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:156: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:157: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:89:51: warning: if statement has empty body [-Wempty-body]
                else if (apply.visible && apply.handle_input()) ;
                                                                ^
./options_list.h:89: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:413: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:51:16: note: in instantiation of template class 'spinner<int>' requested here
  spinner<int> sp_num_octaves;
               ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:416: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:502:23: note: in instantiation of template class 'spinner2<int>' requested here
template<> inline int spinner2<int>::operator() () {
                      ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' 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:171: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/MacOSX11.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:172: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/MacOSX11.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:176: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.15f);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:179: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/MacOSX11.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:181: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, 1);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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:184: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/MacOSX11.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:416: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:654:19: note: in instantiation of template class 'spinner2<float>' requested here
  spinner2<float> lifetime, gabt, riset, fallt;
                  ^
./widget.h:70:15: note: hidden overloaded virtual function 'widget::set_text' declared here: different number of parameters (1 vs 2)
        virtual void set_text (const std::string& txt) {set_name (txt);}
                     ^
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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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/MacOSX11.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);
            ^
20 warnings generated.
mv -f .deps/warper.Tpo .deps/warper.Po
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -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__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT RtMidi.o -MD -MP -MF .deps/RtMidi.Tpo -c -o RtMidi.o RtMidi.cpp
mv -f .deps/RtAudio.Tpo .deps/RtAudio.Po
clang -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"54\" -DPACKAGE_STRING=\"din\ 54\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"54\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -MT kiss_fft.o -MD -MP -MF .deps/kiss_fft.Tpo -c -o kiss_fft.o kiss_fft.c
mv -f .deps/kiss_fft.Tpo .deps/kiss_fft.Po
10 warnings generated.
mv -f .deps/widget.Tpo .deps/widget.Po
mv -f .deps/RtMidi.Tpo .deps/RtMidi.Po
clang++ -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\"  -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__  -L/opt/pkg/lib -o din alarm.o arrow_button.o audio.o authors_note.o autoflip.o autorotator.o ball.o ball_ops.o basic_editor.o beat2value.o binaural_drone.o binaural_drones.o bit_display.o box_selector.o button.o capturer.o checkbutton.o chrono.o circler.o command.o compressor.o console.o console_iterator.o countries.o cross_button.o curve.o curve_display.o curve_editor.o curve_library.o curve_mixer.o curve_picker.o curve_samples.o custom_periodic.o defvelaccel.o delay.o din.o din_info.o drawrrow.o drone.o eval.o fader.o fft.o field.o filled_button.o font.o font_editor.o fractaliser.o globals.o glyph.o gravity.o help.o hit.o item_list.o keyboard_keyboard.o label.o levels.o line.o lissajous.o listeners.o main.o menu.o mesh.o midi_in.o minus_button.o mocap.o modulator.o mondrian.o morpher.o morse_code.o mouse_slider.o multi_curve.o noiser.o note.o number.o oscilloscope.o phrasor.o play.o plugin_browser.o plugin.o plus_button.o point_modulator.o range.o recorder.o rect.o rose_milker.o scale_info.o scalelist.o scale_notes.o separator.o settings.o sine_mixer.o slit.o solver.o spiraler.o starrer.o superformula.o tap_bpm.o tcl_interp.o textboard.o tokenizer.o trail.o triggered_note.o ui.o ui_sin_cos_radius.o viewwin.o warper.o widget.o RtAudio.o RtMidi.o kiss_fft.o  -ltcl -lSDL -lGL -lpthread -ljack -lSDLmain
Undefined symbols for architecture arm64:
  "_CFBundleCopyBundleURL", referenced from:
      -[SDLMain setupWorkingDirectory:] in libSDLmain.a(SDLMain.o)
  "_CFBundleGetInfoDictionary", referenced from:
      _main in libSDLmain.a(SDLMain.o)
  "_CFBundleGetMainBundle", referenced from:
      -[SDLMain setupWorkingDirectory:] in libSDLmain.a(SDLMain.o)
      _main in libSDLmain.a(SDLMain.o)
  "_CFRelease", referenced from:
      -[SDLMain setupWorkingDirectory:] in libSDLmain.a(SDLMain.o)
  "_CFURLCreateCopyDeletingLastPathComponent", referenced from:
      -[SDLMain setupWorkingDirectory:] in libSDLmain.a(SDLMain.o)
  "_CFURLGetFileSystemRepresentation", referenced from:
      -[SDLMain setupWorkingDirectory:] in libSDLmain.a(SDLMain.o)
  "_CPSEnableForegroundOperation", referenced from:
      _main in libSDLmain.a(SDLMain.o)
  "_CPSGetCurrentProcess", referenced from:
      _main in libSDLmain.a(SDLMain.o)
  "_CPSSetFrontProcess", referenced from:
      _main in libSDLmain.a(SDLMain.o)
  "_NSAllocateMemoryPages", referenced from:
      -[NSString(ReplaceSubString) stringByReplacingRange:with:] in libSDLmain.a(SDLMain.o)
  "_NSApp", referenced from:
      _main in libSDLmain.a(SDLMain.o)
  "_NSDeallocateMemoryPages", referenced from:
      -[NSString(ReplaceSubString) stringByReplacingRange:with:] in libSDLmain.a(SDLMain.o)
  "_OBJC_CLASS_$_NSApplication", referenced from:
      __OBJC_$_CATEGORY_NSApplication_$_SDLApplication in libSDLmain.a(SDLMain.o)
      objc-class-ref in libSDLmain.a(SDLMain.o)
  "_OBJC_CLASS_$_NSAutoreleasePool", referenced from:
      objc-class-ref in libSDLmain.a(SDLMain.o)
  "_OBJC_CLASS_$_NSMenu", referenced from:
      objc-class-ref in libSDLmain.a(SDLMain.o)
  "_OBJC_CLASS_$_NSMenuItem", referenced from:
      objc-class-ref in libSDLmain.a(SDLMain.o)
  "_OBJC_CLASS_$_NSObject", referenced from:
      _OBJC_CLASS_$_SDLMain in libSDLmain.a(SDLMain.o)
  "_OBJC_CLASS_$_NSProcessInfo", referenced from:
      objc-class-ref in libSDLmain.a(SDLMain.o)
  "_OBJC_CLASS_$_NSString", referenced from:
      __OBJC_$_CATEGORY_NSString_$_ReplaceSubString in libSDLmain.a(SDLMain.o)
      objc-class-ref in libSDLmain.a(SDLMain.o)
  "_OBJC_METACLASS_$_NSObject", referenced from:
      _OBJC_METACLASS_$_SDLMain in libSDLmain.a(SDLMain.o)
  "___CFConstantStringClassReference", referenced from:
      CFString in libSDLmain.a(SDLMain.o)
      CFString in libSDLmain.a(SDLMain.o)
      CFString in libSDLmain.a(SDLMain.o)
      CFString in libSDLmain.a(SDLMain.o)
      CFString in libSDLmain.a(SDLMain.o)
      CFString in libSDLmain.a(SDLMain.o)
      CFString in libSDLmain.a(SDLMain.o)
      ...
  "__objc_empty_cache", referenced from:
      _OBJC_METACLASS_$_SDLMain in libSDLmain.a(SDLMain.o)
      _OBJC_CLASS_$_SDLMain in libSDLmain.a(SDLMain.o)
  "_objc_alloc", referenced from:
      _main in libSDLmain.a(SDLMain.o)
  "_objc_alloc_init", referenced from:
      _main in libSDLmain.a(SDLMain.o)
  "_objc_release", referenced from:
      _main in libSDLmain.a(SDLMain.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [Makefile:443: din] Error 1
gmake[1]: Leaving directory '/Users/pbulk/build/audio/din/work/din-54/src'
gmake: *** [Makefile:342: all-recursive] Error 1
*** Error code 2

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

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