=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for astromenace-1.4.1nb13 [ 0%] Building CXX object CMakeFiles/astromenace.dir/src/assets/audio.cpp.o [ 1%] Building CXX object CMakeFiles/astromenace.dir/src/assets/loading.cpp.o [ 2%] Building CXX object CMakeFiles/astromenace.dir/src/assets/model3d.cpp.o [ 3%] Building CXX object CMakeFiles/astromenace.dir/src/assets/shader.cpp.o [ 4%] Building CXX object CMakeFiles/astromenace.dir/src/assets/texture.cpp.o [ 5%] Building CXX object CMakeFiles/astromenace.dir/src/command.cpp.o [ 6%] Building CXX object CMakeFiles/astromenace.dir/src/config/config.cpp.o [ 6%] Building CXX object CMakeFiles/astromenace.dir/src/core/audio/audio.cpp.o In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:28: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:41: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:32:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export on ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:723:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export off ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:28: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:42: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:32:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export on ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:279:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export off ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:28: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:57:17: warning: 'alcGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if ((ErrCode = alcGetError(Device)) != ALC_NO_ERROR) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:218:38: note: 'alcGetError' has been explicitly marked deprecated here ALC_API ALCenum ALC_APIENTRY alcGetError( ALCdevice *device ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:28: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:58:59: warning: 'alcGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::cerr << FunctionName << "(): " << "ALC error: " << alcGetString(Device, ErrCode) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:236:38: note: 'alcGetString' has been explicitly marked deprecated here ALC_API const ALCchar * ALC_APIENTRY alcGetString( ALCdevice *device, ALCenum param ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:28: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:70:17: warning: 'alGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if ((ErrCode = alGetError()) != AL_NO_ERROR) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:405:27: note: 'alGetError' has been explicitly marked deprecated here AL_API ALenum AL_APIENTRY alGetError( void ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:28: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:71:62: warning: 'alGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::cerr << FunctionName << "(): " << "OpenAL error: " << alGetString(ErrCode) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:382:34: note: 'alGetString' has been explicitly marked deprecated here AL_API const ALchar* AL_APIENTRY alGetString( ALenum param ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:28: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:82:2: warning: 'alGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGetError(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:405:27: note: 'alGetError' has been explicitly marked deprecated here AL_API ALenum AL_APIENTRY alGetError( void ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:28: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:104:2: warning: 'alGetSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGetSourcei(Source, AL_SOURCE_STATE, &tmpState); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:77:22: warning: 'alcOpenDevice' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] ALCdevice *Device = alcOpenDevice(nullptr); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:209:38: note: 'alcOpenDevice' has been explicitly marked deprecated here ALC_API ALCdevice * ALC_APIENTRY alcOpenDevice( const ALCchar *devicename ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:85:24: warning: 'alcCreateContext' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] ALCcontext *Context = alcCreateContext(Device, nullptr); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:191:38: note: 'alcCreateContext' has been explicitly marked deprecated here ALC_API ALCcontext * ALC_APIENTRY alcCreateContext( ALCdevice *device, const ALCint* attrlist ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:89:2: warning: 'alcMakeContextCurrent' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alcMakeContextCurrent(Context); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:193:38: note: 'alcMakeContextCurrent' has been explicitly marked deprecated here ALC_API ALCboolean ALC_APIENTRY alcMakeContextCurrent( ALCcontext *context ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:94:2: warning: 'alListenerfv' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alListenerfv(AL_POSITION, ListenerPos); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:440:25: note: 'alListenerfv' has been explicitly marked deprecated here AL_API void AL_APIENTRY alListenerfv( ALenum param, const ALfloat* values ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:95:2: warning: 'alListenerfv' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alListenerfv(AL_VELOCITY, ListenerVel); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:440:25: note: 'alListenerfv' has been explicitly marked deprecated here AL_API void AL_APIENTRY alListenerfv( ALenum param, const ALfloat* values ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:96:2: warning: 'alListenerfv' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alListenerfv(AL_ORIENTATION, ListenerOri); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:440:25: note: 'alListenerfv' has been explicitly marked deprecated here AL_API void AL_APIENTRY alListenerfv( ALenum param, const ALfloat* values ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:97:2: warning: 'alDistanceModel' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDistanceModel(AL_INVERSE_DISTANCE_CLAMPED); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:643:25: note: 'alDistanceModel' has been explicitly marked deprecated here AL_API void AL_APIENTRY alDistanceModel( ALenum distanceModel ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:99:34: warning: 'alGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::cout << "Vendor : " << alGetString(AL_VENDOR) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:382:34: note: 'alGetString' has been explicitly marked deprecated here AL_API const ALchar* AL_APIENTRY alGetString( ALenum param ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:100:34: warning: 'alGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::cout << "Renderer : " << alGetString(AL_RENDERER) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:382:34: note: 'alGetString' has been explicitly marked deprecated here AL_API const ALchar* AL_APIENTRY alGetString( ALenum param ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:101:34: warning: 'alGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::cout << "Version : " << alGetString(AL_VERSION) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:382:34: note: 'alGetString' has been explicitly marked deprecated here AL_API const ALchar* AL_APIENTRY alGetString( ALenum param ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:106:6: warning: 'alGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (alGetString(AL_EXTENSIONS)) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:382:34: note: 'alGetString' has been explicitly marked deprecated here AL_API const ALchar* AL_APIENTRY alGetString( ALenum param ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:107:34: warning: 'alGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::string extensions{(char *)alGetString(AL_EXTENSIONS)}; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:382:34: note: 'alGetString' has been explicitly marked deprecated here AL_API const ALchar* AL_APIENTRY alGetString( ALenum param ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:138:24: warning: 'alcGetCurrentContext' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] ALCcontext *Context = alcGetCurrentContext(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:201:38: note: 'alcGetCurrentContext' has been explicitly marked deprecated here ALC_API ALCcontext * ALC_APIENTRY alcGetCurrentContext( void ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:140:22: warning: 'alcGetContextsDevice' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] ALCdevice *Device = alcGetContextsDevice(Context); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:203:38: note: 'alcGetContextsDevice' has been explicitly marked deprecated here ALC_API ALCdevice* ALC_APIENTRY alcGetContextsDevice( ALCcontext *context ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:144:6: warning: 'alcMakeContextCurrent' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (alcMakeContextCurrent(nullptr)) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:193:38: note: 'alcMakeContextCurrent' has been explicitly marked deprecated here ALC_API ALCboolean ALC_APIENTRY alcMakeContextCurrent( ALCcontext *context ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:146:19: warning: 'alcGetCurrentContext' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (Context && (alcGetCurrentContext() != Context)) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:201:38: note: 'alcGetCurrentContext' has been explicitly marked deprecated here ALC_API ALCcontext * ALC_APIENTRY alcGetCurrentContext( void ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:147:4: warning: 'alcDestroyContext' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alcDestroyContext(Context); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:199:38: note: 'alcDestroyContext' has been explicitly marked deprecated here ALC_API void ALC_APIENTRY alcDestroyContext( ALCcontext *context ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:153:4: warning: 'alcCloseDevice' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alcCloseDevice(Device); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:211:38: note: 'alcCloseDevice' has been explicitly marked deprecated here ALC_API ALCboolean ALC_APIENTRY alcCloseDevice( ALCdevice *device ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:169:2: warning: 'alListenerfv' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alListenerfv(AL_POSITION, ListenerPosition); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:440:25: note: 'alListenerfv' has been explicitly marked deprecated here AL_API void AL_APIENTRY alListenerfv( ALenum param, const ALfloat* values ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:170:2: warning: 'alListenerfv' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alListenerfv(AL_VELOCITY, ListenerVelocity); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:440:25: note: 'alListenerfv' has been explicitly marked deprecated here AL_API void AL_APIENTRY alListenerfv( ALenum param, const ALfloat* values ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/audio.cpp:171:2: warning: 'alListenerfv' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alListenerfv(AL_ORIENTATION, ListenerOrientation); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:440:25: note: 'alListenerfv' has been explicitly marked deprecated here AL_API void AL_APIENTRY alListenerfv( ALenum param, const ALfloat* values ) OPENAL_DEPRECATED; ^ 31 warnings generated. [ 7%] Building CXX object CMakeFiles/astromenace.dir/src/core/audio/buffer.cpp.o In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:40: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:41: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:32:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export on ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:723:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export off ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:40: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:42: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:32:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export on ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:279:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export off ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:40: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:57:17: warning: 'alcGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if ((ErrCode = alcGetError(Device)) != ALC_NO_ERROR) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:218:38: note: 'alcGetError' has been explicitly marked deprecated here ALC_API ALCenum ALC_APIENTRY alcGetError( ALCdevice *device ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:40: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:58:59: warning: 'alcGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::cerr << FunctionName << "(): " << "ALC error: " << alcGetString(Device, ErrCode) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:236:38: note: 'alcGetString' has been explicitly marked deprecated here ALC_API const ALCchar * ALC_APIENTRY alcGetString( ALCdevice *device, ALCenum param ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:40: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:70:17: warning: 'alGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if ((ErrCode = alGetError()) != AL_NO_ERROR) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:405:27: note: 'alGetError' has been explicitly marked deprecated here AL_API ALenum AL_APIENTRY alGetError( void ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:40: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:71:62: warning: 'alGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::cerr << FunctionName << "(): " << "OpenAL error: " << alGetString(ErrCode) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:382:34: note: 'alGetString' has been explicitly marked deprecated here AL_API const ALchar* AL_APIENTRY alGetString( ALenum param ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:40: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:82:2: warning: 'alGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGetError(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:405:27: note: 'alGetError' has been explicitly marked deprecated here AL_API ALenum AL_APIENTRY alGetError( void ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:40: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:104:2: warning: 'alGetSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGetSourcei(Source, AL_SOURCE_STATE, &tmpState); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:113:3: warning: 'alBufferData' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alBufferData(BufID, Format, PCM.data(), TotalRet, Freq); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:601:25: note: 'alBufferData' has been explicitly marked deprecated here AL_API void AL_APIENTRY alBufferData( ALuint bid, ALenum format, const ALvoid* data, ALsizei size, ALsizei freq ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:221:2: warning: 'alGenBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGenBuffers(NUM_OF_DYNBUF, StreamBuffersMap[Name].Buffers.data()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:258:3: warning: 'alSourceQueueBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceQueueBuffers(Source, 1, &bufferID); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:572:25: note: 'alSourceQueueBuffers' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourceQueueBuffers( ALuint sid, ALsizei numEntries, const ALuint *bids ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:277:3: warning: 'alSourceQueueBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceQueueBuffers(Source, 1, StreamBuffer->Buffers.data() + i); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:572:25: note: 'alSourceQueueBuffers' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourceQueueBuffers( ALuint sid, ALsizei numEntries, const ALuint *bids ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:296:2: warning: 'alGetSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGetSourcei(Source, AL_BUFFERS_QUEUED, &Queued); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:299:3: warning: 'alSourceUnqueueBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceUnqueueBuffers(Source, 1, &tmpBuffer); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:574:25: note: 'alSourceUnqueueBuffers' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourceUnqueueBuffers( ALuint sid, ALsizei numEntries, ALuint *bids ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:317:2: warning: 'alGetSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGetSourcei(Source, AL_BUFFERS_PROCESSED, &Processed); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:322:3: warning: 'alSourceUnqueueBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceUnqueueBuffers(Source, 1, &bufferID); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:574:25: note: 'alSourceUnqueueBuffers' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourceUnqueueBuffers( ALuint sid, ALsizei numEntries, ALuint *bids ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:355:3: warning: 'alDeleteBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteBuffers(NUM_OF_DYNBUF, tmpStream.second.Buffers.data()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:396:2: warning: 'alGenBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGenBuffers(1, &Buffer); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:483:4: warning: 'alDeleteBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteBuffers(1, &tmpBuffer.second); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.cpp:505:3: warning: 'alDeleteBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteBuffers(1, &tmpBuffer->second); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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; ^ 22 warnings generated. [ 8%] Building CXX object CMakeFiles/astromenace.dir/src/core/audio/music.cpp.o In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:44: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:41: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:32:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export on ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:723:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export off ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:44: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:42: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:32:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export on ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:279:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export off ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:44: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:57:17: warning: 'alcGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if ((ErrCode = alcGetError(Device)) != ALC_NO_ERROR) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:218:38: note: 'alcGetError' has been explicitly marked deprecated here ALC_API ALCenum ALC_APIENTRY alcGetError( ALCdevice *device ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:44: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:58:59: warning: 'alcGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::cerr << FunctionName << "(): " << "ALC error: " << alcGetString(Device, ErrCode) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:236:38: note: 'alcGetString' has been explicitly marked deprecated here ALC_API const ALCchar * ALC_APIENTRY alcGetString( ALCdevice *device, ALCenum param ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:44: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:70:17: warning: 'alGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if ((ErrCode = alGetError()) != AL_NO_ERROR) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:405:27: note: 'alGetError' has been explicitly marked deprecated here AL_API ALenum AL_APIENTRY alGetError( void ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:44: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:71:62: warning: 'alGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::cerr << FunctionName << "(): " << "OpenAL error: " << alGetString(ErrCode) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:382:34: note: 'alGetString' has been explicitly marked deprecated here AL_API const ALchar* AL_APIENTRY alGetString( ALenum param ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:44: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:82:2: warning: 'alGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGetError(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:405:27: note: 'alGetError' has been explicitly marked deprecated here AL_API ALenum AL_APIENTRY alGetError( void ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:44: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:104:2: warning: 'alGetSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGetSourcei(Source, AL_SOURCE_STATE, &tmpState); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:53:8: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (!alIsSource(Source)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:56:3: warning: 'alSourceStop' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceStop(Source); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:59:3: warning: 'alDeleteSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteSources(1, &Source); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:103:2: warning: 'alGenSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGenSources(1, &MusicMap[Name].Source); // create entry on first access ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:118:2: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(MusicMap[Name].Source, AL_PITCH, 1.0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:119:2: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(MusicMap[Name].Source, AL_GAIN, _GlobalVolume * _LocalVolume); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:120:2: warning: 'alSourcefv' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcefv(MusicMap[Name].Source, AL_POSITION, SourcePos); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:513:25: note: 'alSourcefv' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcefv( ALuint sid, ALenum param, const ALfloat* values ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:121:2: warning: 'alSourcefv' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcefv(MusicMap[Name].Source, AL_VELOCITY, SourceVel); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:513:25: note: 'alSourcefv' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcefv( ALuint sid, ALenum param, const ALfloat* values ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:122:2: warning: 'alSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcei(MusicMap[Name].Source, AL_SOURCE_RELATIVE, AL_TRUE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:123:2: warning: 'alSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcei(MusicMap[Name].Source, AL_LOOPING, AL_FALSE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:134:2: warning: 'alSourcePlay' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcePlay(MusicMap[Name].Source); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:164:3: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(Source, AL_GAIN, GlobalVolume * LocalVolume ); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:177:3: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(Source, AL_GAIN, GlobalVolume * LocalVolume); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:196:7: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (!alIsSource(Source)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:200:2: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(Source, AL_GAIN, GlobalVolume * LocalVolume); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:241:8: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (alIsSource(tmpMusic.second.Source) && ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:260:6: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alIsSource((*tmpMusic).second.Source) && ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/music.cpp:273:7: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (alIsSource(tmpMusic.second.Source) && ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ 28 warnings generated. [ 9%] Building CXX object CMakeFiles/astromenace.dir/src/core/audio/sound.cpp.o In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:33: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:41: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:32:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export on ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:723:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export off ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:33: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:42: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:32:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export on ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:279:10: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma export off ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:33: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:57:17: warning: 'alcGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if ((ErrCode = alcGetError(Device)) != ALC_NO_ERROR) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:218:38: note: 'alcGetError' has been explicitly marked deprecated here ALC_API ALCenum ALC_APIENTRY alcGetError( ALCdevice *device ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:33: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:58:59: warning: 'alcGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::cerr << FunctionName << "(): " << "ALC error: " << alcGetString(Device, ErrCode) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/alc.h:236:38: note: 'alcGetString' has been explicitly marked deprecated here ALC_API const ALCchar * ALC_APIENTRY alcGetString( ALCdevice *device, ALCenum param ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:33: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:70:17: warning: 'alGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if ((ErrCode = alGetError()) != AL_NO_ERROR) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:405:27: note: 'alGetError' has been explicitly marked deprecated here AL_API ALenum AL_APIENTRY alGetError( void ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:33: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:71:62: warning: 'alGetString' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] std::cerr << FunctionName << "(): " << "OpenAL error: " << alGetString(ErrCode) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:382:34: note: 'alGetString' has been explicitly marked deprecated here AL_API const ALchar* AL_APIENTRY alGetString( ALenum param ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:33: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:82:2: warning: 'alGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGetError(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:405:27: note: 'alGetError' has been explicitly marked deprecated here AL_API ALenum AL_APIENTRY alGetError( void ) OPENAL_DEPRECATED; ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:33: In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/buffer.h:38: /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/openal.h:104:2: warning: 'alGetSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGetSourcei(Source, AL_SOURCE_STATE, &tmpState); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:43:8: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (!alIsSource(Source)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:46:3: warning: 'alSourceStop' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceStop(Source); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:47:3: warning: 'alDeleteSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alDeleteSources(1, &Source); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:139:2: warning: 'alGenSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alGenSources(1, &SoundsMap[tmpSoundID].Source); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:145:2: warning: 'alSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcei(SoundsMap[tmpSoundID].Source, AL_BUFFER, Buffer); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:147:2: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(SoundsMap[tmpSoundID].Source, AL_GAIN, GlobalVolume * LocalVolume); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:148:2: warning: 'alSourcefv' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcefv(SoundsMap[tmpSoundID].Source, AL_POSITION, SourcePos); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:513:25: note: 'alSourcefv' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcefv( ALuint sid, ALenum param, const ALfloat* values ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:149:2: warning: 'alSourcefv' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcefv(SoundsMap[tmpSoundID].Source, AL_VELOCITY, SourceVel); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:513:25: note: 'alSourcefv' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcefv( ALuint sid, ALenum param, const ALfloat* values ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:150:2: warning: 'alSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcei(SoundsMap[tmpSoundID].Source, AL_LOOPING, false); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:151:2: warning: 'alSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcei(SoundsMap[tmpSoundID].Source, AL_SOURCE_RELATIVE, Relative); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:155:3: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(SoundsMap[tmpSoundID].Source, AL_REFERENCE_DISTANCE, 30.0f); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:156:3: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(SoundsMap[tmpSoundID].Source, AL_MAX_DISTANCE, 250.0f); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:157:3: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(SoundsMap[tmpSoundID].Source, AL_ROLLOFF_FACTOR, 0.5f); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:159:3: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(SoundsMap[tmpSoundID].Source, AL_REFERENCE_DISTANCE, 150.0f); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:160:3: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(SoundsMap[tmpSoundID].Source, AL_MAX_DISTANCE, 600.0f); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:161:3: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(SoundsMap[tmpSoundID].Source, AL_ROLLOFF_FACTOR, 0.2f); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:166:2: warning: 'alSourcePlay' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcePlay(SoundsMap[tmpSoundID].Source); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:180:7: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (!alIsSource(Source)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:183:2: warning: 'alSourceRewind' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceRewind(Source); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:564:25: note: 'alSourceRewind' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourceRewind( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:184:2: warning: 'alSourcePlay' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcePlay(Source); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:194:7: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (!alIsSource(Source)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:198:3: warning: 'alSourceStop' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourceStop(Source); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:211:7: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (!alIsSource(Source)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:215:2: warning: 'alSourcefv' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcefv(Source, AL_POSITION, SourcePos); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:513:25: note: 'alSourcefv' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcefv( ALuint sid, ALenum param, const ALfloat* values ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:224:7: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (!alIsSource(Source)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:228:2: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(Source, AL_GAIN, GlobalVolume * LocalVolume); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:300:8: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if ((alIsSource(iter->second.Source)) && ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:307:5: warning: 'alSourcef' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] alSourcef(iter->second.Source, AL_GAIN, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:509:25: note: 'alSourcef' has been explicitly marked deprecated here AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value ) OPENAL_DEPRECATED; ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/audio/sound.cpp:319:7: warning: 'alIsSource' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] if (alIsSource(iter->second.Source) && ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers/al.h:504:30: note: 'alIsSource' has been explicitly marked deprecated here AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid ) OPENAL_DEPRECATED; ^ 39 warnings generated. [ 10%] Building CXX object CMakeFiles/astromenace.dir/src/core/camera/camera.cpp.o [ 11%] Building CXX object CMakeFiles/astromenace.dir/src/core/camera/camera_math.cpp.o [ 12%] Building CXX object CMakeFiles/astromenace.dir/src/core/collision_detection/collision_detection.cpp.o [ 12%] Building CXX object CMakeFiles/astromenace.dir/src/core/font/font.cpp.o [ 13%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/extensions.cpp.o [ 14%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/gl_draw2d.cpp.o /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:51:2: warning: 'glPushAttrib' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushAttrib(GL_ENABLE_BIT); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2623:13: note: 'glPushAttrib' has been explicitly marked deprecated here extern void glPushAttrib (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:52: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:53: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_DEPTH_TEST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:59:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMatrixMode(GL_PROJECTION); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:60:2: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:61:2: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLoadIdentity(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:69:3: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glOrtho(tmpViewportX * tmpInternalWidth / tmpViewportWidth, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:75:3: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glOrtho(0, tmpViewportWidth, tmpViewportHeight, 0, zNear, zFar); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:79: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_TEXTURE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:80:2: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:81:2: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLoadIdentity(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:82:2: warning: 'glScalef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScalef(1.0, -1.0, 1.0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2667:13: note: 'glScalef' has been explicitly marked deprecated here extern void glScalef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:83:2: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(0.0f, -1.0f, 0.0f); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:85:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMatrixMode(GL_MODELVIEW); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:86:2: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:87:2: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLoadIdentity(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:97: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_TEXTURE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:98:2: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:100:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMatrixMode(GL_PROJECTION); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:101:2: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:103:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMatrixMode(GL_MODELVIEW); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:104:2: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:106:2: warning: 'glPopAttrib' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopAttrib(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2618:13: note: 'glPopAttrib' has been explicitly marked deprecated here extern void glPopAttrib (void) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:139:3: warning: 'glGetTexLevelParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetTexLevelParameterfv(GL_TEXTURE_2D, 0, GL_TEXTURE_WIDTH, &ImageWidth); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2537:13: note: 'glGetTexLevelParameterfv' has been explicitly marked deprecated here extern void glGetTexLevelParameterfv (GLenum target, GLint level, GLenum pname, GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:140:3: warning: 'glGetTexLevelParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetTexLevelParameterfv(GL_TEXTURE_2D, 0, GL_TEXTURE_HEIGHT, &ImageHeight); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2537:13: note: 'glGetTexLevelParameterfv' has been explicitly marked deprecated here extern void glGetTexLevelParameterfv (GLenum target, GLint level, GLenum pname, GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:168:2: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:169:2: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(RotateAngle, 0, 0, 1); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw2d.cpp:174:2: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ 28 warnings generated. [ 15%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/gl_draw3d.cpp.o /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:76:3: warning: 'glEnableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnableClientState(GL_VERTEX_ARRAY); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2473:13: note: 'glEnableClientState' has been explicitly marked deprecated here extern void glEnableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:77:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexPointer(3, GL_FLOAT, stride, tmpPointer); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:82:3: warning: 'glEnableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnableClientState(GL_VERTEX_ARRAY); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2473:13: note: 'glEnableClientState' has been explicitly marked deprecated here extern void glEnableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:83:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexPointer(2, GL_FLOAT, stride, tmpPointer); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:88:3: warning: 'glEnableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnableClientState(GL_NORMAL_ARRAY); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2473:13: note: 'glEnableClientState' has been explicitly marked deprecated here extern void glEnableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:89:3: warning: 'glNormalPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glNormalPointer(GL_FLOAT, stride, tmpPointer); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2603:13: note: 'glNormalPointer' has been explicitly marked deprecated here extern void glNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:94:3: warning: 'glEnableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnableClientState(GL_COLOR_ARRAY); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2473:13: note: 'glEnableClientState' has been explicitly marked deprecated here extern void glEnableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:95:3: warning: 'glColorPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorPointer(4, GL_FLOAT, stride, tmpPointer); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2435:13: note: 'glColorPointer' has been explicitly marked deprecated here extern void glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:104:4: warning: 'glEnableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnableClientState(GL_TEXTURE_COORD_ARRAY); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2473:13: note: 'glEnableClientState' has been explicitly marked deprecated here extern void glEnableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:105:4: warning: 'glTexCoordPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexCoordPointer(2, GL_FLOAT, stride, tmpPointer); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2707:13: note: 'glTexCoordPointer' has been explicitly marked deprecated here extern void glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:118:3: warning: 'glDisableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisableClientState(GL_NORMAL_ARRAY); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2463:13: note: 'glDisableClientState' has been explicitly marked deprecated here extern void glDisableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:120:3: warning: 'glDisableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisableClientState(GL_COLOR_ARRAY); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2463:13: note: 'glDisableClientState' has been explicitly marked deprecated here extern void glDisableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:121:2: warning: 'glDisableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisableClientState(GL_VERTEX_ARRAY); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2463:13: note: 'glDisableClientState' has been explicitly marked deprecated here extern void glDisableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:127:3: warning: 'glDisableClientState' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisableClientState(GL_TEXTURE_COORD_ARRAY); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2463:13: note: 'glDisableClientState' has been explicitly marked deprecated here extern void glDisableClientState (GLenum array) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:157:3: warning: 'glDrawElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawElements(static_cast(mode), count, GL_UNSIGNED_INT, indices + RangeStart); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2466:13: note: 'glDrawElements' has been explicitly marked deprecated here extern void glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_draw3d.cpp:159: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(static_cast(mode), RangeStart, count); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ 16 warnings generated. [ 16%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/gl_fbo.cpp.o /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:111:4: 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, &FBO->ColorTexture); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:112:4: 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, FBO->ColorTexture); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:113:4: 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_NEAREST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:114:4: 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_NEAREST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:115:4: 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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:116:4: 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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:117:4: 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_RGBA8, FBO->Width.i(), FBO->Height.i(), ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:146:4: 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, &FBO->DepthTexture); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:147:4: 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, FBO->DepthTexture); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:148:4: 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_NEAREST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:149:4: 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_NEAREST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:150:4: 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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:151:4: 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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:152:4: 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_DEPTH_COMPONENT, FBO->Width.i(), FBO->Height.i(), 0, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:187:4: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_MULTISAMPLE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:191:4: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_MULTISAMPLE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:233: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, SourceFBO->Width.i(), SourceFBO->Height.i()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:235:2: warning: 'glPushAttrib' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushAttrib(GL_ENABLE_BIT); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2623:13: note: 'glPushAttrib' has been explicitly marked deprecated here extern void glPushAttrib (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:237: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:238: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_DEPTH_TEST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:240: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); // select the projection matrix ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:241:2: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); // store the projection matrix ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:242: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(); // reset the projection matrix ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:244: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, SourceFBO->Width.i(), 0, SourceFBO->Height.i(), -1, 1); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:246: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); // select the modelview matrix ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:247:2: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:248:2: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLoadIdentity(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:263: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); // select the projection matrix ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:264:2: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); // restore the old projection matrix ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:266: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); // select the modelview matrix ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:267:2: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:269:2: warning: 'glPopAttrib' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopAttrib(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2618:13: note: 'glPopAttrib' has been explicitly marked deprecated here extern void glPopAttrib (void) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:278:3: 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, &ColorTexture); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_fbo.cpp:281:3: 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, &DepthTexture); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ 34 warnings generated. [ 17%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/gl_glsl.cpp.o /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_glsl.cpp:90:18: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] while ((glErr = glGetError()) != GL_NO_ERROR) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ 1 warning generated. [ 18%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/gl_light.cpp.o /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_light.cpp:38: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_LIGHTING); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_light.cpp:40: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_LIGHTING); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_light.cpp:49: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_LIGHT0 + light); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_light.cpp:51: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_LIGHT0 + light); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_light.cpp:59:2: warning: 'glLightf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLightf(GL_LIGHT0 + light, static_cast(pname), param); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2564:13: note: 'glLightf' has been explicitly marked deprecated here extern void glLightf (GLenum light, GLenum pname, GLfloat param) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_light.cpp:67:2: warning: 'glLightfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLightfv(GL_LIGHT0 + light, static_cast(pname), param); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2565:13: note: 'glLightfv' has been explicitly marked deprecated here extern void glLightfv (GLenum light, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_light.cpp:75:2: warning: 'glMaterialfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMaterialfv(GL_FRONT_AND_BACK, static_cast(pname), param); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2585:13: note: 'glMaterialfv' has been explicitly marked deprecated here extern void glMaterialfv (GLenum face, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ 7 warnings generated. [ 18%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/gl_main.cpp.o /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:92:24: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extensions = (char *) glGetString(GL_EXTENSIONS); // WARNING fix conversion ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:184:3: 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_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &DevCaps.MaxAnisotropyLevel); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:188:34: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] std::cout << "Vendor : " << glGetString(GL_VENDOR) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:189:34: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] std::cout << "Renderer : " << glGetString(GL_RENDERER) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:190:34: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] std::cout << "Version : " << glGetString(GL_VERSION) << "\n"; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:191:2: 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_MAJOR_VERSION, &DevCaps.OpenGLmajorVersion); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:192:2: 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_MINOR_VERSION, &DevCaps.OpenGLminorVersion); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:193:2: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetError(); // reset errors ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:195:2: 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_MAX_TEXTURE_SIZE, &DevCaps.MaxTextureHeight); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:197:2: 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_MAX_TEXTURE_SIZE, &DevCaps.MaxTextureWidth); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:199:2: 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_MAX_LIGHTS, &DevCaps.MaxActiveLights); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:205:3: 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_MAX_SAMPLES_EXT, &MaxSamples); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:216:4: 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_MAX_MULTISAMPLE_COVERAGE_MODES_NV, &NumModes); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:219:4: 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_MULTISAMPLE_COVERAGE_MODES_NV, modes.data()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:230:6: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if (glGetString(GL_EXTENSIONS) != nullptr) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:231:34: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] std::string extensions{(char *)glGetString(GL_EXTENSIONS)}; // WARNING fix conversion ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:261: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_PACK_ALIGNMENT, 1); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:262: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:263:2: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:264: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:265:2: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonMode(GL_FRONT, GL_FILL); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:266: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_TEXTURE_2D); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:267: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_DEPTH_TEST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:268:2: warning: 'glShadeModel' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glShadeModel(GL_SMOOTH); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2671:13: note: 'glShadeModel' has been explicitly marked deprecated here extern void glShadeModel (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:269:2: warning: 'glClearDepth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearDepth(1.0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2397:13: note: 'glClearDepth' has been explicitly marked deprecated here extern void glClearDepth (GLclampd depth) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:270:2: warning: 'glClearStencil' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearStencil(0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2399:13: note: 'glClearStencil' has been explicitly marked deprecated here extern void glClearStencil (GLint s) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:271:2: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_LEQUAL); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:272:2: 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_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:273:2: 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_POINT_SMOOTH_HINT, GL_NICEST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:274:2: 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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:275:2: 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_POLYGON_SMOOTH_HINT, GL_NICEST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:326:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMatrixMode(GL_PROJECTION); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:327:2: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLoadIdentity(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:329:2: warning: 'gluPerspective' is deprecated: first deprecated in macOS 10.9 - "Use GLKMatrix4MakePerspective" [-Wdeprecated-declarations] gluPerspective(FieldOfViewAngle, AspectRatio, zNearClip, zFarClip); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:278:13: note: 'gluPerspective' has been explicitly marked deprecated here extern void gluPerspective (GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMatrix4MakePerspective"); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:331:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMatrixMode(GL_MODELVIEW); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:332:2: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLoadIdentity(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:351:2: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(glmask); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:363:2: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMatrixMode(GL_MODELVIEW); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:364:2: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLoadIdentity(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:420:2: warning: 'glDepthRange' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthRange(zNear, zFar); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2461:13: note: 'glDepthRange' has been explicitly marked deprecated here extern void glDepthRange (GLclampd zNear, GLclampd zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:436: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(x, y, width, height); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:445:2: warning: 'glGetFloatv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetFloatv(GL_VIEWPORT, buff); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2509:13: note: 'glGetFloatv' has been explicitly marked deprecated here extern void glGetFloatv (GLenum pname, GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:463:2: 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_VIEWPORT, buff); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:481: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:485: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:486:2: warning: 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCullFace(static_cast(mode)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:495: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_POLYGON_OFFSET_FILL); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:497: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_POLYGON_OFFSET_FILL); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:499:2: warning: 'glPolygonOffset' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonOffset(factor, units); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2616:13: note: 'glPolygonOffset' has been explicitly marked deprecated here extern void glPolygonOffset (GLfloat factor, GLfloat units) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:507:2: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(red, green, blue, alpha); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:515:2: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColor4f(red, green, blue, alpha); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:523: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(red, green, blue, alpha); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:532: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_DEPTH_TEST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:533:3: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(static_cast(func)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_main.cpp:535: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ 55 warnings generated. [ 19%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/gl_matrix.cpp.o /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_matrix.cpp:47:2: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLoadIdentity(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_matrix.cpp:55:2: warning: 'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTranslatef(Location.x, Location.y, Location.z); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_matrix.cpp:63:2: warning: 'glRotatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glRotatef(angle, x, y, z); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_matrix.cpp:71:2: warning: 'glScalef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScalef(x, y, z); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2667:13: note: 'glScalef' has been explicitly marked deprecated here extern void glScalef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_matrix.cpp:79:2: warning: 'glGetFloatv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetFloatv(static_cast(pname), params); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2509:13: note: 'glGetFloatv' has been explicitly marked deprecated here extern void glGetFloatv (GLenum pname, GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_matrix.cpp:87:2: warning: 'glLoadMatrixf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLoadMatrixf(matrix); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2573:13: note: 'glLoadMatrixf' has been explicitly marked deprecated here extern void glLoadMatrixf (const GLfloat *m) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_matrix.cpp:95: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(static_cast(mode)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_matrix.cpp:103:2: warning: 'glMultMatrixf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMultMatrixf(matrix); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2591:13: note: 'glMultMatrixf' has been explicitly marked deprecated here extern void glMultMatrixf (const GLfloat *m) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_matrix.cpp:111:2: warning: 'glPushMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPushMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_matrix.cpp:119:2: warning: 'glPopMatrix' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPopMatrix(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ 10 warnings generated. [ 20%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/gl_texture.cpp.o /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:98: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, &TextureID); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:106:4: 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, 0, 0, Width, Height, Format, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:110:4: 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, InternalFormat, Width, Height, 0, Format, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:114:4: 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_SGIS, GL_TRUE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:115:4: 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, InternalFormat, Width, Height, 0, Format, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:118:4: warning: 'gluBuild2DMipmaps' is deprecated: first deprecated in macOS 10.9 - "Use glGenerateMipmap" [-Wdeprecated-declarations] gluBuild2DMipmaps(GL_TEXTURE_2D, InternalFormat, Width, Height, Format, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:247:14: note: 'gluBuild2DMipmaps' has been explicitly marked deprecated here extern GLint gluBuild2DMipmaps (GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *data) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use glGenerateMipmap"); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:123:4: 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, 0, 0, Width, Height, Format, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:126:4: 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, InternalFormat, Width, Height, 0, Format, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:150: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, TextureID); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:151: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_TEXTURE_2D); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:153: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); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:154: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_TEXTURE_2D); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:163:2: 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, &TextureID); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:172:2: warning: 'glTexEnvi' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexEnvi(GL_TEXTURE_ENV, static_cast(name), static_cast(param)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2710:13: note: 'glTexEnvi' has been explicitly marked deprecated here extern void glTexEnvi (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:180: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_MIN_FILTER, static_cast(MinFilter)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:181: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, static_cast(MagFilter)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:208: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_MAX_ANISOTROPY_EXT, AnisotropyLevel); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:217: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, static_cast(coord), static_cast(mode)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:236:3: warning: 'glAlphaFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glAlphaFunc(static_cast(func), ref); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2382:13: note: 'glAlphaFunc' has been explicitly marked deprecated here extern void glAlphaFunc (GLenum func, GLclampf ref) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:237: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_ALPHA_TEST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:240:3: warning: 'glAlphaFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glAlphaFunc(GL_ALWAYS, 0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2382:13: note: 'glAlphaFunc' has been explicitly marked deprecated here extern void glAlphaFunc (GLenum func, GLclampf ref) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:241: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_ALPHA_TEST); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:251:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:253: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_ZERO); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:257: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_BLEND); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:258:2: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(static_cast(sfactor), static_cast(dfactor)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:266: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_COMPARE_MODE, static_cast(mode)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:267: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_COMPARE_FUNC, static_cast(func)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:275: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_DEPTH_TEXTURE_MODE, static_cast(mode)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.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); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/gl_texture.cpp:283:2: warning: 'glTexEnvi' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexEnvi(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, static_cast(mode)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2710:13: note: 'glTexEnvi' has been explicitly marked deprecated here extern void glTexEnvi (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ 30 warnings generated. [ 21%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/gl_vao.cpp.o [ 22%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/gl_vbo.cpp.o [ 23%] Building CXX object CMakeFiles/astromenace.dir/src/core/graphics/misc.cpp.o /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/graphics/misc.cpp:57:2: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadPixels(0, 0, Width, Height, GL_RGB, GL_UNSIGNED_BYTE, Pixels.get()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ 1 warning generated. [ 24%] Building CXX object CMakeFiles/astromenace.dir/src/core/light/light.cpp.o [ 25%] Building CXX object CMakeFiles/astromenace.dir/src/core/math/math.cpp.o [ 25%] Building CXX object CMakeFiles/astromenace.dir/src/core/math/matrix33.cpp.o [ 26%] Building CXX object CMakeFiles/astromenace.dir/src/core/math/matrix44.cpp.o [ 27%] Building CXX object CMakeFiles/astromenace.dir/src/core/math/rand.cpp.o [ 28%] Building CXX object CMakeFiles/astromenace.dir/src/core/model3d/model3d.cpp.o [ 29%] Building CXX object CMakeFiles/astromenace.dir/src/core/particle_system/particle_system.cpp.o /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/particle_system/particle_system.cpp:902:2: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/particle_system/particle_system.cpp:909:2: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/particle_system/particle_system.cpp:937:2: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/particle_system/particle_system.cpp:945:2: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ 4 warnings generated. [ 30%] Building CXX object CMakeFiles/astromenace.dir/src/core/particle_system2d/particle_system2d.cpp.o [ 31%] Building CXX object CMakeFiles/astromenace.dir/src/core/platform/keyboard.cpp.o [ 31%] Building CXX object CMakeFiles/astromenace.dir/src/core/platform/mouse.cpp.o [ 32%] Building CXX object CMakeFiles/astromenace.dir/src/core/platform/open_url.cpp.o In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/platform/open_url.cpp:35: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:39: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:456:35: warning: 'verUS' is deprecated: first deprecated in macOS 10.5 - Deprecated [-Wdeprecated-declarations] minCountry = verUS, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:289:1: note: '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:289:1)' has been explicitly marked deprecated here enum { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:457:35: warning: 'verIrelandEnglish' is deprecated: first deprecated in macOS 10.5 - Deprecated [-Wdeprecated-declarations] maxCountry = verIrelandEnglish ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:400:1: note: '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:400:1)' has been explicitly marked deprecated here enum { ^ In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/platform/open_url.cpp:35: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:87: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:28: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:49: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOTypes.h:81:49: error: expected ';' after top level declarator typedef mach_vm_address_t IOVirtualAddress __kernel_ptr_semantics; ^ ; In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/platform/open_url.cpp:35: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:87: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:28: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:52: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/IOKit.framework/Headers/OSMessageNotification.h:120:53: error: expected ';' after top level declarator typedef natural_t OSAsyncReference[kOSAsyncRefCount] __kernel_ptr_semantics; ^ ; In file included from /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/src/core/platform/open_url.cpp:35: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIServices.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIShape.h:22: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:31: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:457:39: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] inline Boolean CMProfileMD5AreEqual(CMProfileMD5 a, CMProfileMD5 b) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:457:55: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] inline Boolean CMProfileMD5AreEqual(CMProfileMD5 a, CMProfileMD5 b) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:459:14: warning: cast from 'unsigned char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] return ((UInt32*)a)[0]==((UInt32*)b)[0] && ((UInt32*)a)[1]==((UInt32*)b)[1] && ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:459:31: warning: cast from 'unsigned char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] return ((UInt32*)a)[0]==((UInt32*)b)[0] && ((UInt32*)a)[1]==((UInt32*)b)[1] && ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:459:50: warning: cast from 'unsigned char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] return ((UInt32*)a)[0]==((UInt32*)b)[0] && ((UInt32*)a)[1]==((UInt32*)b)[1] && ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:459:67: warning: cast from 'unsigned char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] return ((UInt32*)a)[0]==((UInt32*)b)[0] && ((UInt32*)a)[1]==((UInt32*)b)[1] && ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:460:14: warning: cast from 'unsigned char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] ((UInt32*)a)[2]==((UInt32*)b)[2] && ((UInt32*)a)[3]==((UInt32*)b)[3]; ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:460:31: warning: cast from 'unsigned char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] ((UInt32*)a)[2]==((UInt32*)b)[2] && ((UInt32*)a)[3]==((UInt32*)b)[3]; ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:460:50: warning: cast from 'unsigned char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] ((UInt32*)a)[2]==((UInt32*)b)[2] && ((UInt32*)a)[3]==((UInt32*)b)[3]; ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:460:67: warning: cast from 'unsigned char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] ((UInt32*)a)[2]==((UInt32*)b)[2] && ((UInt32*)a)[3]==((UInt32*)b)[3]; ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:475:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* date and time of profile creation */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:483:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor white; /* profile illuminant */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:495:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* date and time of profile creation */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:503:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor white; /* profile illuminant */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:505:3: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileMD5 digest; /* Profile message digest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:517:3: warning: 'CMTagRecord' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMTagRecord tagList[1]; /* variable size, determined by count */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:513:3: note: 'CMTagRecord' has been explicitly marked deprecated here } CMTagRecord DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:521:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header header; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:522:3: warning: 'CMTagElemTable' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMTagElemTable tagTable; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:518:3: note: 'CMTagElemTable' has been explicitly marked deprecated here } CMTagElemTable DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:550:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:618:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor backingXYZ; /* absolute XYZ values of backing */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:662:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor redPhosphor; /* Phosphors - native cromaticity values of the display */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:663:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor greenPhosphor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:664:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor bluePhosphor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:665:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor whitePoint; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:681:3: warning: 'CMNativeDisplayInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMNativeDisplayInfo nativeDisplayInfo; /* data of type CMNativeDisplayInfo */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:676:3: note: 'CMNativeDisplayInfo' has been explicitly marked deprecated here } CMNativeDisplayInfo DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:734:3: warning: 'CMScreeningChannelRec' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMScreeningChannelRec channelInfo[1]; /* variable size, determined by channelCount */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:727:3: note: 'CMScreeningChannelRec' has been explicitly marked deprecated here } CMScreeningChannelRec DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:782:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor illuminant; /* absolute XYZs of illuminant in cd/m^2 */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:783:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor surround; /* absolute XYZs of surround in cd/m^2 */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:790:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor XYZ[1]; /* variable size, determined by tag element size */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:829:3: warning: 'CMIntentCRDVMSize' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMIntentCRDVMSize intentCRD[1]; /* variable size, determined by count */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:823:3: note: 'CMIntentCRDVMSize' has been explicitly marked deprecated here } CMIntentCRDVMSize DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:860:5: warning: 'CMVideoCardGammaTable' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGammaTable table; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:843:3: note: 'CMVideoCardGammaTable' has been explicitly marked deprecated here } CMVideoCardGammaTable DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:861:5: warning: 'CMVideoCardGammaFormula' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGammaFormula formula; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:855:3: note: 'CMVideoCardGammaFormula' has been explicitly marked deprecated here } CMVideoCardGammaFormula DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:868:3: warning: 'CMVideoCardGamma' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGamma gamma; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:863:3: note: 'CMVideoCardGamma' has been explicitly marked deprecated here } CMVideoCardGamma DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:885:3: warning: 'CMMakeAndModel' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMakeAndModel makeAndModel; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:880:3: note: 'CMMakeAndModel' has been explicitly marked deprecated here } CMMakeAndModel DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1187:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header cm2; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1188:3: warning: 'CM4Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM4Header cm4; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:507:3: note: 'CM4Header' has been explicitly marked deprecated here } CM4Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1196:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef profileSet[1]; /* Variable. Ordered from Source -> Dest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1203:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef profile; /* profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1211:3: warning: 'NCMConcatProfileSpec' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] NCMConcatProfileSpec profileSpecs[1]; /* Variable. Ordered from Source -> Dest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1204:3: note: 'NCMConcatProfileSpec' has been explicitly marked deprecated here } NCMConcatProfileSpec DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1302:3: warning: 'CMRGBColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMRGBColor rgb; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1232:3: note: 'CMRGBColor' has been explicitly marked deprecated here } CMRGBColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1303:3: warning: 'CMHSVColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHSVColor hsv; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1257:3: note: 'CMHSVColor' has been explicitly marked deprecated here } CMHSVColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1304:3: warning: 'CMHLSColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHLSColor hls; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1251:3: note: 'CMHLSColor' has been explicitly marked deprecated here } CMHLSColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1306:3: warning: 'CMLabColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMLabColor Lab; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1263:3: note: 'CMLabColor' has been explicitly marked deprecated here } CMLabColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1307:3: warning: 'CMLuvColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMLuvColor Luv; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1269:3: note: 'CMLuvColor' has been explicitly marked deprecated here } CMLuvColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1308:3: warning: 'CMYxyColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMYxyColor Yxy; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1275:3: note: 'CMYxyColor' has been explicitly marked deprecated here } CMYxyColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1309:3: warning: 'CMCMYKColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMCMYKColor cmyk; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1239:3: note: 'CMCMYKColor' has been explicitly marked deprecated here } CMCMYKColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1310:3: warning: 'CMCMYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMCMYColor cmy; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1245:3: note: 'CMCMYColor' has been explicitly marked deprecated here } CMCMYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1311:3: warning: 'CMGrayColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMGrayColor gray; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1279:3: note: 'CMGrayColor' has been explicitly marked deprecated here } CMGrayColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1312:3: warning: 'CMMultichannel5Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel5Color mc5; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1283:3: note: 'CMMultichannel5Color' has been explicitly marked deprecated here } CMMultichannel5Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1313:3: warning: 'CMMultichannel6Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel6Color mc6; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1287:3: note: 'CMMultichannel6Color' has been explicitly marked deprecated here } CMMultichannel6Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1314:3: warning: 'CMMultichannel7Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel7Color mc7; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1291:3: note: 'CMMultichannel7Color' has been explicitly marked deprecated here } CMMultichannel7Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1315:3: warning: 'CMMultichannel8Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel8Color mc8; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1295:3: note: 'CMMultichannel8Color' has been explicitly marked deprecated here } CMMultichannel8Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1316:3: warning: 'CMNamedColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMNamedColor namedColor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1299:3: note: 'CMNamedColor' has been explicitly marked deprecated here } CMNamedColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1515:3: warning: 'CMBitmapColorSpace' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMBitmapColorSpace space; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1507:41: note: 'CMBitmapColorSpace' has been explicitly marked deprecated here typedef UInt32 CMBitmapColorSpace DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1589:3: warning: 'CMHandleLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHandleLocation handleLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1557:3: note: 'CMHandleLocation' has been explicitly marked deprecated here } CMHandleLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1594:3: warning: 'CMPathLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMPathLocation pathLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1578:3: note: 'CMPathLocation' has been explicitly marked deprecated here } CMPathLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1595:3: warning: 'CMBufferLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMBufferLocation bufferLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1583:3: note: 'CMBufferLocation' has been explicitly marked deprecated here } CMBufferLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1600:3: warning: 'CMProfLoc' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfLoc u; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1596:3: note: 'CMProfLoc' has been explicitly marked deprecated here } CMProfLoc DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1605:42: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] cmCurrentProfileLocationSize = sizeof(CMProfileLocation) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1620:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header header; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1623:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation location; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1627:3: warning: 'CMMakeAndModel' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMakeAndModel * makeAndModel; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:880:3: note: 'CMMakeAndModel' has been explicitly marked deprecated here } CMMakeAndModel DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1628:3: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileMD5 * digest; /* Derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1994:3: warning: 'CMDeviceID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceID deviceID; /* device ID */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1959:41: note: 'CMDeviceID' has been explicitly marked deprecated here typedef UInt32 CMDeviceID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1996:3: warning: 'CMDeviceState' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceState deviceState; /* Device State flags */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1953:41: note: 'CMDeviceState' has been explicitly marked deprecated here typedef UInt32 CMDeviceState DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1997:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID defaultProfileID; /* Can change */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2010:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID profileID; /* The identifier for this profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2011:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation profileLoc; /* The profile's location */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2018:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID profileID; /* The identifier for this profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2019:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation profileLoc; /* The profile's location */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2021:3: warning: 'CMDeviceProfileScope' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileScope profileScope; /* The scope this profile applies to */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1985:18: note: 'CMDeviceProfileScope' has been explicitly marked deprecated here } CMDeviceScope, CMDeviceProfileScope DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2033:3: warning: 'CMDeviceProfileInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileInfo profiles[1]; /* The profile info records */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2014:3: note: 'CMDeviceProfileInfo' has been explicitly marked deprecated here } CMDeviceProfileInfo DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ 74 warnings and 2 errors generated. *** [CMakeFiles/astromenace.dir/src/core/platform/open_url.cpp.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/build 1 error bmake[2]: stopped in /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/build *** [CMakeFiles/astromenace.dir/all] Error code 2 bmake[1]: stopped in /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/build 1 error bmake[1]: stopped in /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/build *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/build 1 error bmake: stopped in /Users/pbulk/build/games/astromenace/work/astromenace-1.4.1/build *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/games/astromenace *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/games/astromenace