===> Building for zam-plugins-3.14nb3 /opt/pkg/bin/gmake -C dpf/dgl gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/dpf/dgl' Compiling src/Application.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling src/Color.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling src/Geometry.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling src/ImageBase.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling src/Resources.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling src/Widget.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling src/OpenGL.cpp (OpenGL variant) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] src/OpenGL.cpp:30: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:37: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:50: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(outline ? GL_LINE_LOOP : GL_POLYGON); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:61: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:72: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(outline ? GL_LINE_LOOP : GL_TRIANGLES); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:80: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:91: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(outline ? GL_LINE_LOOP : GL_QUADS); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:94:9: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexCoord2f(0.0f, 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:97:9: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexCoord2f(1.0f, 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:100:9: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexCoord2f(1.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:103:9: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexCoord2f(0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:107: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:33:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosStart.fX, fPosStart.fY); ^ src/OpenGL.cpp:127:16: note: in instantiation of member function 'DGL::Line::draw' requested here template class Line; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:34:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosEnd.fX, fPosEnd.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:33:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosStart.fX, fPosStart.fY); ^ src/OpenGL.cpp:128:16: note: in instantiation of member function 'DGL::Line::draw' requested here template class Line; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:34:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosEnd.fX, fPosEnd.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:33:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosStart.fX, fPosStart.fY); ^ src/OpenGL.cpp:129:16: note: in instantiation of member function 'DGL::Line::draw' requested here template class Line; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:34:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosEnd.fX, fPosEnd.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:33:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosStart.fX, fPosStart.fY); ^ src/OpenGL.cpp:130:16: note: in instantiation of member function 'DGL::Line::draw' requested here template class Line; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:34:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosEnd.fX, fPosEnd.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:33:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosStart.fX, fPosStart.fY); ^ src/OpenGL.cpp:131:16: note: in instantiation of member function 'DGL::Line::draw' requested here template class Line; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:34:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosEnd.fX, fPosEnd.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:33:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosStart.fX, fPosStart.fY); ^ src/OpenGL.cpp:132:16: note: in instantiation of member function 'DGL::Line::draw' requested here template class Line; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:34:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPosEnd.fX, fPosEnd.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:54:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(x + fPos.fX, y + fPos.fY); ^ src/OpenGL.cpp:134:16: note: in instantiation of member function 'DGL::Circle::_draw' requested here template class Circle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:54:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(x + fPos.fX, y + fPos.fY); ^ src/OpenGL.cpp:135:16: note: in instantiation of member function 'DGL::Circle::_draw' requested here template class Circle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:54:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(x + fPos.fX, y + fPos.fY); ^ src/OpenGL.cpp:136:16: note: in instantiation of member function 'DGL::Circle::_draw' requested here template class Circle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:54:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(x + fPos.fX, y + fPos.fY); ^ src/OpenGL.cpp:137:16: note: in instantiation of member function 'DGL::Circle::_draw' requested here template class Circle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:54:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(x + fPos.fX, y + fPos.fY); ^ src/OpenGL.cpp:138:16: note: in instantiation of member function 'DGL::Circle::_draw' requested here template class Circle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:54:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(x + fPos.fX, y + fPos.fY); ^ src/OpenGL.cpp:139:16: note: in instantiation of member function 'DGL::Circle::_draw' requested here template class Circle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:75:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos1.fX, fPos1.fY); ^ src/OpenGL.cpp:141:16: note: in instantiation of member function 'DGL::Triangle::_draw' requested here template class Triangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:76:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos2.fX, fPos2.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:77:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos3.fX, fPos3.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:75:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos1.fX, fPos1.fY); ^ src/OpenGL.cpp:142:16: note: in instantiation of member function 'DGL::Triangle::_draw' requested here template class Triangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:76:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos2.fX, fPos2.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:77:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos3.fX, fPos3.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:75:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos1.fX, fPos1.fY); ^ src/OpenGL.cpp:143:16: note: in instantiation of member function 'DGL::Triangle::_draw' requested here template class Triangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:76:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos2.fX, fPos2.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:77:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos3.fX, fPos3.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:75:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos1.fX, fPos1.fY); ^ src/OpenGL.cpp:144:16: note: in instantiation of member function 'DGL::Triangle::_draw' requested here template class Triangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:76:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos2.fX, fPos2.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:77:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos3.fX, fPos3.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:75:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos1.fX, fPos1.fY); ^ src/OpenGL.cpp:145:16: note: in instantiation of member function 'DGL::Triangle::_draw' requested here template class Triangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:76:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos2.fX, fPos2.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:77:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos3.fX, fPos3.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:75:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos1.fX, fPos1.fY); ^ src/OpenGL.cpp:146:16: note: in instantiation of member function 'DGL::Triangle::_draw' requested here template class Triangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:76:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos2.fX, fPos2.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:77:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos3.fX, fPos3.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:95:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY); ^ src/OpenGL.cpp:148:16: note: in instantiation of member function 'DGL::Rectangle::_draw' requested here template class Rectangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:98:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:101:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:104:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:95:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY); ^ src/OpenGL.cpp:149:16: note: in instantiation of member function 'DGL::Rectangle::_draw' requested here template class Rectangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:98:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:101:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:104:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:95:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY); ^ src/OpenGL.cpp:150:16: note: in instantiation of member function 'DGL::Rectangle::_draw' requested here template class Rectangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:98:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:101:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:104:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:95:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY); ^ src/OpenGL.cpp:151:16: note: in instantiation of member function 'DGL::Rectangle::_draw' requested here template class Rectangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:98:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:101:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:104:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:95:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY); ^ src/OpenGL.cpp:152:16: note: in instantiation of member function 'DGL::Rectangle::_draw' requested here template class Rectangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:98:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:101:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:104:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:95:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY); ^ src/OpenGL.cpp:153:16: note: in instantiation of member function 'DGL::Rectangle::_draw' requested here template class Rectangle; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:98:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:101:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX+fSize.fWidth, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ src/OpenGL.cpp:104:9: warning: 'glVertex2d' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2d(fPos.fX, fPos.fY+fSize.fHeight); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2730:13: note: 'glVertex2d' has been explicitly marked deprecated here extern void glVertex2d (GLdouble x, GLdouble y) OPENGL_DEPRECATED(10.0, 10.14); ^ 72 warnings generated. Compiling src/Image.cpp (OpenGL variant) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] src/Image.cpp:30:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:40:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:50:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:60:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:120: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:121:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:125:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:126:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:127:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:128:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:131:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:133:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:134:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:135:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:144:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Image.cpp:145: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 16 warnings generated. Compiling src/ImageWidgets.cpp (OpenGL variant) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] src/ImageWidgets.cpp:230:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:258:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:286:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:315:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:319:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:329:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:453: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:454:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:458:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:459:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:460:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:461:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:464:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:466:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:467:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:483:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:495:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:500:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:501:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:505:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:512:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ src/ImageWidgets.cpp:513: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 22 warnings generated. Compiling src/NanoVG.cpp (OpenGL variant) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:276:3: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:288:3: warning: 'glStencilMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilMask(mask); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2673:13: note: 'glStencilMask' has been explicitly marked deprecated here extern void glStencilMask (GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:305:3: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(func, ref, mask); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:356:5: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &gl->textures[i].tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:368:2: warning: 'glGetShaderInfoLog' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetShaderInfoLog(shader, 512, &len, str); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2958:13: note: 'glGetShaderInfoLog' has been explicitly marked deprecated here extern void glGetShaderInfoLog (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:378:2: warning: 'glGetProgramInfoLog' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetProgramInfoLog(prog, 512, &len, str); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2959:13: note: 'glGetProgramInfoLog' has been explicitly marked deprecated here extern void glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:388:8: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] err = glGetError(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:405:9: warning: 'glCreateProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] prog = glCreateProgram(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2928:15: note: 'glCreateProgram' has been explicitly marked deprecated here extern GLuint glCreateProgram (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:406:9: warning: 'glCreateShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] vert = glCreateShader(GL_VERTEX_SHADER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2925:15: note: 'glCreateShader' has been explicitly marked deprecated here extern GLuint glCreateShader (GLenum type) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:407:9: warning: 'glCreateShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] frag = glCreateShader(GL_FRAGMENT_SHADER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2925:15: note: 'glCreateShader' has been explicitly marked deprecated here extern GLuint glCreateShader (GLenum type) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:409:2: warning: 'glShaderSource' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glShaderSource(vert, 3, str, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2926:13: note: 'glShaderSource' has been explicitly marked deprecated here extern void glShaderSource (GLuint shader, GLsizei count, const GLchar* const *string, const GLint *length) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:411:2: warning: 'glShaderSource' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glShaderSource(frag, 3, str, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2926:13: note: 'glShaderSource' has been explicitly marked deprecated here extern void glShaderSource (GLuint shader, GLsizei count, const GLchar* const *string, const GLint *length) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:413:2: warning: 'glCompileShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCompileShader(vert); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2927:13: note: 'glCompileShader' has been explicitly marked deprecated here extern void glCompileShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:414:2: warning: 'glGetShaderiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetShaderiv(vert, GL_COMPILE_STATUS, &status); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2955:13: note: 'glGetShaderiv' has been explicitly marked deprecated here extern void glGetShaderiv (GLuint shader, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:420:2: warning: 'glCompileShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCompileShader(frag); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2927:13: note: 'glCompileShader' has been explicitly marked deprecated here extern void glCompileShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:421:2: warning: 'glGetShaderiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetShaderiv(frag, GL_COMPILE_STATUS, &status); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2955:13: note: 'glGetShaderiv' has been explicitly marked deprecated here extern void glGetShaderiv (GLuint shader, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:427:2: warning: 'glAttachShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glAttachShader(prog, vert); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2929:13: note: 'glAttachShader' has been explicitly marked deprecated here extern void glAttachShader (GLuint program, GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:428:2: warning: 'glAttachShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glAttachShader(prog, frag); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2929:13: note: 'glAttachShader' has been explicitly marked deprecated here extern void glAttachShader (GLuint program, GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:430:2: warning: 'glBindAttribLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindAttribLocation(prog, 0, "vertex"); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2965:13: note: 'glBindAttribLocation' has been explicitly marked deprecated here extern void glBindAttribLocation (GLuint program, GLuint index, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:431:2: warning: 'glBindAttribLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindAttribLocation(prog, 1, "tcoord"); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2965:13: note: 'glBindAttribLocation' has been explicitly marked deprecated here extern void glBindAttribLocation (GLuint program, GLuint index, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:433:2: warning: 'glLinkProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLinkProgram(prog); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2930:13: note: 'glLinkProgram' has been explicitly marked deprecated here extern void glLinkProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:434:2: warning: 'glGetProgramiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetProgramiv(prog, GL_LINK_STATUS, &status); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2956:13: note: 'glGetProgramiv' has been explicitly marked deprecated here extern void glGetProgramiv (GLuint program, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:450:3: warning: 'glDeleteProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteProgram(shader->prog); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2932:13: note: 'glDeleteProgram' has been explicitly marked deprecated here extern void glDeleteProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:452:3: warning: 'glDeleteShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteShader(shader->vert); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2923:13: note: 'glDeleteShader' has been explicitly marked deprecated here extern void glDeleteShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:454:3: warning: 'glDeleteShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteShader(shader->frag); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2923:13: note: 'glDeleteShader' has been explicitly marked deprecated here extern void glDeleteShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:459:36: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shader->loc[GLNVG_LOC_VIEWSIZE] = glGetUniformLocation(shader->prog, "viewSize"); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:460:31: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shader->loc[GLNVG_LOC_TEX] = glGetUniformLocation(shader->prog, "tex"); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:465:32: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shader->loc[GLNVG_LOC_FRAG] = glGetUniformLocation(shader->prog, "frag"); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:661:2: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers(1, &gl->vertBuf); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:673:2: warning: 'glFinish' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFinish(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2489:13: note: 'glFinish' has been explicitly marked deprecated here extern void glFinish (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:701:2: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex->tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:708:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT,1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:710:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ROW_LENGTH, tex->width); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:711:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:712:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:718:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_GENERATE_MIPMAP, GL_TRUE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:723:3: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, w, h, 0, GL_RGBA, GL_UNSIGNED_BYTE, data); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:730:3: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RED, w, h, 0, GL_RED, GL_UNSIGNED_BYTE, data); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:734:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR_MIPMAP_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:736:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:738:2: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:741:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:743:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:746:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:748:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:750:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 4); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:752:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:753:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:754:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:785:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT,1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:788:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ROW_LENGTH, tex->width); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:789:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_SKIP_PIXELS, x); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:790:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_SKIP_ROWS, y); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:802:3: warning: 'glTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexSubImage2D(GL_TEXTURE_2D, 0, x,y, w,h, GL_RGBA, GL_UNSIGNED_BYTE, data); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2726:13: note: 'glTexSubImage2D' has been explicitly marked deprecated here extern void glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:807:3: warning: 'glTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexSubImage2D(GL_TEXTURE_2D, 0, x,y, w,h, GL_RED, GL_UNSIGNED_BYTE, data); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2726:13: note: 'glTexSubImage2D' has been explicitly marked deprecated here extern void glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:810:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 4); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:812:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:813:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:814:2: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:924:2: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUniform4fv(gl->shader.loc[GLNVG_LOC_FRAG], NANOVG_GL_UNIFORMARRAY_SIZE, &(frag->uniformArray[0][0])); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:949: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_STENCIL_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:952:2: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:958:2: warning: 'glStencilOpSeparate' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOpSeparate(GL_FRONT, GL_KEEP, GL_KEEP, GL_INCR_WRAP); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2969:13: note: 'glStencilOpSeparate' has been explicitly marked deprecated here extern void glStencilOpSeparate (GLenum face, GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:959:2: warning: 'glStencilOpSeparate' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOpSeparate(GL_BACK, GL_KEEP, GL_KEEP, GL_DECR_WRAP); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2969:13: note: 'glStencilOpSeparate' has been explicitly marked deprecated here extern void glStencilOpSeparate (GLenum face, GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:960: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_CULL_FACE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:962: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_TRIANGLE_FAN, paths[i].fillOffset, paths[i].fillCount); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:963: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_CULL_FACE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:966:2: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:973:3: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:976: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_TRIANGLE_STRIP, paths[i].strokeOffset, paths[i].strokeCount); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:981:2: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_ZERO, GL_ZERO, GL_ZERO); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:982: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_TRIANGLES, call->triangleOffset, call->triangleCount); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:984: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_STENCIL_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:996: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_TRIANGLE_FAN, paths[i].fillOffset, paths[i].fillCount); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1000: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_TRIANGLE_STRIP, paths[i].strokeOffset, paths[i].strokeCount); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1011: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_STENCIL_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1016:3: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_INCR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1020: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_TRIANGLE_STRIP, paths[i].strokeOffset, paths[i].strokeCount); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1025:3: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1027: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_TRIANGLE_STRIP, paths[i].strokeOffset, paths[i].strokeCount); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1030:3: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1032:3: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_ZERO, GL_ZERO, GL_ZERO); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1035: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_TRIANGLE_STRIP, paths[i].strokeOffset, paths[i].strokeCount); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1036:3: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1038: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_STENCIL_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1047: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_TRIANGLE_STRIP, paths[i].strokeOffset, paths[i].strokeCount); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1056: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_TRIANGLES, call->triangleOffset, call->triangleCount); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1075:3: warning: 'glUseProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUseProgram(gl->shader.prog); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2931:13: note: 'glUseProgram' has been explicitly marked deprecated here extern void glUseProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1077: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_ONE, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1078: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_CULL_FACE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1079:3: warning: 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCullFace(GL_BACK); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2456:13: note: 'glCullFace' has been explicitly marked deprecated here extern void glCullFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1080:3: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CCW); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1081: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1082: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_DEPTH_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1083: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_SCISSOR_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1084:3: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1085:3: warning: 'glStencilMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilMask(0xffffffff); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2673:13: note: 'glStencilMask' has been explicitly marked deprecated here extern void glStencilMask (GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1086:3: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1087:3: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_ALWAYS, 0, 0xffffffff); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1088:3: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture(GL_TEXTURE0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1089:3: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1108:3: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer(GL_ARRAY_BUFFER, gl->vertBuf); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1109:3: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData(GL_ARRAY_BUFFER, gl->nverts * sizeof(NVGvertex), gl->verts, GL_STREAM_DRAW); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1110:3: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnableVertexAttribArray(0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1111:3: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnableVertexAttribArray(1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1112:3: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttribPointer(0, 2, GL_FLOAT, GL_FALSE, sizeof(NVGvertex), (const GLvoid*)(size_t)0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1113:3: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, sizeof(NVGvertex), (const GLvoid*)(0 + 2*sizeof(float))); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1116:3: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUniform1i(gl->shader.loc[GLNVG_LOC_TEX], 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1117:3: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUniform2fv(gl->shader.loc[GLNVG_LOC_VIEWSIZE], 1, gl->view); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1135:3: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisableVertexAttribArray(0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1136:3: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisableVertexAttribArray(1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1140: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_CULL_FACE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1141:3: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer(GL_ARRAY_BUFFER, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1142:3: warning: 'glUseProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUseProgram(0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2931:13: note: 'glUseProgram' has been explicitly marked deprecated here extern void glUseProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1427:3: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteBuffers(1, &gl->vertBuf); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/NanoVG.cpp:64: src/nanovg/nanovg_gl.h:1431:4: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &gl->textures[i].tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ src/NanoVG.cpp:299:5: warning: 'glGetBooleanv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetBooleanv(GL_BLEND, &blendEnabled); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2499:13: note: 'glGetBooleanv' has been explicitly marked deprecated here extern void glGetBooleanv (GLenum pname, GLboolean *params) OPENGL_DEPRECATED(10.0, 10.14); ^ src/NanoVG.cpp:300:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_BLEND_SRC_ALPHA, &blendSrc); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ src/NanoVG.cpp:301:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_BLEND_DST_ALPHA, &blendDst); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ src/NanoVG.cpp:308: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_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ src/NanoVG.cpp:310: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_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ src/NanoVG.cpp:312: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(blendSrc, blendDst); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ 122 warnings generated. Compiling src/WidgetPrivateData.cpp (OpenGL variant) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] src/WidgetPrivateData.cpp:42: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.0f, 1.0f, 1.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ src/WidgetPrivateData.cpp:47:9: 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, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ src/WidgetPrivateData.cpp:55:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(absolutePos.getX(), ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ src/WidgetPrivateData.cpp:63:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(absolutePos.getX() * scaling, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ src/WidgetPrivateData.cpp:69:9: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(absolutePos.getX() * scaling, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ src/WidgetPrivateData.cpp:74: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_SCISSOR_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ src/WidgetPrivateData.cpp:97: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_SCISSOR_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 7 warnings generated. Compiling src/Window.cpp (OpenGL variant) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from src/Window.cpp:46: In file included from src/pugl/pugl_osx.m:30: src/pugl/pugl_internal.h:254: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/Window.cpp:46: In file included from src/pugl/pugl_osx.m:30: src/pugl/pugl_internal.h:255: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/Window.cpp:46: In file included from src/pugl/pugl_osx.m:30: src/pugl/pugl_internal.h:256: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(0, width, height, 0, 0, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/Window.cpp:46: In file included from src/pugl/pugl_osx.m:30: src/pugl/pugl_internal.h:257:2: 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, width, height); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/Window.cpp:46: In file included from src/pugl/pugl_osx.m:30: src/pugl/pugl_internal.h:259: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/Window.cpp:46: In file included from src/pugl/pugl_osx.m:30: src/pugl/pugl_internal.h:260: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:55:49: warning: 'NSClosableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] styleMask:(NSClosableWindowMask | ^~~~~~~~~~~~~~~~~~~~ NSWindowStyleMaskClosable /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:886:32: note: 'NSClosableWindowMask' has been explicitly marked deprecated here static const NSWindowStyleMask NSClosableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskClosable", macos(10.0,10.12)) = NSWindowStyleMaskClosable; ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:56:49: warning: 'NSTitledWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSTitledWindowMask | ^~~~~~~~~~~~~~~~~~ NSWindowStyleMaskTitled /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:885:32: note: 'NSTitledWindowMask' has been explicitly marked deprecated here static const NSWindowStyleMask NSTitledWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskTitled", macos(10.0,10.12)) = NSWindowStyleMaskTitled; ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:57:49: warning: 'NSResizableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSResizableWindowMask) ^~~~~~~~~~~~~~~~~~~~~ NSWindowStyleMaskResizable /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:888:32: note: 'NSResizableWindowMask' has been explicitly marked deprecated here static const NSWindowStyleMask NSResizableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskResizable", macos(10.0,10.12)) = NSWindowStyleMaskResizable; ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:117:27: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] mods |= (modifierFlags & NSShiftKeyMask) ? PUGL_MOD_SHIFT : 0; ^~~~~~~~~~~~~~ NSEventModifierFlagShift /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:178:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSShiftKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macos(10.0,10.12)) = NSEventModifierFlagShift; ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:118:27: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] mods |= (modifierFlags & NSControlKeyMask) ? PUGL_MOD_CTRL : 0; ^~~~~~~~~~~~~~~~ NSEventModifierFlagControl /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:179:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macos(10.0,10.12)) = NSEventModifierFlagControl; ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:119:27: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] mods |= (modifierFlags & NSAlternateKeyMask) ? PUGL_MOD_ALT : 0; ^~~~~~~~~~~~~~~~~~ NSEventModifierFlagOption /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSAlternateKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macos(10.0,10.12)) = NSEventModifierFlagOption; ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:120:27: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] mods |= (modifierFlags & NSCommandKeyMask) ? PUGL_MOD_SUPER : 0; ^~~~~~~~~~~~~~~~ NSEventModifierFlagCommand /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:181:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macos(10.0,10.12)) = NSEventModifierFlagCommand; ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:294:29: warning: 'NSOpenGLView' is deprecated: first deprecated in macOS 10.14 - Please use MTKView instead. [-Wdeprecated-declarations] @interface PuglOpenGLView : NSOpenGLView ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:18:12: note: 'NSOpenGLView' has been explicitly marked deprecated here @interface NSOpenGLView : NSView ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:387:2: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] NSOpenGLPixelFormatAttribute pixelAttribs[] = { ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:101:18: note: 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:388:3: warning: 'NSOpenGLPFAColorSize' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] NSOpenGLPFAColorSize, 24, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:64:5: note: 'NSOpenGLPFAColorSize' has been explicitly marked deprecated here NSOpenGLPFAColorSize NS_OPENGL_ENUM_DEPRECATED(10.0, 10.14) = 8, /* number of color buffer bits */ ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:389:3: warning: 'NSOpenGLPFAAlphaSize' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] NSOpenGLPFAAlphaSize, 8, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:65:5: note: 'NSOpenGLPFAAlphaSize' has been explicitly marked deprecated here NSOpenGLPFAAlphaSize NS_OPENGL_ENUM_DEPRECATED(10.0, 10.14) = 11, /* number of alpha component bits */ ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:390:3: warning: 'NSOpenGLPFADepthSize' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] NSOpenGLPFADepthSize, 16, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:66:5: note: 'NSOpenGLPFADepthSize' has been explicitly marked deprecated here NSOpenGLPFADepthSize NS_OPENGL_ENUM_DEPRECATED(10.0, 10.14) = 12, /* number of depth buffer bits */ ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:391:3: warning: 'NSOpenGLPFADoubleBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] NSOpenGLPFADoubleBuffer, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:62:5: note: 'NSOpenGLPFADoubleBuffer' has been explicitly marked deprecated here NSOpenGLPFADoubleBuffer NS_OPENGL_ENUM_DEPRECATED(10.0, 10.14) = 5, /* choose a double buffered pixel format */ ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:392:3: warning: 'NSOpenGLPFAAccelerated' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] NSOpenGLPFAAccelerated, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:80:5: note: 'NSOpenGLPFAAccelerated' has been explicitly marked deprecated here NSOpenGLPFAAccelerated NS_OPENGL_ENUM_DEPRECATED(10.0, 10.14) = 73, /* choose a hardware accelerated renderer */ ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:396:2: warning: 'NSOpenGLPixelFormat' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] NSOpenGLPixelFormat* pixelFormat = [[NSOpenGLPixelFormat alloc] ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:115:12: note: 'NSOpenGLPixelFormat' has been explicitly marked deprecated here @interface NSOpenGLPixelFormat : NSObject ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:396:39: warning: 'NSOpenGLPixelFormat' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] NSOpenGLPixelFormat* pixelFormat = [[NSOpenGLPixelFormat alloc] ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:115:12: note: 'NSOpenGLPixelFormat' has been explicitly marked deprecated here @interface NSOpenGLPixelFormat : NSObject ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:411:62: warning: 'NSOpenGLCPSwapInterval' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [[self openGLContext] setValues:&swapInterval forParameter:NSOpenGLCPSwapInterval]; ^~~~~~~~~~~~~~~~~~~~~~ NSOpenGLContextParameterSwapInterval /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:258:39: note: 'NSOpenGLCPSwapInterval' has been explicitly marked deprecated here static const NSOpenGLContextParameter NSOpenGLCPSwapInterval API_DEPRECATED_WITH_REPLACEMENT("NSOpenGLContextParameterSwapInterval", macos(10.5,10.14)) = NSOpenGLContextParameterSwapInterval; ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:432:1: warning: method possibly missing a [super reshape] call [-Wobjc-missing-super-calls] } ^ src/pugl/pugl_osx.m:823:4: warning: 'glFlush' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFlush(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2490:13: note: 'glFlush' has been explicitly marked deprecated here extern void glFlush (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from src/Window.cpp:46: src/pugl/pugl_osx.m:882:2: warning: multiple methods named 'center' found [-Wobjc-multiple-method-names] [window center]; ^~~~~~~~~~~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:604:19: note: using @property NSPoint center; ^~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:340:1: note: also found - (void)center; ^~~~~~~~~~~~~~~ src/Window.cpp:889:48: warning: 'NSAnyEventMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] nextEventMatchingMask:NSAnyEventMask ^~~~~~~~~~~~~~ NSEventMaskAny /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:158:26: note: 'NSAnyEventMask' has been explicitly marked deprecated here static const NSEventMask NSAnyEventMask API_DEPRECATED_WITH_REPLACEMENT("NSEventMaskAny", macos(10.0,10.12)) = NSUIntegerMax; ^ src/Window.cpp:1194:27: warning: 'NSOKButton' is deprecated: first deprecated in macOS 10.10 [-Wdeprecated-declarations] if (returnCode == NSOKButton) ^~~~~~~~~~ NSModalResponseOK /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:51:5: note: 'NSOKButton' has been explicitly marked deprecated here NSOKButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseOK", macos(10.0,10.10)) = NSModalResponseOK, ^ src/Window.cpp:1535:16: warning: 'setDirectory:' is deprecated: first deprecated in macOS 10.6 - Use -setDirectoryURL: instead [-Wdeprecated-declarations] [panel setDirectory:[NSString stringWithUTF8String:options.startDir]]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:204:1: note: 'setDirectory:' has been explicitly marked deprecated here - (void)setDirectory:(nullable NSString *)path API_DEPRECATED("Use -setDirectoryURL: instead", macos(10.0,10.6)); ^ src/Window.cpp:1554:12: warning: 'beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:' is deprecated: first deprecated in macOS 10.6 - Use beginSheetModalForWindow:completionHandler: instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'. [-Wdeprecated-declarations] [panel beginSheetForDirectory:nullptr ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:207:1: note: 'beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:' has been explicitly marked deprecated here - (void)beginSheetForDirectory:(NSString *)path file:(nullable NSString *)name modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use beginSheetModalForWindow:completionHandler: instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6)); ^ src/Window.cpp:1554:12: warning: null passed to a callee that requires a non-null argument [-Wnonnull] [panel beginSheetForDirectory:nullptr ^ ~~~~~~~ src/Window.cpp:1738:5: 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 | GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Window.cpp:1739: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Window.cpp:1750: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Window.cpp:1751: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Window.cpp:1752:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Window.cpp:1753: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Window.cpp:1754: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Window.cpp:1755:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Window.cpp:1756:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ src/Window.cpp:1757: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 41 warnings generated. Creating libdgl-opengl.a Symlinking libdgl.a gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/dpf/dgl' /opt/pkg/bin/gmake -C plugins/ZamComp gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamComp' Compiling ZamCompPlugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamCompPlugin.cpp:18: ./ZamCompPlugin.hpp:95:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ 1 warning generated. Compiling ZamCompArtwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamCompUI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamCompUI.cpp:18: ./ZamCompPlugin.hpp:95:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompUI.cpp:19: In file included from ./ZamCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamCompUI.cpp:72:33: warning: implicit conversion from 'double' to 'int' changes value from 191.5 to 191 [-Wliteral-conversion] fKnobThresh->setAbsolutePos(191.5, 45); ~~~~~~~~~~~~~~ ^~~~~ ZamCompUI.cpp:93:31: warning: implicit conversion from 'double' to 'int' changes value from 348.5 to 348 [-Wliteral-conversion] fKnobKnee->setAbsolutePos(348.5, 45); ~~~~~~~~~~~~~~ ^~~~~ ZamCompUI.cpp:113:31: warning: implicit conversion from 'double' to 'int' changes value from 427.3 to 427 [-Wliteral-conversion] fKnobSlew->setAbsolutePos(427.3, 45); ~~~~~~~~~~~~~~ ^~~~~ 26 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamComp Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZamComp Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamComp Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamComp Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamComp gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamComp' /opt/pkg/bin/gmake -C plugins/ZamCompX2 gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamCompX2' Compiling ZamCompX2Plugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamCompX2Plugin.cpp:18: ./ZamCompX2Plugin.hpp:101:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ 1 warning generated. Compiling ZamCompX2Artwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamCompX2UI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamCompX2UI.cpp:18: ./ZamCompX2Plugin.hpp:101:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamCompX2UI.cpp:19: In file included from ./ZamCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamCompX2UI.cpp:73:33: warning: implicit conversion from 'double' to 'int' changes value from 191.5 to 191 [-Wliteral-conversion] fKnobThresh->setAbsolutePos(191.5, 45); ~~~~~~~~~~~~~~ ^~~~~ ZamCompX2UI.cpp:94:31: warning: implicit conversion from 'double' to 'int' changes value from 348.5 to 348 [-Wliteral-conversion] fKnobKnee->setAbsolutePos(348.5, 45); ~~~~~~~~~~~~~~ ^~~~~ ZamCompX2UI.cpp:114:31: warning: implicit conversion from 'double' to 'int' changes value from 427.3 to 427 [-Wliteral-conversion] fKnobSlew->setAbsolutePos(427.3, 45); ~~~~~~~~~~~~~~ ^~~~~ 26 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamCompX2 Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZamCompX2 Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamCompX2 Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamCompX2 Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamCompX2 gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamCompX2' /opt/pkg/bin/gmake -C plugins/ZaMultiComp gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMultiComp' Compiling ZaMultiCompPlugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZaMultiCompPlugin.cpp:18: In file included from ./ZaMultiCompPlugin.hpp:19: In file included from ../../dpf/distrho/DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ZaMultiCompPlugin.cpp:18: ./ZaMultiCompPlugin.hpp:130:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZaMultiCompPlugin.cpp:18: ./ZaMultiCompPlugin.hpp:131:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ 3 warnings generated. Compiling ZaMultiCompArtwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZaMultiCompUI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZaMultiCompUI.cpp:16: In file included from ./ZaMultiCompPlugin.hpp:19: In file included from ../../dpf/distrho/DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ZaMultiCompUI.cpp:16: ./ZaMultiCompPlugin.hpp:130:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZaMultiCompUI.cpp:16: ./ZaMultiCompPlugin.hpp:131:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompUI.cpp:17: In file included from ./ZaMultiCompUI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:831:39: warning: implicit conversion from 'double' to 'int' changes value from 35.5 to 35 [-Wliteral-conversion] static const int sLedInitialX = 35.5; ~~~~~~~~~~~~ ^~~~ ZaMultiCompUI.cpp:1013: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1014: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1015: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_LINE_SMOOTH); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1016:5: warning: 'glHint' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glHint(GL_LINE_SMOOTH_HINT, GL_NICEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2541:13: note: 'glHint' has been explicitly marked deprecated here extern void glHint (GLenum target, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1017: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_POINT_SMOOTH); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1018: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(8.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2614:13: note: 'glPointSize' has been explicitly marked deprecated here extern void glPointSize (GLfloat size) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1019: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_POINT_SPRITE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1021: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1037: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((k==0)?1.f:0.235f, (k==1)?1.f:0.235f, (k==2)?1.f:0.235f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1040:13: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1045:21: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2i(compx[k][i-1], compy[k][i-1]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1046:21: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2i(compx[k][i], compy[k][i]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1048:6: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnd(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1051: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_POINTS); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1056: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(dotx[k], doty[k]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1058: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompUI.cpp:1062: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.0f, 1.0f, 1.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ 43 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoPluginMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPlugin.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ 1 warning generated. Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUI.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUIInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoUI.hpp:21: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 9 warnings generated. Creating JACK standalone for ZaMultiComp Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoPluginMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPlugin.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ../../dpf/distrho/DistrhoPluginMain.cpp:24: ../../dpf/distrho/src/DistrhoPluginLADSPA+DSSI.cpp:34:4: warning: LADSPA cannot handle states [-W#warnings] # warning LADSPA cannot handle states ^ 2 warnings generated. Creating LADSPA plugin for ZaMultiComp Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoPluginMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPlugin.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ 1 warning generated. Creating LV2 plugin library for ZaMultiComp Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUI.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUIInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoUI.hpp:21: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 9 warnings generated. Creating LV2 plugin UI for ZaMultiComp Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoPluginMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPlugin.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ 1 warning generated. Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUI.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUIInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoUI.hpp:21: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 9 warnings generated. Creating VST plugin for ZaMultiComp gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMultiComp' /opt/pkg/bin/gmake -C plugins/ZamTube gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamTube' Compiling ZamTubePlugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamTubePlugin.cpp:21: ./ZamTubePlugin.hpp:123:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamTubePlugin.cpp:21: ./ZamTubePlugin.hpp:124:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ 2 warnings generated. Compiling tonestacks.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling triode.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamTubeArtwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamTubeUI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamTubeUI.cpp:16: ./ZamTubePlugin.hpp:123:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamTubeUI.cpp:16: ./ZamTubePlugin.hpp:124:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamTubeUI.cpp:22: In file included from ./ZamTubeUI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamTubeUI.cpp:60:35: warning: implicit conversion from 'double' to 'int' changes value from 140.5 to 140 [-Wliteral-conversion] fKnobBass->setAbsolutePos(63, 140.5); ~~~~~~~~~~~~~~ ^~~~~ 25 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamTube Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZamTube Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamTube Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamTube Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamTube gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamTube' /opt/pkg/bin/gmake -C plugins/ZamEQ2 gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamEQ2' Compiling ZamEQ2Plugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamEQ2Plugin.cpp:18: ./ZamEQ2Plugin.hpp:89:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamEQ2Plugin.cpp:18: ./ZamEQ2Plugin.hpp:90:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ 2 warnings generated. Compiling ZamEQ2Artwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamEQ2UI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:26: ./ZamEQ2Plugin.hpp:89:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamEQ2UI.cpp:18: In file included from ./ZamEQ2UI.hpp:26: ./ZamEQ2Plugin.hpp:90:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ ZamEQ2UI.cpp:501: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamEQ2UI.cpp:502: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamEQ2UI.cpp:503: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_LINE_SMOOTH); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamEQ2UI.cpp:504:5: warning: 'glHint' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glHint(GL_LINE_SMOOTH_HINT, GL_NICEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2541:13: note: 'glHint' has been explicitly marked deprecated here extern void glHint (GLenum target, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamEQ2UI.cpp:506: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamEQ2UI.cpp:508: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.f, 1.f, 0.235f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamEQ2UI.cpp:510: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamEQ2UI.cpp:515:17: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2i(eqx[i-1], eqy[i-1]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamEQ2UI.cpp:516:17: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2i(eqx[i], eqy[i]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamEQ2UI.cpp:518: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamEQ2UI.cpp:521: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.0f, 1.0f, 1.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ 35 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamEQ2 Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZamEQ2 Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamEQ2 Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamEQ2 Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamEQ2 gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamEQ2' /opt/pkg/bin/gmake -C plugins/ZamAutoSat gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamAutoSat' Compiling ZamAutoSatPlugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamAutoSatArtwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamAutoSatUI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamAutoSat Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZamAutoSat Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamAutoSat Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamAutoSat Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamAutoSat gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamAutoSat' /opt/pkg/bin/gmake -C plugins/ZamGEQ31 gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGEQ31' Compiling ZamGEQ31Plugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamGEQ31Plugin.cpp:18: ./ZamGEQ31Plugin.hpp:109:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamGEQ31Plugin.cpp:18: ./ZamGEQ31Plugin.hpp:110:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ 2 warnings generated. Compiling ZamGEQ31Artwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamGEQ31UI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:26: ./ZamGEQ31Plugin.hpp:109:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamGEQ31UI.cpp:16: In file included from ./ZamGEQ31UI.hpp:26: ./ZamGEQ31Plugin.hpp:110:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ 24 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamGEQ31 Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZamGEQ31 Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamGEQ31 Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamGEQ31 Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamGEQ31 gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGEQ31' /opt/pkg/bin/gmake -C plugins/ZaMultiCompX2 gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMultiCompX2' Compiling ZaMultiCompX2Plugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZaMultiCompX2Plugin.cpp:18: ./ZaMultiCompX2Plugin.hpp:135:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZaMultiCompX2Plugin.cpp:18: ./ZaMultiCompX2Plugin.hpp:136:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ 2 warnings generated. Compiling ZaMultiCompX2Artwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZaMultiCompX2UI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZaMultiCompX2UI.cpp:16: ./ZaMultiCompX2Plugin.hpp:135:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZaMultiCompX2UI.cpp:16: ./ZaMultiCompX2Plugin.hpp:136:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMultiCompX2UI.cpp:17: In file included from ./ZaMultiCompX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:844:39: warning: implicit conversion from 'double' to 'int' changes value from 35.5 to 35 [-Wliteral-conversion] static const int sLedInitialX = 35.5; ~~~~~~~~~~~~ ^~~~ ZaMultiCompX2UI.cpp:1077: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1078: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1079: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_LINE_SMOOTH); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1080:5: warning: 'glHint' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glHint(GL_LINE_SMOOTH_HINT, GL_NICEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2541:13: note: 'glHint' has been explicitly marked deprecated here extern void glHint (GLenum target, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1081: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_POINT_SMOOTH); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1082: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(8.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2614:13: note: 'glPointSize' has been explicitly marked deprecated here extern void glPointSize (GLfloat size) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1083: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_POINT_SPRITE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1085: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1101: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((k==0)?1.f:0.235f, (k==1)?1.f:0.235f, (k==2)?1.f:0.235f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1104:13: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1109:21: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2i(compx[k][i-1], compy[k][i-1]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1110:21: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2i(compx[k][i], compy[k][i]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1112:6: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnd(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1115: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_POINTS); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1120: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(dotx[k], doty[k]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1122: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ ZaMultiCompX2UI.cpp:1126: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.0f, 1.0f, 1.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ 42 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZaMultiCompX2 Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZaMultiCompX2 Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZaMultiCompX2 Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZaMultiCompX2 Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZaMultiCompX2 gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMultiCompX2' /opt/pkg/bin/gmake -C plugins/ZamGate gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGate' Compiling ZamGatePlugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamGateArtwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamGateUI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateUI.cpp:17: In file included from ./ZamGateUI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGateUI.cpp:68:30: warning: implicit conversion from 'double' to 'int' changes value from 191.7 to 191 [-Wliteral-conversion] fKnobThresh->setAbsolutePos(191.7, 45); ~~~~~~~~~~~~~~ ^~~~~ ZamGateUI.cpp:197:36: warning: implicit conversion from 'double' to 'int' changes value from 344.7 to 344 [-Wliteral-conversion] static const int sLedInitialX = 344.7; ~~~~~~~~~~~~ ^~~~~ 24 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamGate Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZamGate Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamGate Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamGate Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamGate gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGate' /opt/pkg/bin/gmake -C plugins/ZamGateX2 gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGateX2' Compiling ZamGateX2Plugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamGateX2Artwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamGateX2UI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGateX2UI.cpp:17: In file included from ./ZamGateX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGateX2UI.cpp:68:30: warning: implicit conversion from 'double' to 'int' changes value from 191.7 to 191 [-Wliteral-conversion] fKnobThresh->setAbsolutePos(191.7, 45); ~~~~~~~~~~~~~~ ^~~~~ ZamGateX2UI.cpp:193:36: warning: implicit conversion from 'double' to 'int' changes value from 344.7 to 344 [-Wliteral-conversion] static const int sLedInitialX = 344.7; ~~~~~~~~~~~~ ^~~~~ 24 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamGateX2 Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZamGateX2 Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamGateX2 Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamGateX2 Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamGateX2 gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGateX2' /opt/pkg/bin/gmake -C plugins/ZamHeadX2 gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamHeadX2' Compiling convolution.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from convolution.cpp:46: In file included from ./convolution.hpp:25: In file included from ./../../lib/zita-convolver-4.0.0/zita-convolver.h:46: ./../../lib/zita-convolver-4.0.0/zcsema-osx-win-compat.h:33:49: warning: unused parameter 'alignment' [-Wunused-parameter] inline int posix_memalign(void **memptr, size_t alignment, size_t size) ^ In file included from convolution.cpp:46: In file included from ./convolution.hpp:25: ./../../lib/zita-convolver-4.0.0/zita-convolver.h:103:19: warning: unused parameter 's' [-Wunused-parameter] int init (int s, int v) ^ ./../../lib/zita-convolver-4.0.0/zita-convolver.h:227:9: warning: private field '_error' is not used [-Wunused-private-field] int _error; ^ 3 warnings generated. Compiling ZamHeadX2Plugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamHeadX2Plugin.cpp:18: In file included from ./ZamHeadX2Plugin.hpp:19: In file included from ../../dpf/distrho/DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ZamHeadX2Plugin.cpp:18: In file included from ./ZamHeadX2Plugin.hpp:20: In file included from ./convolution.hpp:25: In file included from ./../../lib/zita-convolver-4.0.0/zita-convolver.h:46: ./../../lib/zita-convolver-4.0.0/zcsema-osx-win-compat.h:33:49: warning: unused parameter 'alignment' [-Wunused-parameter] inline int posix_memalign(void **memptr, size_t alignment, size_t size) ^ In file included from ZamHeadX2Plugin.cpp:18: In file included from ./ZamHeadX2Plugin.hpp:20: In file included from ./convolution.hpp:25: ./../../lib/zita-convolver-4.0.0/zita-convolver.h:103:19: warning: unused parameter 's' [-Wunused-parameter] int init (int s, int v) ^ In file included from ZamHeadX2Plugin.cpp:18: ./ZamHeadX2Plugin.hpp:90:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ In file included from ZamHeadX2Plugin.cpp:18: In file included from ./ZamHeadX2Plugin.hpp:20: In file included from ./convolution.hpp:25: ./../../lib/zita-convolver-4.0.0/zita-convolver.h:227:9: warning: private field '_error' is not used [-Wunused-private-field] int _error; ^ 5 warnings generated. Compiling zita-convolver.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../lib/zita-convolver-4.0.0/zita-convolver.cpp:25: In file included from ../../lib/zita-convolver-4.0.0/zita-convolver.h:46: ../../lib/zita-convolver-4.0.0/zcsema-osx-win-compat.h:33:49: warning: unused parameter 'alignment' [-Wunused-parameter] inline int posix_memalign(void **memptr, size_t alignment, size_t size) ^ In file included from ../../lib/zita-convolver-4.0.0/zita-convolver.cpp:25: ../../lib/zita-convolver-4.0.0/zita-convolver.h:103:19: warning: unused parameter 's' [-Wunused-parameter] int init (int s, int v) ^ ../../lib/zita-convolver-4.0.0/zita-convolver.h:227:9: warning: private field '_error' is not used [-Wunused-private-field] int _error; ^ ../../lib/zita-convolver-4.0.0/zita-convolver.h:464:17: warning: private field '_dummy' is not used [-Wunused-private-field] void *_dummy [64]; ^ 4 warnings generated. Compiling ZamHeadX2Artwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamHeadX2UI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamHeadX2UI.cpp:16: In file included from ./ZamHeadX2Plugin.hpp:19: In file included from ../../dpf/distrho/DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ZamHeadX2UI.cpp:16: In file included from ./ZamHeadX2Plugin.hpp:20: In file included from ./convolution.hpp:25: In file included from ./../../lib/zita-convolver-4.0.0/zita-convolver.h:46: ./../../lib/zita-convolver-4.0.0/zcsema-osx-win-compat.h:33:49: warning: unused parameter 'alignment' [-Wunused-parameter] inline int posix_memalign(void **memptr, size_t alignment, size_t size) ^ In file included from ZamHeadX2UI.cpp:16: In file included from ./ZamHeadX2Plugin.hpp:20: In file included from ./convolution.hpp:25: ./../../lib/zita-convolver-4.0.0/zita-convolver.h:103:19: warning: unused parameter 's' [-Wunused-parameter] int init (int s, int v) ^ In file included from ZamHeadX2UI.cpp:16: ./ZamHeadX2Plugin.hpp:90:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:17: In file included from ./ZamHeadX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamHeadX2UI.cpp:16: In file included from ./ZamHeadX2Plugin.hpp:20: In file included from ./convolution.hpp:25: ./../../lib/zita-convolver-4.0.0/zita-convolver.h:227:9: warning: private field '_error' is not used [-Wunused-private-field] int _error; ^ 27 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoPluginMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPlugin.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ 1 warning generated. Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUI.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUIInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoUI.hpp:21: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 9 warnings generated. Creating JACK standalone for ZamHeadX2 Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoPluginMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPlugin.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ 1 warning generated. Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUI.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUIInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoUI.hpp:21: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 9 warnings generated. Creating VST plugin for ZamHeadX2 gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamHeadX2' /opt/pkg/bin/gmake -C plugins/ZaMaximX2 gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMaximX2' Compiling ZaMaximX2Plugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZaMaximX2Plugin.cpp:18: ./ZaMaximX2Plugin.hpp:93:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ ZaMaximX2Plugin.cpp:262:19: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value] absx[0] = fmaxf(fabsf(inL), fabsf(inR)); ^ ZaMaximX2Plugin.cpp:262:19: note: use function 'std::abs' instead absx[0] = fmaxf(fabsf(inL), fabsf(inR)); ^~~~~ std::abs ZaMaximX2Plugin.cpp:262:31: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value] absx[0] = fmaxf(fabsf(inL), fabsf(inR)); ^ ZaMaximX2Plugin.cpp:262:31: note: use function 'std::abs' instead absx[0] = fmaxf(fabsf(inL), fabsf(inR)); ^~~~~ std::abs 3 warnings generated. Compiling ZaMaximX2Artwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZaMaximX2UI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZaMaximX2UI.cpp:18: ./ZaMaximX2Plugin.hpp:93:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZaMaximX2UI.cpp:19: In file included from ./ZaMaximX2UI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 23 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZaMaximX2 Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZaMaximX2 Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZaMaximX2 Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZaMaximX2 Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZaMaximX2 gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMaximX2' /opt/pkg/bin/gmake -C plugins/ZamDelay gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamDelay' Compiling ZamDelayPlugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamDelayPlugin.cpp:18: ./ZamDelayPlugin.hpp:100:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ In file included from ZamDelayPlugin.cpp:18: ./ZamDelayPlugin.hpp:132:22: warning: private field 'feedbold' is not used [-Wunused-private-field] float invertold, feedbold, delaytimeold, syncold, lpfold, divisorold, gainold, drywetold, delaytimeoutold, delaysamplesold; ^ 2 warnings generated. Compiling ZamDelayArtwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamDelayUI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamDelayUI.cpp:18: ./ZamDelayPlugin.hpp:100:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDelayUI.cpp:19: In file included from ./ZamDelayUI.hpp:23: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDelayUI.cpp:72:30: warning: implicit conversion from 'double' to 'int' changes value from 67.5 to 67 [-Wliteral-conversion] fKnobLPF->setAbsolutePos(67.5, 79); ~~~~~~~~~~~~~~ ^~~~ 24 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamDelay Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoPluginMain.cpp:24: ../../dpf/distrho/src/DistrhoPluginLADSPA+DSSI.cpp:39:3: warning: LADSPA/DSSI does not support TimePos [-W#warnings] # warning LADSPA/DSSI does not support TimePos ^ 1 warning generated. Creating LADSPA plugin for ZamDelay Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamDelay Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamDelay Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamDelay gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamDelay' /opt/pkg/bin/gmake -C plugins/ZamDynamicEQ gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamDynamicEQ' Compiling ZamDynamicEQPlugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamDynamicEQPlugin.cpp:16: ./ZamDynamicEQPlugin.hpp:96:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamDynamicEQPlugin.cpp:16: ./ZamDynamicEQPlugin.hpp:97:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ 2 warnings generated. Compiling ZamDynamicEQArtwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamDynamicEQUI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamDynamicEQUI.cpp:16: ./ZamDynamicEQPlugin.hpp:96:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamDynamicEQUI.cpp:16: ./ZamDynamicEQPlugin.hpp:97:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: In file included from ./ZamDynamicEQUI.hpp:21: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:502:5: 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.f, 0.f, 0.f, 0.f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:503: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_DEPTH_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:504: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:505: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:507:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:512: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:513: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.f, 1.f, 0.235f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:515: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:520:17: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2f(eqx[i-1], eqy[i-1]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:521:17: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2f(eqx[i], eqy[i]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:523: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:526: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.0f, 1.0f, 1.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:527: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:530: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:531:6: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2f(xval+fCanvasArea.getX(), 5+fCanvasArea.getY()); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:532:6: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2f(xval+fCanvasArea.getX(), fCanvasArea.getHeight()-5+fCanvasArea.getY()); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:533: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:535: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.f, 1.f, 0.235f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:538: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:539:6: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2f(xval+fCanvasArea.getX(), 5+fCanvasArea.getY()); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:540:6: warning: 'glVertex2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2f(xval+fCanvasArea.getX(), fCanvasArea.getHeight()-5+fCanvasArea.getY()); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2732:13: note: 'glVertex2f' has been explicitly marked deprecated here extern void glVertex2f (GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamDynamicEQUI.cpp:541: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamDynamicEQUI.cpp:17: ./ZamDynamicEQUI.hpp:100:12: warning: private field 'a0x' is not used [-Wunused-private-field] double a0x,a1x,a2x,b0x,b1x,b2x,gainx; ^ ./ZamDynamicEQUI.hpp:100:16: warning: private field 'a1x' is not used [-Wunused-private-field] double a0x,a1x,a2x,b0x,b1x,b2x,gainx; ^ ./ZamDynamicEQUI.hpp:100:20: warning: private field 'a2x' is not used [-Wunused-private-field] double a0x,a1x,a2x,b0x,b1x,b2x,gainx; ^ ./ZamDynamicEQUI.hpp:100:24: warning: private field 'b0x' is not used [-Wunused-private-field] double a0x,a1x,a2x,b0x,b1x,b2x,gainx; ^ ./ZamDynamicEQUI.hpp:100:28: warning: private field 'b1x' is not used [-Wunused-private-field] double a0x,a1x,a2x,b0x,b1x,b2x,gainx; ^ ./ZamDynamicEQUI.hpp:100:32: warning: private field 'b2x' is not used [-Wunused-private-field] double a0x,a1x,a2x,b0x,b1x,b2x,gainx; ^ ./ZamDynamicEQUI.hpp:100:36: warning: private field 'gainx' is not used [-Wunused-private-field] double a0x,a1x,a2x,b0x,b1x,b2x,gainx; ^ 53 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamDynamicEQ Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZamDynamicEQ Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamDynamicEQ Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamDynamicEQ Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamDynamicEQ gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamDynamicEQ' /opt/pkg/bin/gmake -C plugins/ZamPhono gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamPhono' Compiling ZamPhonoPlugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamPhonoPlugin.cpp:16: ./ZamPhonoPlugin.hpp:70:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamPhonoPlugin.cpp:16: ./ZamPhonoPlugin.hpp:71:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ 2 warnings generated. Compiling ZamPhonoArtwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamPhonoUI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamPhonoUI.cpp:16: In file included from ./ZamPhonoUI.hpp:23: ./ZamPhonoPlugin.hpp:70:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamPhonoUI.cpp:16: In file included from ./ZamPhonoUI.hpp:23: ./ZamPhonoPlugin.hpp:71:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ 2 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamPhono Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZamPhono Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamPhono Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamPhono Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamPhono gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamPhono' /opt/pkg/bin/gmake -C plugins/ZamVerb gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamVerb' Compiling ZamVerbPlugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamVerbPlugin.cpp:16: In file included from ./ZamVerbPlugin.hpp:19: In file included from ../../dpf/distrho/DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ZamVerbPlugin.cpp:16: In file included from ./ZamVerbPlugin.hpp:20: In file included from ./convolution.hpp:25: In file included from ./../../lib/zita-convolver-4.0.0/zita-convolver.h:46: ./../../lib/zita-convolver-4.0.0/zcsema-osx-win-compat.h:33:49: warning: unused parameter 'alignment' [-Wunused-parameter] inline int posix_memalign(void **memptr, size_t alignment, size_t size) ^ In file included from ZamVerbPlugin.cpp:16: In file included from ./ZamVerbPlugin.hpp:20: In file included from ./convolution.hpp:25: ./../../lib/zita-convolver-4.0.0/zita-convolver.h:103:19: warning: unused parameter 's' [-Wunused-parameter] int init (int s, int v) ^ In file included from ZamVerbPlugin.cpp:16: ./ZamVerbPlugin.hpp:82:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamVerbPlugin.cpp:16: ./ZamVerbPlugin.hpp:83:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ In file included from ZamVerbPlugin.cpp:16: In file included from ./ZamVerbPlugin.hpp:20: In file included from ./convolution.hpp:25: ./../../lib/zita-convolver-4.0.0/zita-convolver.h:227:9: warning: private field '_error' is not used [-Wunused-private-field] int _error; ^ In file included from ZamVerbPlugin.cpp:16: ./ZamVerbPlugin.hpp:127:30: warning: private field 'room_old' is not used [-Wunused-private-field] float master,wetdry,room,room_old; //parameters ^ 7 warnings generated. Compiling ZamVerbImpulses.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling convolution.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from convolution.cpp:46: In file included from ./convolution.hpp:25: In file included from ./../../lib/zita-convolver-4.0.0/zita-convolver.h:46: ./../../lib/zita-convolver-4.0.0/zcsema-osx-win-compat.h:33:49: warning: unused parameter 'alignment' [-Wunused-parameter] inline int posix_memalign(void **memptr, size_t alignment, size_t size) ^ In file included from convolution.cpp:46: In file included from ./convolution.hpp:25: ./../../lib/zita-convolver-4.0.0/zita-convolver.h:103:19: warning: unused parameter 's' [-Wunused-parameter] int init (int s, int v) ^ ./../../lib/zita-convolver-4.0.0/zita-convolver.h:227:9: warning: private field '_error' is not used [-Wunused-private-field] int _error; ^ 3 warnings generated. Compiling zita-convolver.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../lib/zita-convolver-4.0.0/zita-convolver.cpp:25: In file included from ../../lib/zita-convolver-4.0.0/zita-convolver.h:46: ../../lib/zita-convolver-4.0.0/zcsema-osx-win-compat.h:33:49: warning: unused parameter 'alignment' [-Wunused-parameter] inline int posix_memalign(void **memptr, size_t alignment, size_t size) ^ In file included from ../../lib/zita-convolver-4.0.0/zita-convolver.cpp:25: ../../lib/zita-convolver-4.0.0/zita-convolver.h:103:19: warning: unused parameter 's' [-Wunused-parameter] int init (int s, int v) ^ ../../lib/zita-convolver-4.0.0/zita-convolver.h:227:9: warning: private field '_error' is not used [-Wunused-private-field] int _error; ^ ../../lib/zita-convolver-4.0.0/zita-convolver.h:464:17: warning: private field '_dummy' is not used [-Wunused-private-field] void *_dummy [64]; ^ 4 warnings generated. Compiling ZamVerbArtwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamVerbUI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamVerbUI.cpp:16: In file included from ./ZamVerbPlugin.hpp:19: In file included from ../../dpf/distrho/DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ZamVerbUI.cpp:16: In file included from ./ZamVerbPlugin.hpp:20: In file included from ./convolution.hpp:25: In file included from ./../../lib/zita-convolver-4.0.0/zita-convolver.h:46: ./../../lib/zita-convolver-4.0.0/zcsema-osx-win-compat.h:33:49: warning: unused parameter 'alignment' [-Wunused-parameter] inline int posix_memalign(void **memptr, size_t alignment, size_t size) ^ In file included from ZamVerbUI.cpp:16: In file included from ./ZamVerbPlugin.hpp:20: In file included from ./convolution.hpp:25: ./../../lib/zita-convolver-4.0.0/zita-convolver.h:103:19: warning: unused parameter 's' [-Wunused-parameter] int init (int s, int v) ^ In file included from ZamVerbUI.cpp:16: ./ZamVerbPlugin.hpp:82:10: warning: 'initParameter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initParameter(uint32_t index, Parameter& parameter) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:810:18: note: overridden virtual function is here virtual void initParameter(uint32_t index, Parameter& parameter) = 0; ^ In file included from ZamVerbUI.cpp:16: ./ZamVerbPlugin.hpp:83:10: warning: 'initProgramName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void initProgramName(uint32_t index, String& programName) ; ^ ../../dpf/distrho/DistrhoPlugin.hpp:818:18: note: overridden virtual function is here virtual void initProgramName(uint32_t index, String& programName) = 0; ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:17: In file included from ./ZamVerbUI.hpp:21: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamVerbUI.cpp:16: In file included from ./ZamVerbPlugin.hpp:20: In file included from ./convolution.hpp:25: ./../../lib/zita-convolver-4.0.0/zita-convolver.h:227:9: warning: private field '_error' is not used [-Wunused-private-field] int _error; ^ 28 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoPluginMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPlugin.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ 1 warning generated. Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUI.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUIInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoUI.hpp:21: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 9 warnings generated. Creating JACK standalone for ZamVerb Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoPluginMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPlugin.cpp:17: In file included from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ 1 warning generated. Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUI.cpp:17: In file included from ../../dpf/distrho/src/DistrhoUIInternal.hpp:20: In file included from ../../dpf/distrho/src/../DistrhoUI.hpp:21: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: Plugins with programs and state need to implement full state API [-W#warnings] # warning Plugins with programs and state need to implement full state API ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 9 warnings generated. Creating VST plugin for ZamVerb gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamVerb' /opt/pkg/bin/gmake -C plugins/ZamGrains gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGrains' Compiling ZamGrainsPlugin.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamGrainsPlugin.cpp:18: ./ZamGrainsPlugin.hpp:97:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ In file included from ZamGrainsPlugin.cpp:18: ./ZamGrainsPlugin.hpp:128:67: warning: private field 'delaytimeout' is not used [-Wunused-private-field] float freeze, grains, grainspeed, playspeed, delaytime, gain, delaytimeout, playpos, grainpos, finalpos; ^ 2 warnings generated. Compiling ZamGrainsArtwork.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling ZamGrainsUI.cpp clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ZamGrainsUI.cpp:16: ./ZamGrainsPlugin.hpp:97:11: warning: 'loadProgram' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void loadProgram(uint32_t index); ^ ../../dpf/distrho/DistrhoPlugin.hpp:853:18: note: overridden virtual function is here virtual void loadProgram(uint32_t index) = 0; ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:143:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:175:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:207:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:238:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:242:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:252:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:411: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:412:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fTextureId); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:416:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:417:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:418:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:419:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:422:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, trans); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:424:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:425:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:441:9: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:453:9: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2625:13: note: 'glPushMatrix' has been explicitly marked deprecated here extern void glPushMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:458:9: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(static_cast(w2), static_cast(h2), 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2729:13: note: 'glTranslatef' has been explicitly marked deprecated here extern void glTranslatef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:459:9: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(normValue*static_cast(fRotationAngle), 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2665:13: note: 'glRotatef' has been explicitly marked deprecated here extern void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:463:9: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2620:13: note: 'glPopMatrix' has been explicitly marked deprecated here extern void glPopMatrix (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ZamGrainsUI.cpp:17: In file included from ./ZamGrainsUI.hpp:21: ./../../widgets/ZamWidgets.hpp:471: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_TEXTURE_2D); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:65:33: warning: implicit conversion from 'double' to 'int' changes value from 26.5 to 26 [-Wliteral-conversion] fKnobGrains->setAbsolutePos(26.5, 113); ~~~~~~~~~~~~~~ ^~~~ ZamGrainsUI.cpp:199: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:200: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:201: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_LINE_SMOOTH); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:203: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_POINT_SMOOTH); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:204: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(8.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2614:13: note: 'glPointSize' has been explicitly marked deprecated here extern void glPointSize (GLfloat size) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:205: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_POINT_SPRITE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:207: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:208: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.f, 1.f, 0.235f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:211: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:212:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2i(offsetx + grainx, offsety + 5); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:213:9: warning: 'glVertex2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertex2i(offsetx + grainx, offsety + height - 5); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:214: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:218: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_POINTS); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:219: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.235f, 0.235f, 1.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:220: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(offsetx + width * playpos, offsety + 5); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:221: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.0f, 0.235f, 0.235f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:222: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(offsetx + ((int)(width * playpos * playspeed) % width), offsety + height / 3); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:223: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.235f, 1.0f, 0.235f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:224: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(offsetx + ((int)(width * grainpos * grainspeed) % width), offsety + 2 * height / 3); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:225: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.0f, 1.0f, 1.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:226: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(offsetx + (int)width * finalpos, offsety + height - 5); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2734:13: note: 'glVertex2i' has been explicitly marked deprecated here extern void glVertex2i (GLint x, GLint y) OPENGL_DEPRECATED(10.0, 10.14); ^ ZamGrainsUI.cpp:227: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 46 warnings generated. Compiling DistrhoPluginMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (JACK) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating JACK standalone for ZamGrains Compiling DistrhoPluginMain.cpp (LADSPA) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LADSPA plugin for ZamGrains Compiling DistrhoPluginMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Creating LV2 plugin library for ZamGrains Compiling DistrhoUIMain.cpp (LV2) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating LV2 plugin UI for ZamGrains Compiling DistrhoPluginMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] Compiling DistrhoUIMain.cpp (VST) clang: warning: argument unused during compilation: '-mfpu=neon-vfpv4' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument] In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:163: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:164: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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:165:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:166: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:167: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.0, static_cast(width), static_cast(height), 0.0, 0.0, 1.0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:168:5: 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, static_cast(width), static_cast(height)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:169:5: 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); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from ../../dpf/distrho/DistrhoUIMain.cpp:17: ../../dpf/distrho/src/DistrhoUI.cpp:170: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(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. Creating VST plugin for ZamGrains gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGrains' /opt/pkg/bin/gmake -C dpf/utils/lv2-ttl-generator gmake[1]: Entering directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/dpf/utils/lv2-ttl-generator' clang lv2_ttl_generator.c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -o ../lv2_ttl_generator -L/opt/pkg/lib gmake[1]: Leaving directory '/Users/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/dpf/utils/lv2-ttl-generator' Generate ttl data for './ZaMaximX2_dsp.dylib', basename: 'ZaMaximX2_dsp' Writing manifest.ttl... done! Writing ZaMaximX2_dsp.ttl... done! Writing ZaMaximX2_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZaMultiComp_dsp.dylib', basename: 'ZaMultiComp_dsp' Writing manifest.ttl... done! Writing ZaMultiComp_dsp.ttl... done! Writing ZaMultiComp_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZaMultiCompX2_dsp.dylib', basename: 'ZaMultiCompX2_dsp' Writing manifest.ttl... done! Writing ZaMultiCompX2_dsp.ttl... done! Writing ZaMultiCompX2_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamAutoSat_dsp.dylib', basename: 'ZamAutoSat_dsp' Writing manifest.ttl... done! Writing ZamAutoSat_dsp.ttl... done! Writing ZamAutoSat_ui.ttl... done! Generate ttl data for './ZamComp_dsp.dylib', basename: 'ZamComp_dsp' Writing manifest.ttl... done! Writing ZamComp_dsp.ttl... done! Writing ZamComp_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamCompX2_dsp.dylib', basename: 'ZamCompX2_dsp' Writing manifest.ttl... done! Writing ZamCompX2_dsp.ttl... done! Writing ZamCompX2_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamDelay_dsp.dylib', basename: 'ZamDelay_dsp' Writing manifest.ttl... done! Writing ZamDelay_dsp.ttl... done! Writing ZamDelay_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamDynamicEQ_dsp.dylib', basename: 'ZamDynamicEQ_dsp' Writing manifest.ttl... done! Writing ZamDynamicEQ_dsp.ttl... done! Writing ZamDynamicEQ_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamEQ2_dsp.dylib', basename: 'ZamEQ2_dsp' Writing manifest.ttl... done! Writing ZamEQ2_dsp.ttl... done! Writing ZamEQ2_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamGEQ31_dsp.dylib', basename: 'ZamGEQ31_dsp' Writing manifest.ttl... done! Writing ZamGEQ31_dsp.ttl... done! Writing ZamGEQ31_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamGate_dsp.dylib', basename: 'ZamGate_dsp' Writing manifest.ttl... done! Writing ZamGate_dsp.ttl... done! Writing ZamGate_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamGateX2_dsp.dylib', basename: 'ZamGateX2_dsp' Writing manifest.ttl... done! Writing ZamGateX2_dsp.ttl... done! Writing ZamGateX2_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamGrains_dsp.dylib', basename: 'ZamGrains_dsp' Writing manifest.ttl... done! Writing ZamGrains_dsp.ttl... done! Writing ZamGrains_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamPhono_dsp.dylib', basename: 'ZamPhono_dsp' Writing manifest.ttl... done! Writing ZamPhono_dsp.ttl... done! Writing ZamPhono_ui.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamTube_dsp.dylib', basename: 'ZamTube_dsp' Writing manifest.ttl... done! Writing ZamTube_dsp.ttl... done! Writing ZamTube_ui.ttl... done! Writing presets.ttl... done! *** Please use pkgtools/verifypc to sanity check dependencies.