===> Building for toxic-0.16.1nb2 CC autocomplete.o CC avatars.o CC bootstrap.o CC chat.o CC chat_commands.o CC conference.o CC configdir.o CC curl_util.o CC execute.o CC file_transfers.o CC friendlist.o CC global_commands.o CC conference_commands.o CC groupchats.o CC groupchat_commands.o CC help.o CC init_queue.o CC input.o CC line_info.o CC log.o CC main.o /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/main.c:169:90: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] fprintf(fp, "%c %s.%06ld %s:%u(%s) - %s\n", tox_log_level_show(level)[0], timestamp, tv.tv_usec, file, ~~~~~ ^~~~~~~~~~ %06d 1 warning generated. CC message_queue.o CC misc_tools.o CC name_lookup.o CC notify.o /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:163:5: warning: 'alGetSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGetSourcei(source, AL_SOURCE_STATE, &ready); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:530:25: note: 'alGetSourcei' has been explicitly marked deprecated here AL_API void AL_APIENTRY alGetSourcei( ALuint sid, ALenum param, ALint* value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:287:21: warning: 'alSourceStop' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceStop(actives[i].source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:561:25: note: 'alSourceStop' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourceStop( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:288:21: warning: 'alDeleteSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteSources(1, &actives[i].source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:501:25: note: 'alDeleteSources' has been explicitly marked deprecated here AL_API void AL_APIENTRY alDeleteSources( ALsizei n, const ALuint* sources ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:289:21: warning: 'alDeleteBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteBuffers(1, &actives[i].buffer); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:595:25: note: 'alDeleteBuffers' has been explicitly marked deprecated here AL_API void AL_APIENTRY alDeleteBuffers( ALsizei n, const ALuint* buffers ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:306:21: warning: 'alSourceStop' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceStop(actives[i].source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:561:25: note: 'alSourceStop' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourceStop( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:307:21: warning: 'alDeleteSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteSources(1, &actives[i].source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:501:25: note: 'alDeleteSources' has been explicitly marked deprecated here AL_API void AL_APIENTRY alDeleteSources( ALsizei n, const ALuint* sources ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:308:21: warning: 'alDeleteBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteBuffers(1, &actives[i].buffer); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:595:25: note: 'alDeleteBuffers' has been explicitly marked deprecated here AL_API void AL_APIENTRY alDeleteBuffers( ALsizei n, const ALuint* buffers ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:341:5: warning: 'alSourcePlay' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcePlay(source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:558:25: note: 'alSourcePlay' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcePlay( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:530:5: warning: 'alGenSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGenSources(1, &source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:498:25: note: 'alGenSources' has been explicitly marked deprecated here AL_API void AL_APIENTRY alGenSources( ALsizei n, ALuint* sources ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:531:5: warning: 'alGenBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGenBuffers(1, &buffer); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:592:25: note: 'alGenBuffers' has been explicitly marked deprecated here AL_API void AL_APIENTRY alGenBuffers( ALsizei n, ALuint* buffers ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:533:5: warning: 'alSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcei(source, AL_BUFFER, buffer); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:515:25: note: 'alSourcei' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcei( ALuint sid, ALenum param, ALint value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:534:5: warning: 'alSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcei(source, AL_LOOPING, loop); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:515:25: note: 'alSourcei' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcei( ALuint sid, ALenum param, ALint value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:539:9: warning: 'alSourceStop' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceStop(source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:561:25: note: 'alSourceStop' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourceStop( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:540:9: warning: 'alDeleteSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteSources(1, &source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:501:25: note: 'alDeleteSources' has been explicitly marked deprecated here AL_API void AL_APIENTRY alDeleteSources( ALsizei n, const ALuint* sources ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:541:9: warning: 'alDeleteBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteBuffers(1, &buffer); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:595:25: note: 'alDeleteBuffers' has been explicitly marked deprecated here AL_API void AL_APIENTRY alDeleteBuffers( ALsizei n, const ALuint* buffers ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:580:9: warning: 'alSourceStop' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceStop(actives[id].source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:561:25: note: 'alSourceStop' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourceStop( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:581:9: warning: 'alDeleteSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteSources(1, &actives[id].source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:501:25: note: 'alDeleteSources' has been explicitly marked deprecated here AL_API void AL_APIENTRY alDeleteSources( ALsizei n, const ALuint* sources ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:582:9: warning: 'alDeleteBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteBuffers(1, &actives[id].buffer); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:595:25: note: 'alDeleteBuffers' has been explicitly marked deprecated here AL_API void AL_APIENTRY alDeleteBuffers( ALsizei n, const ALuint* buffers ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:668:5: warning: 'alSourceStop' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceStop(actives[id].source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:561:25: note: 'alSourceStop' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourceStop( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:669:5: warning: 'alDeleteSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteSources(1, &actives[id].source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:501:25: note: 'alDeleteSources' has been explicitly marked deprecated here AL_API void AL_APIENTRY alDeleteSources( ALsizei n, const ALuint* sources ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:670:5: warning: 'alDeleteBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteBuffers(1, &actives[id].buffer); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:595:25: note: 'alDeleteBuffers' has been explicitly marked deprecated here AL_API void AL_APIENTRY alDeleteBuffers( ALsizei n, const ALuint* buffers ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:672:5: warning: 'alGenSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGenSources(1, &actives[id].source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:498:25: note: 'alGenSources' has been explicitly marked deprecated here AL_API void AL_APIENTRY alGenSources( ALsizei n, ALuint* sources ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:673:5: warning: 'alGenBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGenBuffers(1, &actives[id].buffer); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:592:25: note: 'alGenBuffers' has been explicitly marked deprecated here AL_API void AL_APIENTRY alGenBuffers( ALsizei n, ALuint* buffers ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:675:5: warning: 'alSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcei(actives[id].source, AL_BUFFER, actives[id].buffer); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:515:25: note: 'alSourcei' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcei( ALuint sid, ALenum param, ALint value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:676:5: warning: 'alSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcei(actives[id].source, AL_LOOPING, flags & NT_LOOP); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:515:25: note: 'alSourcei' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcei( ALuint sid, ALenum param, ALint value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/notify.c:678:5: warning: 'alSourcePlay' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcePlay(actives[id].source); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:558:25: note: 'alSourcePlay' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcePlay( ALuint sid ) OPENAL_DEPRECATED; ^ 26 warnings generated. CC prompt.o CC qr_code.o CC settings.o CC term_mplex.o CC toxic.o CC toxic_strings.o CC windows.o CC osx_video.o /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/osx_video.m:120:41: warning: 'devicesWithMediaType:' is deprecated: first deprecated in macOS 10.15 - Use AVCaptureDeviceDiscoverySession instead. [-Wdeprecated-declarations] NSArray *devices = [AVCaptureDevice devicesWithMediaType: AVMediaTypeVideo]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:107:1: note: 'devicesWithMediaType:' has been explicitly marked deprecated here + (NSArray *)devicesWithMediaType:(AVMediaType)mediaType API_DEPRECATED("Use AVCaptureDeviceDiscoverySession instead.", ios(4.0, 10.0), macos(10.7, 10.15)) API_UNAVAILABLE(visionos) API_UNAVAILABLE(tvos); ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/osx_video.m:158:41: warning: 'devicesWithMediaType:' is deprecated: first deprecated in macOS 10.15 - Use AVCaptureDeviceDiscoverySession instead. [-Wdeprecated-declarations] NSArray *devices = [AVCaptureDevice devicesWithMediaType: AVMediaTypeVideo]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:107:1: note: 'devicesWithMediaType:' has been explicitly marked deprecated here + (NSArray *)devicesWithMediaType:(AVMediaType)mediaType API_DEPRECATED("Use AVCaptureDeviceDiscoverySession instead.", ios(4.0, 10.0), macos(10.7, 10.15)) API_UNAVAILABLE(visionos) API_UNAVAILABLE(tvos); ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/osx_video.m:215:41: warning: 'devicesWithMediaType:' is deprecated: first deprecated in macOS 10.15 - Use AVCaptureDeviceDiscoverySession instead. [-Wdeprecated-declarations] NSArray *devices = [AVCaptureDevice devicesWithMediaType: AVMediaTypeVideo]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:107:1: note: 'devicesWithMediaType:' has been explicitly marked deprecated here + (NSArray *)devicesWithMediaType:(AVMediaType)mediaType API_DEPRECATED("Use AVCaptureDeviceDiscoverySession instead.", ios(4.0, 10.0), macos(10.7, 10.15)) API_UNAVAILABLE(visionos) API_UNAVAILABLE(tvos); ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/osx_video.m:266:29: warning: 'CVOpenGLBufferGetTypeID' is deprecated: first deprecated in macOS 10.14 - OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] } else if (imageType == CVOpenGLBufferGetTypeID()) { ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVOpenGLBuffer.h:36:20: note: 'CVOpenGLBufferGetTypeID' has been explicitly marked deprecated here CV_EXPORT CFTypeID CVOpenGLBufferGetTypeID(void) COREVIDEO_GL_DEPRECATED(macosx, 10.4, 10.14) API_UNAVAILABLE(macCatalyst); ^ /Users/pbulk/build/chat/toxic/work/toxic-0.16.1/src/osx_video.m:268:29: warning: 'CVOpenGLTextureGetTypeID' is deprecated: first deprecated in macOS 10.14 - OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] } else if (imageType == CVOpenGLTextureGetTypeID()) { ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVOpenGLTexture.h:40:20: note: 'CVOpenGLTextureGetTypeID' has been explicitly marked deprecated here CV_EXPORT CFTypeID CVOpenGLTextureGetTypeID(void) COREVIDEO_GL_DEPRECATED(macosx, 10.4, 10.14) API_UNAVAILABLE(macCatalyst); ^ 5 warnings generated. CC audio_call.o CC audio_device.o CC game_base.o CC game_centipede.o CC game_chess.o CC game_life.o CC game_util.o CC game_snake.o LD toxic ld: warning: ignoring duplicate libraries: '-lalut', '-lconfig', '-lcurl', '-lopenal', '-lpng16', '-lqrencode', '-ltoxcore' *** Please use pkgtools/verifypc to sanity check dependencies.