OSX 15.5 build issue with fix-rpaths.py #753

Closed
opened 2025-06-01 13:45:32 +00:00 by williamgibb · 7 comments
williamgibb commented 2025-06-01 13:45:32 +00:00 (Migrated from github.com)

I got the itch to play the old BOE scenarios a few weeks ago and went about trying to build the game.

I am trying to build cboe on OS X 15.5 and getting a framework error with fix_rpaths.py. I have installed boost and sfml via home-brew. Can you look to see if there is something obvious I am doing wrong here? I had to reverse this a bit from the osx 13 CI configuration:

williamgibb@MacBookPro cboe % sw_vers
ProductName:		macOS
ProductVersion:		15.5
BuildVersion:		24F74
williamgibb@MacBookPro cboe % git rev-parse HEAD
db4e163fe74d71a2c3a24b74b33a4fe7008410d4
williamgibb@MacBookPro cboe % git show HEAD
commit db4e163fe74d71a2c3a24b74b33a4fe7008410d4 (HEAD -> master, origin/master, origin/HEAD)
Author: Nat Quayle Nelson <natquaylenelson@gmail.com>
Date:   Wed Apr 9 14:52:34 2025 -0500

    re-show the prompt if the direction of shift changes
....

williamgibb@MacBookPro cboe % export CC="$(brew --prefix llvm)/bin/clang"
export CXX="$(brew --prefix llvm)/bin/clang++"
export SDKROOT="$(xcrun --show-sdk-path)"
williamgibb@MacBookPro cboe % echo $CC
/opt/homebrew/opt/llvm/bin/clang
williamgibb@MacBookPro cboe % echo $CXX
/opt/homebrew/opt/llvm/bin/clang++
williamgibb@MacBookPro cboe % echo $SDKROOT 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
williamgibb@MacBookPro cboe % brew list                                  
==> Formulae
boost@1.85	csfml		freetype	libogg		libvorbis	mpdecimal	python@3.13	scons		sqlite		xz
ca-certificates	flac		icu4c@77	libpng		lz4		openssl@3	readline	sfml@2		tree		zstd

==> Casks
 < there are no casks >

scons build command:

scons INCLUDEPATH="/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include:/opt/homebrew/Cellar/sfml@2/2.6.2_1/include/" LIBPATH='/opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/:/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib'

This fails when packaging the app together:

bundle_libraries_for(["build/Blades of Exile/Blades of Exile.app/Contents/Frameworks"], ["build/Blades of Exile/Blades of Exile.app/Contents/MacOS/Blades of Exile"])
Mkdir(["build/Blades of Exile/Blades of Exile.app/Contents/Frameworks"])
/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-graphics.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-graphics.2.6.2.dylib

/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-system.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-system.2.6.2.dylib

/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-window.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-window.2.6.2.dylib

/opt/homebrew/Cellar/freetype/2.13.3/lib/libfreetype.6.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libfreetype.6.dylib

/opt/homebrew/Cellar/libpng/1.6.48/lib/libpng16.16.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libpng16.16.dylib

/opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/libboost_filesystem.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libboost_filesystem.dylib

/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-audio.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-audio.2.6.2.dylib

/opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbisfile.3.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbisfile.3.dylib

/opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbis.0.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbis.0.dylib

/opt/homebrew/Cellar/libogg/1.3.5/lib/libogg.0.8.5.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libogg.0.8.5.dylib

/opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbisenc.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbisenc.2.dylib

/opt/homebrew/Cellar/flac/1.5.0/lib/libFLAC.14.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libFLAC.14.dylib

/opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/libboost_system.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libboost_system.dylib

Install file: "pkg/mac/BoE-Info.plist" as "build/Blades of Exile/Blades of Exile.app/Contents/Info.plist"
echo 'APPLblx!' > "build/Blades of Exile/Blades of Exile.app/Contents/PkgInfo"
Install file: "rsrc/icons/mac/BoE.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/BoE.icns"
Install file: "rsrc/icons/mac/boegraphics.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boegraphics.icns"
Install file: "rsrc/icons/mac/boeresources.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boeresources.icns"
Install file: "rsrc/icons/mac/boesave.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boesave.icns"
Install file: "rsrc/icons/mac/boesounds.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boesounds.icns"
ibtool --compile build/obj/menus/game.nib rsrc/menus/game.xib
xcode-select: error: tool 'ibtool' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
scons: *** [build/obj/menus/game.nib] Error 1
scons: building terminated because of errors.
Traceback (most recent call last):
  File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in <module>
    binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)]
                                                                                       ~~~~~~~~~~^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks'
Traceback (most recent call last):
  File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in <module>
    binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)]
                                                                                       ~~~~~~~~~~^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks'
Traceback (most recent call last):
  File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in <module>
    binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)]
                                                                                       ~~~~~~~~~~^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks'
build/Blades of Exile/BoE Scenario Editor.app
build/Blades of Exile/BoE Scenario Editor.app
build/Blades of Exile/BoE Scenario Editor.app

I've attached the full build output to this issue. I'm not certain if there is a flag missing or something else going on.

I got the itch to play the old BOE scenarios a few weeks ago and went about trying to build the game. I am trying to build cboe on OS X 15.5 and getting a framework error with fix_rpaths.py. I have installed boost and sfml via home-brew. Can you look to see if there is something obvious I am doing wrong here? I had to reverse this a bit from the osx 13 CI configuration: ``` williamgibb@MacBookPro cboe % sw_vers ProductName: macOS ProductVersion: 15.5 BuildVersion: 24F74 williamgibb@MacBookPro cboe % git rev-parse HEAD db4e163fe74d71a2c3a24b74b33a4fe7008410d4 williamgibb@MacBookPro cboe % git show HEAD commit db4e163fe74d71a2c3a24b74b33a4fe7008410d4 (HEAD -> master, origin/master, origin/HEAD) Author: Nat Quayle Nelson <natquaylenelson@gmail.com> Date: Wed Apr 9 14:52:34 2025 -0500 re-show the prompt if the direction of shift changes .... williamgibb@MacBookPro cboe % export CC="$(brew --prefix llvm)/bin/clang" export CXX="$(brew --prefix llvm)/bin/clang++" export SDKROOT="$(xcrun --show-sdk-path)" williamgibb@MacBookPro cboe % echo $CC /opt/homebrew/opt/llvm/bin/clang williamgibb@MacBookPro cboe % echo $CXX /opt/homebrew/opt/llvm/bin/clang++ williamgibb@MacBookPro cboe % echo $SDKROOT /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk williamgibb@MacBookPro cboe % brew list ==> Formulae boost@1.85 csfml freetype libogg libvorbis mpdecimal python@3.13 scons sqlite xz ca-certificates flac icu4c@77 libpng lz4 openssl@3 readline sfml@2 tree zstd ==> Casks < there are no casks > ``` scons build command: ``` scons INCLUDEPATH="/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include:/opt/homebrew/Cellar/sfml@2/2.6.2_1/include/" LIBPATH='/opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/:/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib' ``` This fails when packaging the app together: ``` bundle_libraries_for(["build/Blades of Exile/Blades of Exile.app/Contents/Frameworks"], ["build/Blades of Exile/Blades of Exile.app/Contents/MacOS/Blades of Exile"]) Mkdir(["build/Blades of Exile/Blades of Exile.app/Contents/Frameworks"]) /opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-graphics.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-graphics.2.6.2.dylib /opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-system.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-system.2.6.2.dylib /opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-window.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-window.2.6.2.dylib /opt/homebrew/Cellar/freetype/2.13.3/lib/libfreetype.6.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libfreetype.6.dylib /opt/homebrew/Cellar/libpng/1.6.48/lib/libpng16.16.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libpng16.16.dylib /opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/libboost_filesystem.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libboost_filesystem.dylib /opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-audio.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-audio.2.6.2.dylib /opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbisfile.3.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbisfile.3.dylib /opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbis.0.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbis.0.dylib /opt/homebrew/Cellar/libogg/1.3.5/lib/libogg.0.8.5.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libogg.0.8.5.dylib /opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbisenc.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbisenc.2.dylib /opt/homebrew/Cellar/flac/1.5.0/lib/libFLAC.14.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libFLAC.14.dylib /opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/libboost_system.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libboost_system.dylib Install file: "pkg/mac/BoE-Info.plist" as "build/Blades of Exile/Blades of Exile.app/Contents/Info.plist" echo 'APPLblx!' > "build/Blades of Exile/Blades of Exile.app/Contents/PkgInfo" Install file: "rsrc/icons/mac/BoE.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/BoE.icns" Install file: "rsrc/icons/mac/boegraphics.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boegraphics.icns" Install file: "rsrc/icons/mac/boeresources.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boeresources.icns" Install file: "rsrc/icons/mac/boesave.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boesave.icns" Install file: "rsrc/icons/mac/boesounds.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boesounds.icns" ibtool --compile build/obj/menus/game.nib rsrc/menus/game.xib xcode-select: error: tool 'ibtool' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance scons: *** [build/obj/menus/game.nib] Error 1 scons: building terminated because of errors. Traceback (most recent call last): File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in <module> binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)] ~~~~~~~~~~^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks' Traceback (most recent call last): File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in <module> binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)] ~~~~~~~~~~^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks' Traceback (most recent call last): File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in <module> binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)] ~~~~~~~~~~^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks' build/Blades of Exile/BoE Scenario Editor.app build/Blades of Exile/BoE Scenario Editor.app build/Blades of Exile/BoE Scenario Editor.app ```` I've attached the full build output to this issue. I'm not certain if there is a flag missing or something else going on.
williamgibb commented 2025-06-01 13:46:18 +00:00 (Migrated from github.com)

Here is the full build output:

scons: Reading SConscript files ... WARNING: Unknown SCons variables were passed and will be ignored: INCLUDEPATH=/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include:/opt/homebrew/Cellar/sfml@2/2.6.2_1/include/ LIBPATH=/opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/:/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib Building for: darwin Using toolchain: default C++ compiler: g++ Checking whether the C++ compiler works... yes Checking for C++ library z... yes Checking for C++ header file boost/lexical_cast.hpp... yes Checking for C++ header file boost/optional.hpp... yes Checking for C++ header file boost/ptr_container/ptr_container.hpp... yes Checking for C++ header file boost/any.hpp... yes Checking for C++ header file boost/math_fwd.hpp... yes Checking for C++ header file boost/spirit/include/classic.hpp... yes Checking for C++ library boost_system... yes Checking for C++ library boost_filesystem... yes Checking for C++ library sfml-system... yes Checking for C++ library sfml-window... yes Checking for C++ library sfml-audio... yes Checking for C++ library sfml-graphics... yes scons: done reading SConscript files. scons: Building targets ... pack_scenario(["build/rsrc/bases/bladbase.boes"], ["rsrc/bases/bladbase/header.exs"]) Install file: "build/rsrc/bases/bladbase.boes" as "build/Blades of Exile/Blades of Exile Base/bladbase.boes" pack_scenario(["build/rsrc/bases/cavebase.boes"], ["rsrc/bases/cavebase/header.exs"]) Install file: "build/rsrc/bases/cavebase.boes" as "build/Blades of Exile/Blades of Exile Base/cavebase.boes" pack_scenario(["build/rsrc/scenarios/busywork.boes"], ["rsrc/scenarios/busywork/header.exs"]) Install file: "build/rsrc/scenarios/busywork.boes" as "build/Blades of Exile/Blades of Exile Scenarios/busywork.boes" pack_scenario(["build/rsrc/scenarios/stealth.boes"], ["rsrc/scenarios/stealth/header.exs"]) Install file: "build/rsrc/scenarios/stealth.boes" as "build/Blades of Exile/Blades of Exile Scenarios/stealth.boes" pack_scenario(["build/rsrc/scenarios/valleydy.boes"], ["rsrc/scenarios/valleydy/header.exs"]) Install file: "build/rsrc/scenarios/valleydy.boes" as "build/Blades of Exile/Blades of Exile Scenarios/valleydy.boes" pack_scenario(["build/rsrc/scenarios/zakhazi.boes"], ["rsrc/scenarios/zakhazi/header.exs"]) Install file: "build/rsrc/scenarios/zakhazi.boes" as "build/Blades of Exile/Blades of Exile Scenarios/zakhazi.boes" clang++ -o build/obj/game/boe.actions.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.actions.cpp clang++ -o build/obj/game/boe.combat.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.combat.cpp clang++ -o build/obj/game/boe.dlgutil.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.dlgutil.cpp clang++ -o build/obj/game/boe.fileio.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.fileio.cpp gen_gitrev(["src/tools/gitrev.hpp"], [".git/HEAD", ".git/refs/heads/master"]) clang++ -o build/obj/game/boe.graphics.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.graphics.cpp clang++ -o build/obj/game/boe.graphutil.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.graphutil.cpp clang++ -o build/obj/game/boe.infodlg.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.infodlg.cpp clang++ -o build/obj/game/boe.items.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.items.cpp clang++ -o build/obj/game/boe.locutils.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.locutils.cpp clang++ -o build/obj/game/boe.main.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.main.cpp clang++ -o build/obj/game/boe.monster.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.monster.cpp clang++ -o build/obj/game/boe.newgraph.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.newgraph.cpp clang++ -o build/obj/game/boe.party.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.party.cpp clang++ -o build/obj/game/boe.specials.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.specials.cpp clang++ -o build/obj/game/boe.startup.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.startup.cpp clang++ -o build/obj/game/boe.text.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.text.cpp clang++ -o build/obj/game/boe.town.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.town.cpp build/obj/game/boe.town.cpp:1483:3: warning: 'glFlush' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 1483 | glFlush(); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2490:13: note: 'glFlush' has been explicitly marked deprecated here 2490 | extern void glFlush (void) OPENGL_DEPRECATED(10.0, 10.14); | ^ 1 warning generated. clang++ -o build/obj/game/boe.townspec.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.townspec.cpp clang++ -o build/obj/game/boe.ui.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.ui.cpp clang++ -o build/obj/pcedit/pc.editors.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/pcedit/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/pcedit/pc.editors.cpp clang++ -o build/obj/fileio/fileio_party.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/scenedit/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/fileio_party.cpp clang++ -o build/obj/view_dialogs.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/scenedit/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/view_dialogs.cpp clang++ -o build/obj/game/boe.appleevents.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.appleevents.mm clang++ -o build/obj/game/boe.menus.mac.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.menus.mac.mm build/obj/game/boe.menus.mac.mm:106:12: warning: 'loadNibNamed:owner:' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 106 | [NSBundle loadNibNamed: @"game" owner: app]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h:33:1: note: 'loadNibNamed:owner:' has been explicitly marked deprecated here 33 | + (BOOL)loadNibNamed:(null_unspecified NSString *)nibName owner:(null_unspecified id)owner API_DEPRECATED("", macos(10.0,10.8)); | ^ 1 warning generated. clang++ -o src/universe/creature.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/creature.cpp clang++ -o src/universe/living.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/living.cpp clang++ -o src/universe/party.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/party.cpp clang++ -o src/universe/pc.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/pc.cpp clang++ -o src/universe/population.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/population.cpp clang++ -o src/universe/universe.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/universe.cpp clang++ -o build/obj/dialogxml/keycodes.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/keycodes.cpp clang++ -o build/obj/dialogxml/dialogs/3choice.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/3choice.cpp clang++ -o build/obj/dialogxml/dialogs/choicedlog.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/choicedlog.cpp clang++ -o build/obj/dialogxml/dialogs/dialog.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/dialog.cpp build/obj/dialogxml/dialogs/dialog.cpp:1015:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1015 | sprintf(s,"XML Parse Error: Unknown element %s encountered (file %s, line %d, column %d).",type.c_str(),dlg.c_str(),row,col); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ build/obj/dialogxml/dialogs/dialog.cpp:1040:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1040 | sprintf(s,"XML Parse Error: Unknown attribute %s encountered on element %s (file %s, line %d, column %d).",name.c_str(),type.c_str(),dlg.c_str(),row,col); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ build/obj/dialogxml/dialogs/dialog.cpp:1065:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1065 | sprintf(s,"XML Parse Error: Required attribute %s missing on element %s (file %s, line %d, column %d).",name.c_str(),type.c_str(),dlg.c_str(),row,col); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ build/obj/dialogxml/dialogs/dialog.cpp:1090:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1090 | sprintf(s,"XML Parse Error: Required element %s missing in element %s (file %s, line %d, column %d).",name.c_str(),parent.c_str(),dlg.c_str(),row,col); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ build/obj/dialogxml/dialogs/dialog.cpp:1116:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1116 | sprintf(s,"XML Parse Error: Invalid value %s for attribute %s encountered on element %s (file %s, line %d, column %d).",val.c_str(),name.c_str(),type.c_str(),dlg.c_str(),row,col); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ 5 warnings generated. clang++ -o build/obj/dialogxml/dialogs/pictchoice.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/pictchoice.cpp clang++ -o build/obj/dialogxml/dialogs/strchoice.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/strchoice.cpp clang++ -o build/obj/dialogxml/dialogs/strdlog.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/strdlog.cpp clang++ -o build/obj/dialogxml/widgets/basicbtns.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/basicbtns.cpp clang++ -o build/obj/dialogxml/widgets/button.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/button.cpp clang++ -o build/obj/dialogxml/widgets/container.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/container.cpp clang++ -o build/obj/dialogxml/widgets/control.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/control.cpp build/obj/dialogxml/widgets/control.cpp:140:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 140 | sprintf(msg,"Format property %s not valid for this control.\n",s.c_str()); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ build/obj/dialogxml/widgets/control.cpp:322:10: warning: enumeration value 'key_none' not handled in switch [-Wswitch] 322 | switch(key.k) { | ^~~~~ build/obj/dialogxml/widgets/control.cpp:322:10: note: add missing switch cases 322 | switch(key.k) { | ^ 2 warnings generated. clang++ -o build/obj/dialogxml/widgets/field.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/field.cpp build/obj/dialogxml/widgets/field.cpp:464:16: warning: enumeration value 'key_none' not handled in switch [-Wswitch] 464 | } else switch(key.k) { | ^~~~~ build/obj/dialogxml/widgets/field.cpp:464:16: note: add missing switch cases 464 | } else switch(key.k) { | ^ 1 warning generated. clang++ -o build/obj/dialogxml/widgets/led.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/led.cpp clang++ -o build/obj/dialogxml/widgets/ledgroup.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/ledgroup.cpp clang++ -o build/obj/dialogxml/widgets/line.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/line.cpp clang++ -o build/obj/dialogxml/widgets/message.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/message.cpp clang++ -o build/obj/dialogxml/widgets/pict.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/pict.cpp clang++ -o build/obj/dialogxml/widgets/scrollbar.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/scrollbar.cpp clang++ -o build/obj/dialogxml/widgets/scrollpane.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/scrollpane.cpp clang++ -o build/obj/dialogxml/widgets/stack.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/stack.cpp clang++ -o build/obj/dialogxml/widgets/tilemap.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/tilemap.cpp clang++ -o build/obj/fileio/xml-parser/ticpp.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/ticpp.cpp clang++ -o build/obj/fileio/xml-parser/tinyprint.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/tinyprint.cpp clang++ -o build/obj/fileio/xml-parser/tinystr.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/tinystr.cpp clang++ -o build/obj/fileio/xml-parser/tinyxml.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/tinyxml.cpp clang++ -o build/obj/fileio/xml-parser/tinyxmlerror.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/tinyxmlerror.cpp clang++ -o build/obj/fileio/xml-parser/tinyxmlparser.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/tinyxmlparser.cpp ar rc build/lib/libdlogutil.a build/obj/dialogxml/keycodes.o build/obj/dialogxml/dialogs/3choice.o build/obj/dialogxml/dialogs/choicedlog.o build/obj/dialogxml/dialogs/dialog.o build/obj/dialogxml/dialogs/pictchoice.o build/obj/dialogxml/dialogs/strchoice.o build/obj/dialogxml/dialogs/strdlog.o build/obj/dialogxml/widgets/basicbtns.o build/obj/dialogxml/widgets/button.o build/obj/dialogxml/widgets/container.o build/obj/dialogxml/widgets/control.o build/obj/dialogxml/widgets/field.o build/obj/dialogxml/widgets/led.o build/obj/dialogxml/widgets/ledgroup.o build/obj/dialogxml/widgets/line.o build/obj/dialogxml/widgets/message.o build/obj/dialogxml/widgets/pict.o build/obj/dialogxml/widgets/scrollbar.o build/obj/dialogxml/widgets/scrollpane.o build/obj/dialogxml/widgets/stack.o build/obj/dialogxml/widgets/tilemap.o build/obj/fileio/xml-parser/ticpp.o build/obj/fileio/xml-parser/tinyprint.o build/obj/fileio/xml-parser/tinystr.o build/obj/fileio/xml-parser/tinyxml.o build/obj/fileio/xml-parser/tinyxmlerror.o build/obj/fileio/xml-parser/tinyxmlparser.o ranlib build/lib/libdlogutil.a clang++ -o build/obj/tools/undo.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/undo.cpp clang++ -o build/obj/tools/framerate_limiter.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/framerate_limiter.cpp clang++ -o build/obj/tools/drawable_manager.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/drawable_manager.cpp clang++ -o build/obj/tools/keymods.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/keymods.cpp clang++ -o build/obj/tools/replay.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/replay.cpp clang++ -o build/obj/tools/profile.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/profile.cpp clang++ -o build/obj/tools/winutil.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/winutil.cpp clang++ -o build/obj/tools/prefs.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/prefs.cpp clang++ -o build/obj/alchemy.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/alchemy.cpp clang++ -o build/obj/damage.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/scenedit/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/damage.cpp clang++ -o build/obj/enchant.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/enchant.cpp clang++ -o build/obj/location.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/location.cpp clang++ -o build/obj/mathutil.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/mathutil.cpp clang++ -o build/obj/porting.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/porting.cpp clang++ -o build/obj/pattern.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/pattern.cpp clang++ -o build/obj/sounds.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/sounds.cpp clang++ -o build/obj/spell.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/spell.cpp clang++ -o build/obj/utility.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/utility.cpp clang++ -o build/obj/fileio/estreams.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/estreams.cpp clang++ -o build/obj/fileio/fileio.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/fileio.cpp clang++ -o build/obj/fileio/fileio_scen.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/fileio_scen.cpp clang++ -o build/obj/fileio/map_parse.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/map_parse.cpp clang++ -o build/obj/fileio/special_parse.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/special_parse.cpp clang++ -o build/obj/fileio/tarball.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/tarball.cpp clang++ -o build/obj/fileio/tagfile.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/tagfile.cpp clang++ -o build/obj/fileio/gzstream/gzstream.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/gzstream/gzstream.cpp clang++ -o build/obj/fileio/resmgr/res_cursor.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_cursor.cpp clang++ -o build/obj/fileio/resmgr/res_dialog.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_dialog.cpp clang++ -o build/obj/fileio/resmgr/res_font.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_font.cpp clang++ -o build/obj/fileio/resmgr/res_image.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_image.cpp clang++ -o build/obj/fileio/resmgr/res_sound.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_sound.cpp clang++ -o build/obj/fileio/resmgr/res_strings.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_strings.cpp clang++ -o build/obj/gfx/gfxsheets.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/gfxsheets.cpp clang++ -o build/obj/gfx/qdpict.mac.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/qdpict.mac.cpp build/obj/gfx/qdpict.mac.cpp:202:2: warning: 'HLock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 202 | HLock(resHandle); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:726:1: note: 'HLock' has been explicitly marked deprecated here 726 | HLock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:204:19: warning: 'GetHandleSize' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 204 | size_t picSize = GetHandleSize(resHandle); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1357:1: note: 'GetHandleSize' has been explicitly marked deprecated here 1357 | GetHandleSize(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:262:7: warning: 'HUnlock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 262 | HUnlock(resHandle); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:792:1: note: 'HUnlock' has been explicitly marked deprecated here 792 | HUnlock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:422:5: warning: 'HUnlock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 422 | HUnlock(resHandle); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:792:1: note: 'HUnlock' has been explicitly marked deprecated here 792 | HUnlock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:452:2: warning: 'HUnlock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 452 | HUnlock(resHandle); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:792:1: note: 'HUnlock' has been explicitly marked deprecated here 792 | HUnlock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:467:14: warning: 'FSPathMakeRef' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 467 | OSErr err = FSPathMakeRef((const UInt8*)gpath.c_str(), &file, nullptr); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4115:18: note: 'FSPathMakeRef' has been explicitly marked deprecated here 4115 | extern OSStatus FSPathMakeRef(const UInt8 *path, FSRef *ref, Boolean *isDirectory) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:469:8: warning: 'FSOpenResourceFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 469 | err = FSOpenResourceFile(&file, 0, nullptr, fsRdPerm, &custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:1142:1: note: 'FSOpenResourceFile' has been explicitly marked deprecated here 1142 | FSOpenResourceFile( | ^ build/obj/gfx/qdpict.mac.cpp:472:9: warning: 'FSGetResourceForkName' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 472 | err = FSGetResourceForkName(&rsrc); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4056:15: note: 'FSGetResourceForkName' has been explicitly marked deprecated here 4056 | extern OSErr FSGetResourceForkName(HFSUniStr255 * resourceForkName) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:474:9: warning: 'FSOpenResourceFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 474 | err = FSOpenResourceFile(&file, rsrc.length, rsrc.unicode, fsRdPerm, &custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:1142:1: note: 'FSOpenResourceFile' has been explicitly marked deprecated here 1142 | FSOpenResourceFile( | ^ build/obj/gfx/qdpict.mac.cpp:480:15: warning: 'Count1Resources' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 480 | int nPicts = Count1Resources('PICT'); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:317:1: note: 'Count1Resources' has been explicitly marked deprecated here 317 | Count1Resources(ResType theType) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:482:3: warning: 'CloseResFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 482 | CloseResFile(custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:148:1: note: 'CloseResFile' has been explicitly marked deprecated here 148 | CloseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:486:21: warning: 'Get1Resource' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 486 | Handle resHandle = Get1Resource('PICT', 1); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:383:1: note: 'Get1Resource' has been explicitly marked deprecated here 383 | Get1Resource( | ^ build/obj/gfx/qdpict.mac.cpp:487:5: warning: 'ResError' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 487 | if(ResError() == resNotFound) { | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:163:1: note: 'ResError' has been explicitly marked deprecated here 163 | ResError(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:488:3: warning: 'CloseResFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 488 | CloseResFile(custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:148:1: note: 'CloseResFile' has been explicitly marked deprecated here 148 | CloseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:493:3: warning: 'CloseResFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 493 | CloseResFile(custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:148:1: note: 'CloseResFile' has been explicitly marked deprecated here 148 | CloseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:503:3: warning: 'CloseResFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 503 | CloseResFile(custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:148:1: note: 'CloseResFile' has been explicitly marked deprecated here 148 | CloseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:508:2: warning: 'CloseResFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 508 | CloseResFile(custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:148:1: note: 'CloseResFile' has been explicitly marked deprecated here 148 | CloseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ 17 warnings generated. clang++ -o build/obj/gfx/render_image.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/render_image.cpp build/obj/gfx/render_image.cpp:121:13: warning: 'setParameter' is deprecated [-Wdeprecated-declarations] 121 | maskShader.setParameter("texture", sf::Shader::CurrentTexture); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Graphics/Shader.hpp:626:5: note: 'setParameter' has been explicitly marked deprecated here 626 | SFML_DEPRECATED void setParameter(const std::string& name, CurrentTextureType); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Config.hpp:196:45: note: expanded from macro 'SFML_DEPRECATED' 196 | #define SFML_DEPRECATED __attribute__ ((deprecated)) | ^ build/obj/gfx/render_image.cpp:122:13: warning: 'setParameter' is deprecated [-Wdeprecated-declarations] 122 | maskShader.setParameter("mask", mask_gworld); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Graphics/Shader.hpp:618:5: note: 'setParameter' has been explicitly marked deprecated here 618 | SFML_DEPRECATED void setParameter(const std::string& name, const Texture& texture); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Config.hpp:196:45: note: expanded from macro 'SFML_DEPRECATED' 196 | #define SFML_DEPRECATED __attribute__ ((deprecated)) | ^ 2 warnings generated. clang++ -o build/obj/gfx/render_shapes.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/render_shapes.cpp In file included from build/obj/gfx/render_shapes.cpp:13: In file included from /opt/homebrew/Cellar/boost@1.85/1.85.0_3/include/boost/math/constants/constants.hpp:10: /opt/homebrew/Cellar/boost@1.85/1.85.0_3/include/boost/math/tools/config.hpp:26:6: warning: "Boost.Math requires C++14" [-W#warnings] 26 | # warning "Boost.Math requires C++14" | ^ build/obj/gfx/render_shapes.cpp:122:2: warning: 'glGetFloatv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 122 | glGetFloatv(GL_LINE_WIDTH, &saveThickness); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2509:13: note: 'glGetFloatv' has been explicitly marked deprecated here 2509 | extern void glGetFloatv (GLenum pname, GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:123:2: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 123 | glLineWidth(thickness); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here 2569 | extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:125:2: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 125 | glLineWidth(saveThickness); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here 2569 | extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:226:2: warning: 'glClearStencil' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 226 | glClearStencil(0); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2399:13: note: 'glClearStencil' has been explicitly marked deprecated here 2399 | extern void glClearStencil (GLint s) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:227:2: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 227 | glClear(GL_STENCIL_BUFFER_BIT); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here 2394 | extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:228:2: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 228 | glEnable(GL_STENCIL_TEST); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here 2472 | extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:229:2: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 229 | glStencilFunc(GL_ALWAYS, 1, 1); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here 2672 | extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:234:4: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 234 | glStencilOp(GL_REPLACE, GL_REPLACE, GL_REPLACE); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here 2674 | extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:235:8: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 235 | else glStencilOp(GL_ZERO, GL_ZERO, GL_ZERO); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here 2674 | extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:241:2: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 241 | glStencilFunc(GL_EQUAL, 1, 1); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here 2672 | extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:242:2: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 242 | glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here 2674 | extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.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] 264 | glEnable(GL_SCISSOR_TEST); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here 2472 | extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:265:2: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 265 | glScissor(pivot.x, rectangle(where).height() - pivot.y, abs(opposite.x - pivot.x), abs(opposite.y - pivot.y)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here 2668 | extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:279:2: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 279 | glDisable(GL_SCISSOR_TEST); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here 2462 | extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:280:2: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 280 | glDisable(GL_STENCIL_TEST); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here 2462 | extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); | ^ 16 warnings generated. clang++ -o build/obj/gfx/render_text.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/render_text.cpp build/obj/gfx/render_text.cpp:53:7: warning: 'setColor' is deprecated [-Wdeprecated-declarations] 53 | text.setColor(colour); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Graphics/Text.hpp:210:5: note: 'setColor' has been explicitly marked deprecated here 210 | SFML_DEPRECATED void setColor(const Color& color); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Config.hpp:196:45: note: expanded from macro 'SFML_DEPRECATED' 196 | #define SFML_DEPRECATED __attribute__ ((deprecated)) | ^ build/obj/gfx/render_text.cpp:40:18: warning: expression result unused [-Wunused-value] 40 | texture_scale << 1; | ~~~~~~~~~~~~~ ^ ~ build/obj/gfx/render_text.cpp:300:10: warning: enumeration value 'ELLIPSIS' not handled in switch [-Wswitch] 300 | switch(mode) { | ^~~~ build/obj/gfx/render_text.cpp:300:10: note: add missing switch cases 300 | switch(mode) { | ^ build/obj/gfx/render_text.cpp:337:16: warning: 'setColor' is deprecated [-Wdeprecated-declarations] 337 | str_to_draw.setColor(options.hilite_fg); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Graphics/Text.hpp:210:5: note: 'setColor' has been explicitly marked deprecated here 210 | SFML_DEPRECATED void setColor(const Color& color); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Config.hpp:196:45: note: expanded from macro 'SFML_DEPRECATED' 196 | #define SFML_DEPRECATED __attribute__ ((deprecated)) | ^ build/obj/gfx/render_text.cpp:340:22: warning: 'setColor' is deprecated [-Wdeprecated-declarations] 340 | } else str_to_draw.setColor(options.style.colour); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Graphics/Text.hpp:210:5: note: 'setColor' has been explicitly marked deprecated here 210 | SFML_DEPRECATED void setColor(const Color& color); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Config.hpp:196:45: note: expanded from macro 'SFML_DEPRECATED' 196 | #define SFML_DEPRECATED __attribute__ ((deprecated)) | ^ 5 warnings generated. clang++ -o build/obj/gfx/tiling.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/tiling.cpp build/obj/gfx/tiling.cpp:114:2: warning: 'glFlush' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 114 | glFlush(); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2490:13: note: 'glFlush' has been explicitly marked deprecated here 2490 | extern void glFlush (void) OPENGL_DEPRECATED(10.0, 10.14); | ^ 1 warning generated. clang++ -o build/obj/scenario/item.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/item.cpp clang++ -o build/obj/scenario/monster.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/monster.cpp clang++ -o build/obj/scenario/outdoors.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/outdoors.cpp clang++ -o build/obj/scenario/scenario.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/scenario.cpp clang++ -o build/obj/scenario/shop.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/shop.cpp clang++ -o build/obj/scenario/special-affect.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-affect.cpp clang++ -o build/obj/scenario/special-condition.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-condition.cpp clang++ -o build/obj/scenario/special-general.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-general.cpp clang++ -o build/obj/scenario/special-oneshot.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-oneshot.cpp clang++ -o build/obj/scenario/special-outdoor.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-outdoor.cpp clang++ -o build/obj/scenario/special-rect.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-rect.cpp clang++ -o build/obj/scenario/special-town.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-town.cpp clang++ -o build/obj/scenario/special.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special.cpp clang++ -o build/obj/scenario/talking.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/talking.cpp clang++ -o build/obj/scenario/terrain.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/terrain.cpp clang++ -o build/obj/scenario/town.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/town.cpp clang++ -o build/obj/scenario/vehicle.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/vehicle.cpp clang++ -o build/obj/tools/cursors.mac.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/cursors.mac.mm build/obj/tools/cursors.mac.mm:40:81: warning: 'graphicsPort' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] 40 | CGContextRef imageContext = (CGContextRef) [[NSGraphicsContext currentContext] graphicsPort]; | ^~~~~~~~~~~~ | CGContext /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:107:28: note: property 'graphicsPort' is declared deprecated here 107 | @property (readonly) void *graphicsPort NS_RETURNS_INNER_POINTER API_DEPRECATED_WITH_REPLACEMENT("CGContext", macos(10.0,10.14)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:107:28: note: 'graphicsPort' has been explicitly marked deprecated here 1 warning generated. clang++ -o build/obj/tools/prefs.mac.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/prefs.mac.mm clang++ -o build/obj/tools/winutil.mac.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/winutil.mac.mm build/obj/tools/winutil.mac.mm:219:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 219 | [dlg_get_scen setAllowedFileTypes: [NSArray arrayWithObjects: @"exs", @"boes", NSFileTypeForHFSTypeCode('BETM'), nil]]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:226:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 226 | [dlg_get_game setAllowedFileTypes: [NSArray arrayWithObjects: @"exg", @"boe", @"SAV", @"mac", NSFileTypeForHFSTypeCode('beSV'), nil]]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:239:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 239 | [dlg_put_scen setAllowedFileTypes: [NSArray arrayWithObjects: @"boes", nil]]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:245:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 245 | [dlg_put_game setAllowedFileTypes: [NSArray arrayWithObjects: @"exg", nil]]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:257:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 257 | bool gotFile = [dlg_get_scen runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:271:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 271 | bool gotFile = [dlg_put_scen runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:279:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 279 | bool gotFile = [dlg_get_game runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:292:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 292 | bool gotFile = [dlg_put_game runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:305:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 305 | [dlg_get_rsrc setAllowedFileTypes: allowTypes]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:307:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 307 | bool gotFile = [dlg_get_rsrc runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:324:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 324 | [dlg_put_rsrc setAllowedFileTypes: allowTypes]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:325:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 325 | bool gotFile = [dlg_put_rsrc runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:357:66: warning: 'NSCompositeCopy' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] 357 | [image drawAtPoint: NSZeroPoint fromRect: NSZeroRect operation: NSCompositeCopy fraction: 1.0]; | ^~~~~~~~~~~~~~~ | NSCompositingOperationCopy /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:59:37: note: 'NSCompositeCopy' has been explicitly marked deprecated here 59 | static const NSCompositingOperation NSCompositeCopy API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationCopy", macos(10.0,10.12)) = NSCompositingOperationCopy; | ^ 13 warnings generated. ar rc build/lib/libtools.a build/obj/tools/undo.o build/obj/tools/framerate_limiter.o build/obj/tools/drawable_manager.o build/obj/tools/keymods.o build/obj/tools/replay.o build/obj/tools/profile.o build/obj/tools/winutil.o build/obj/tools/prefs.o build/obj/alchemy.o build/obj/damage.o build/obj/enchant.o build/obj/location.o build/obj/mathutil.o build/obj/porting.o build/obj/pattern.o build/obj/sounds.o build/obj/spell.o build/obj/utility.o build/obj/fileio/estreams.o build/obj/fileio/fileio.o build/obj/fileio/fileio_scen.o build/obj/fileio/map_parse.o build/obj/fileio/special_parse.o build/obj/fileio/tarball.o build/obj/fileio/tagfile.o build/obj/fileio/gzstream/gzstream.o build/obj/fileio/resmgr/res_cursor.o build/obj/fileio/resmgr/res_dialog.o build/obj/fileio/resmgr/res_font.o build/obj/fileio/resmgr/res_image.o build/obj/fileio/resmgr/res_sound.o build/obj/fileio/resmgr/res_strings.o build/obj/gfx/gfxsheets.o build/obj/gfx/qdpict.mac.o build/obj/gfx/render_image.o build/obj/gfx/render_shapes.o build/obj/gfx/render_text.o build/obj/gfx/tiling.o build/obj/scenario/item.o build/obj/scenario/monster.o build/obj/scenario/outdoors.o build/obj/scenario/scenario.o build/obj/scenario/shop.o build/obj/scenario/special-affect.o build/obj/scenario/special-condition.o build/obj/scenario/special-general.o build/obj/scenario/special-oneshot.o build/obj/scenario/special-outdoor.o build/obj/scenario/special-rect.o build/obj/scenario/special-town.o build/obj/scenario/special.o build/obj/scenario/talking.o build/obj/scenario/terrain.o build/obj/scenario/town.o build/obj/scenario/vehicle.o build/obj/tools/cursors.mac.o build/obj/tools/prefs.mac.o build/obj/tools/winutil.mac.o ranlib build/lib/libtools.a clang++ -o "build/bin/Blades of Exile" build/obj/game/boe.actions.o build/obj/game/boe.combat.o build/obj/game/boe.dlgutil.o build/obj/game/boe.fileio.o build/obj/game/boe.graphics.o build/obj/game/boe.graphutil.o build/obj/game/boe.infodlg.o build/obj/game/boe.items.o build/obj/game/boe.locutils.o build/obj/game/boe.main.o build/obj/game/boe.monster.o build/obj/game/boe.newgraph.o build/obj/game/boe.party.o build/obj/game/boe.specials.o build/obj/game/boe.startup.o build/obj/game/boe.text.o build/obj/game/boe.town.o build/obj/game/boe.townspec.o build/obj/game/boe.ui.o build/obj/pcedit/pc.editors.o build/obj/fileio/fileio_party.o build/obj/view_dialogs.o build/obj/game/boe.appleevents.o build/obj/game/boe.menus.mac.o src/universe/creature.o src/universe/living.o src/universe/party.o src/universe/pc.o src/universe/population.o src/universe/universe.o build/lib/libdlogutil.a build/lib/libtools.a -L/usr/lib -L/usr/local/lib -L/opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib -L/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib -L/usr/local/opt/boost@1.85/lib -L/usr/local/opt/sfml@2/lib -lz -lboost_system -lboost_filesystem -lsfml-system -lsfml-window -lsfml-audio -lsfml-graphics -lobjc -lc++ -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks -framework OpenGL -framework Cocoa ld: warning: ignoring duplicate libraries: '-lc++' ld: warning: search path '/usr/local/opt/boost@1.85/lib' not found ld: warning: search path '/usr/local/opt/sfml@2/lib' not found ld: warning: search path '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks' not found ld: warning: search path '/Users/williamgibb/Library/Frameworks' not found Install file: "build/bin/Blades of Exile" as "build/Blades of Exile/Blades of Exile.app/Contents/MacOS/Blades of Exile" Delete("#build/Blades of Exile/Blades of Exile.app/Contents/Frameworks") bundle_libraries_for(["build/Blades of Exile/Blades of Exile.app/Contents/Frameworks"], ["build/Blades of Exile/Blades of Exile.app/Contents/MacOS/Blades of Exile"]) Mkdir(["build/Blades of Exile/Blades of Exile.app/Contents/Frameworks"]) /opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-graphics.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-graphics.2.6.2.dylib

/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-system.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-system.2.6.2.dylib

/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-window.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-window.2.6.2.dylib

/opt/homebrew/Cellar/freetype/2.13.3/lib/libfreetype.6.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libfreetype.6.dylib

/opt/homebrew/Cellar/libpng/1.6.48/lib/libpng16.16.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libpng16.16.dylib

/opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/libboost_filesystem.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libboost_filesystem.dylib

/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-audio.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-audio.2.6.2.dylib

/opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbisfile.3.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbisfile.3.dylib

/opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbis.0.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbis.0.dylib

/opt/homebrew/Cellar/libogg/1.3.5/lib/libogg.0.8.5.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libogg.0.8.5.dylib

/opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbisenc.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbisenc.2.dylib

/opt/homebrew/Cellar/flac/1.5.0/lib/libFLAC.14.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libFLAC.14.dylib

/opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/libboost_system.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libboost_system.dylib

Install file: "pkg/mac/BoE-Info.plist" as "build/Blades of Exile/Blades of Exile.app/Contents/Info.plist"
echo 'APPLblx!' > "build/Blades of Exile/Blades of Exile.app/Contents/PkgInfo"
Install file: "rsrc/icons/mac/BoE.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/BoE.icns"
Install file: "rsrc/icons/mac/boegraphics.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boegraphics.icns"
Install file: "rsrc/icons/mac/boeresources.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boeresources.icns"
Install file: "rsrc/icons/mac/boesave.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boesave.icns"
Install file: "rsrc/icons/mac/boesounds.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boesounds.icns"
ibtool --compile build/obj/menus/game.nib rsrc/menus/game.xib
xcode-select: error: tool 'ibtool' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
scons: *** [build/obj/menus/game.nib] Error 1
scons: building terminated because of errors.
Traceback (most recent call last):
File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in
binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)]
~~~~~~~~~~^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks'
Traceback (most recent call last):
File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in
binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)]
~~~~~~~~~~^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks'
Traceback (most recent call last):
File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in
binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)]
~~~~~~~~~~^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks'
build/Blades of Exile/BoE Scenario Editor.app
build/Blades of Exile/BoE Scenario Editor.app
build/Blades of Exile/BoE Scenario Editor.app

Here is the full build output: <details> scons: Reading SConscript files ... WARNING: Unknown SCons variables were passed and will be ignored: INCLUDEPATH=/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include:/opt/homebrew/Cellar/sfml@2/2.6.2_1/include/ LIBPATH=/opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/:/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib Building for: darwin Using toolchain: default C++ compiler: g++ Checking whether the C++ compiler works... yes Checking for C++ library z... yes Checking for C++ header file boost/lexical_cast.hpp... yes Checking for C++ header file boost/optional.hpp... yes Checking for C++ header file boost/ptr_container/ptr_container.hpp... yes Checking for C++ header file boost/any.hpp... yes Checking for C++ header file boost/math_fwd.hpp... yes Checking for C++ header file boost/spirit/include/classic.hpp... yes Checking for C++ library boost_system... yes Checking for C++ library boost_filesystem... yes Checking for C++ library sfml-system... yes Checking for C++ library sfml-window... yes Checking for C++ library sfml-audio... yes Checking for C++ library sfml-graphics... yes scons: done reading SConscript files. scons: Building targets ... pack_scenario(["build/rsrc/bases/bladbase.boes"], ["rsrc/bases/bladbase/header.exs"]) Install file: "build/rsrc/bases/bladbase.boes" as "build/Blades of Exile/Blades of Exile Base/bladbase.boes" pack_scenario(["build/rsrc/bases/cavebase.boes"], ["rsrc/bases/cavebase/header.exs"]) Install file: "build/rsrc/bases/cavebase.boes" as "build/Blades of Exile/Blades of Exile Base/cavebase.boes" pack_scenario(["build/rsrc/scenarios/busywork.boes"], ["rsrc/scenarios/busywork/header.exs"]) Install file: "build/rsrc/scenarios/busywork.boes" as "build/Blades of Exile/Blades of Exile Scenarios/busywork.boes" pack_scenario(["build/rsrc/scenarios/stealth.boes"], ["rsrc/scenarios/stealth/header.exs"]) Install file: "build/rsrc/scenarios/stealth.boes" as "build/Blades of Exile/Blades of Exile Scenarios/stealth.boes" pack_scenario(["build/rsrc/scenarios/valleydy.boes"], ["rsrc/scenarios/valleydy/header.exs"]) Install file: "build/rsrc/scenarios/valleydy.boes" as "build/Blades of Exile/Blades of Exile Scenarios/valleydy.boes" pack_scenario(["build/rsrc/scenarios/zakhazi.boes"], ["rsrc/scenarios/zakhazi/header.exs"]) Install file: "build/rsrc/scenarios/zakhazi.boes" as "build/Blades of Exile/Blades of Exile Scenarios/zakhazi.boes" clang++ -o build/obj/game/boe.actions.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.actions.cpp clang++ -o build/obj/game/boe.combat.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.combat.cpp clang++ -o build/obj/game/boe.dlgutil.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.dlgutil.cpp clang++ -o build/obj/game/boe.fileio.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.fileio.cpp gen_gitrev(["src/tools/gitrev.hpp"], [".git/HEAD", ".git/refs/heads/master"]) clang++ -o build/obj/game/boe.graphics.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.graphics.cpp clang++ -o build/obj/game/boe.graphutil.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.graphutil.cpp clang++ -o build/obj/game/boe.infodlg.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.infodlg.cpp clang++ -o build/obj/game/boe.items.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.items.cpp clang++ -o build/obj/game/boe.locutils.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.locutils.cpp clang++ -o build/obj/game/boe.main.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.main.cpp clang++ -o build/obj/game/boe.monster.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.monster.cpp clang++ -o build/obj/game/boe.newgraph.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.newgraph.cpp clang++ -o build/obj/game/boe.party.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.party.cpp clang++ -o build/obj/game/boe.specials.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.specials.cpp clang++ -o build/obj/game/boe.startup.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.startup.cpp clang++ -o build/obj/game/boe.text.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.text.cpp clang++ -o build/obj/game/boe.town.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.town.cpp build/obj/game/boe.town.cpp:1483:3: warning: 'glFlush' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 1483 | glFlush(); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2490:13: note: 'glFlush' has been explicitly marked deprecated here 2490 | extern void glFlush (void) OPENGL_DEPRECATED(10.0, 10.14); | ^ 1 warning generated. clang++ -o build/obj/game/boe.townspec.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.townspec.cpp clang++ -o build/obj/game/boe.ui.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.ui.cpp clang++ -o build/obj/pcedit/pc.editors.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/pcedit/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/pcedit/pc.editors.cpp clang++ -o build/obj/fileio/fileio_party.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/scenedit/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/fileio_party.cpp clang++ -o build/obj/view_dialogs.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/scenedit/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/view_dialogs.cpp clang++ -o build/obj/game/boe.appleevents.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.appleevents.mm clang++ -o build/obj/game/boe.menus.mac.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/game/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/game/boe.menus.mac.mm build/obj/game/boe.menus.mac.mm:106:12: warning: 'loadNibNamed:owner:' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 106 | [NSBundle loadNibNamed: @"game" owner: app]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h:33:1: note: 'loadNibNamed:owner:' has been explicitly marked deprecated here 33 | + (BOOL)loadNibNamed:(null_unspecified NSString *)nibName owner:(null_unspecified id)owner API_DEPRECATED("", macos(10.0,10.8)); | ^ 1 warning generated. clang++ -o src/universe/creature.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/creature.cpp clang++ -o src/universe/living.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/living.cpp clang++ -o src/universe/party.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/party.cpp clang++ -o src/universe/pc.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/pc.cpp clang++ -o src/universe/population.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/population.cpp clang++ -o src/universe/universe.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/test/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks src/universe/universe.cpp clang++ -o build/obj/dialogxml/keycodes.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/keycodes.cpp clang++ -o build/obj/dialogxml/dialogs/3choice.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/3choice.cpp clang++ -o build/obj/dialogxml/dialogs/choicedlog.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/choicedlog.cpp clang++ -o build/obj/dialogxml/dialogs/dialog.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/dialog.cpp build/obj/dialogxml/dialogs/dialog.cpp:1015:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1015 | sprintf(s,"XML Parse Error: Unknown element %s encountered (file %s, line %d, column %d).",type.c_str(),dlg.c_str(),row,col); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ build/obj/dialogxml/dialogs/dialog.cpp:1040:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1040 | sprintf(s,"XML Parse Error: Unknown attribute %s encountered on element %s (file %s, line %d, column %d).",name.c_str(),type.c_str(),dlg.c_str(),row,col); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ build/obj/dialogxml/dialogs/dialog.cpp:1065:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1065 | sprintf(s,"XML Parse Error: Required attribute %s missing on element %s (file %s, line %d, column %d).",name.c_str(),type.c_str(),dlg.c_str(),row,col); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ build/obj/dialogxml/dialogs/dialog.cpp:1090:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1090 | sprintf(s,"XML Parse Error: Required element %s missing in element %s (file %s, line %d, column %d).",name.c_str(),parent.c_str(),dlg.c_str(),row,col); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ build/obj/dialogxml/dialogs/dialog.cpp:1116:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1116 | sprintf(s,"XML Parse Error: Invalid value %s for attribute %s encountered on element %s (file %s, line %d, column %d).",val.c_str(),name.c_str(),type.c_str(),dlg.c_str(),row,col); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ 5 warnings generated. clang++ -o build/obj/dialogxml/dialogs/pictchoice.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/pictchoice.cpp clang++ -o build/obj/dialogxml/dialogs/strchoice.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/strchoice.cpp clang++ -o build/obj/dialogxml/dialogs/strdlog.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/dialogs/strdlog.cpp clang++ -o build/obj/dialogxml/widgets/basicbtns.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/basicbtns.cpp clang++ -o build/obj/dialogxml/widgets/button.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/button.cpp clang++ -o build/obj/dialogxml/widgets/container.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/container.cpp clang++ -o build/obj/dialogxml/widgets/control.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/control.cpp build/obj/dialogxml/widgets/control.cpp:140:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 140 | sprintf(msg,"Format property %s not valid for this control.\n",s.c_str()); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ build/obj/dialogxml/widgets/control.cpp:322:10: warning: enumeration value 'key_none' not handled in switch [-Wswitch] 322 | switch(key.k) { | ^~~~~ build/obj/dialogxml/widgets/control.cpp:322:10: note: add missing switch cases 322 | switch(key.k) { | ^ 2 warnings generated. clang++ -o build/obj/dialogxml/widgets/field.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/field.cpp build/obj/dialogxml/widgets/field.cpp:464:16: warning: enumeration value 'key_none' not handled in switch [-Wswitch] 464 | } else switch(key.k) { | ^~~~~ build/obj/dialogxml/widgets/field.cpp:464:16: note: add missing switch cases 464 | } else switch(key.k) { | ^ 1 warning generated. clang++ -o build/obj/dialogxml/widgets/led.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/led.cpp clang++ -o build/obj/dialogxml/widgets/ledgroup.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/ledgroup.cpp clang++ -o build/obj/dialogxml/widgets/line.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/line.cpp clang++ -o build/obj/dialogxml/widgets/message.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/message.cpp clang++ -o build/obj/dialogxml/widgets/pict.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/pict.cpp clang++ -o build/obj/dialogxml/widgets/scrollbar.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/scrollbar.cpp clang++ -o build/obj/dialogxml/widgets/scrollpane.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/scrollpane.cpp clang++ -o build/obj/dialogxml/widgets/stack.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/stack.cpp clang++ -o build/obj/dialogxml/widgets/tilemap.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/dialogxml/widgets/tilemap.cpp clang++ -o build/obj/fileio/xml-parser/ticpp.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/ticpp.cpp clang++ -o build/obj/fileio/xml-parser/tinyprint.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/tinyprint.cpp clang++ -o build/obj/fileio/xml-parser/tinystr.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/tinystr.cpp clang++ -o build/obj/fileio/xml-parser/tinyxml.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/tinyxml.cpp clang++ -o build/obj/fileio/xml-parser/tinyxmlerror.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/tinyxmlerror.cpp clang++ -o build/obj/fileio/xml-parser/tinyxmlparser.o -c -std=c++11 -stdlib=libc++ -include global.hpp -fpermissive -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/xml-parser/tinyxmlparser.cpp ar rc build/lib/libdlogutil.a build/obj/dialogxml/keycodes.o build/obj/dialogxml/dialogs/3choice.o build/obj/dialogxml/dialogs/choicedlog.o build/obj/dialogxml/dialogs/dialog.o build/obj/dialogxml/dialogs/pictchoice.o build/obj/dialogxml/dialogs/strchoice.o build/obj/dialogxml/dialogs/strdlog.o build/obj/dialogxml/widgets/basicbtns.o build/obj/dialogxml/widgets/button.o build/obj/dialogxml/widgets/container.o build/obj/dialogxml/widgets/control.o build/obj/dialogxml/widgets/field.o build/obj/dialogxml/widgets/led.o build/obj/dialogxml/widgets/ledgroup.o build/obj/dialogxml/widgets/line.o build/obj/dialogxml/widgets/message.o build/obj/dialogxml/widgets/pict.o build/obj/dialogxml/widgets/scrollbar.o build/obj/dialogxml/widgets/scrollpane.o build/obj/dialogxml/widgets/stack.o build/obj/dialogxml/widgets/tilemap.o build/obj/fileio/xml-parser/ticpp.o build/obj/fileio/xml-parser/tinyprint.o build/obj/fileio/xml-parser/tinystr.o build/obj/fileio/xml-parser/tinyxml.o build/obj/fileio/xml-parser/tinyxmlerror.o build/obj/fileio/xml-parser/tinyxmlparser.o ranlib build/lib/libdlogutil.a clang++ -o build/obj/tools/undo.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/undo.cpp clang++ -o build/obj/tools/framerate_limiter.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/framerate_limiter.cpp clang++ -o build/obj/tools/drawable_manager.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/drawable_manager.cpp clang++ -o build/obj/tools/keymods.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/keymods.cpp clang++ -o build/obj/tools/replay.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/replay.cpp clang++ -o build/obj/tools/profile.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/profile.cpp clang++ -o build/obj/tools/winutil.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/winutil.cpp clang++ -o build/obj/tools/prefs.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/prefs.cpp clang++ -o build/obj/alchemy.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/alchemy.cpp clang++ -o build/obj/damage.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/scenedit/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/damage.cpp clang++ -o build/obj/enchant.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/enchant.cpp clang++ -o build/obj/location.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/location.cpp clang++ -o build/obj/mathutil.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/mathutil.cpp clang++ -o build/obj/porting.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/porting.cpp clang++ -o build/obj/pattern.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/pattern.cpp clang++ -o build/obj/sounds.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/sounds.cpp clang++ -o build/obj/spell.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/spell.cpp clang++ -o build/obj/utility.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/utility.cpp clang++ -o build/obj/fileio/estreams.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/estreams.cpp clang++ -o build/obj/fileio/fileio.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/fileio.cpp clang++ -o build/obj/fileio/fileio_scen.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/fileio_scen.cpp clang++ -o build/obj/fileio/map_parse.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/map_parse.cpp clang++ -o build/obj/fileio/special_parse.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/special_parse.cpp clang++ -o build/obj/fileio/tarball.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/tarball.cpp clang++ -o build/obj/fileio/tagfile.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/tagfile.cpp clang++ -o build/obj/fileio/gzstream/gzstream.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/gzstream/gzstream.cpp clang++ -o build/obj/fileio/resmgr/res_cursor.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_cursor.cpp clang++ -o build/obj/fileio/resmgr/res_dialog.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_dialog.cpp clang++ -o build/obj/fileio/resmgr/res_font.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_font.cpp clang++ -o build/obj/fileio/resmgr/res_image.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_image.cpp clang++ -o build/obj/fileio/resmgr/res_sound.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_sound.cpp clang++ -o build/obj/fileio/resmgr/res_strings.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/fileio/resmgr/res_strings.cpp clang++ -o build/obj/gfx/gfxsheets.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/gfxsheets.cpp clang++ -o build/obj/gfx/qdpict.mac.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/qdpict.mac.cpp build/obj/gfx/qdpict.mac.cpp:202:2: warning: 'HLock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 202 | HLock(resHandle); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:726:1: note: 'HLock' has been explicitly marked deprecated here 726 | HLock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:204:19: warning: 'GetHandleSize' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 204 | size_t picSize = GetHandleSize(resHandle); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1357:1: note: 'GetHandleSize' has been explicitly marked deprecated here 1357 | GetHandleSize(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:262:7: warning: 'HUnlock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 262 | HUnlock(resHandle); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:792:1: note: 'HUnlock' has been explicitly marked deprecated here 792 | HUnlock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:422:5: warning: 'HUnlock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 422 | HUnlock(resHandle); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:792:1: note: 'HUnlock' has been explicitly marked deprecated here 792 | HUnlock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:452:2: warning: 'HUnlock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 452 | HUnlock(resHandle); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:792:1: note: 'HUnlock' has been explicitly marked deprecated here 792 | HUnlock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:467:14: warning: 'FSPathMakeRef' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 467 | OSErr err = FSPathMakeRef((const UInt8*)gpath.c_str(), &file, nullptr); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4115:18: note: 'FSPathMakeRef' has been explicitly marked deprecated here 4115 | extern OSStatus FSPathMakeRef(const UInt8 *path, FSRef *ref, Boolean *isDirectory) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:469:8: warning: 'FSOpenResourceFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 469 | err = FSOpenResourceFile(&file, 0, nullptr, fsRdPerm, &custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:1142:1: note: 'FSOpenResourceFile' has been explicitly marked deprecated here 1142 | FSOpenResourceFile( | ^ build/obj/gfx/qdpict.mac.cpp:472:9: warning: 'FSGetResourceForkName' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 472 | err = FSGetResourceForkName(&rsrc); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4056:15: note: 'FSGetResourceForkName' has been explicitly marked deprecated here 4056 | extern OSErr FSGetResourceForkName(HFSUniStr255 * resourceForkName) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:474:9: warning: 'FSOpenResourceFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 474 | err = FSOpenResourceFile(&file, rsrc.length, rsrc.unicode, fsRdPerm, &custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:1142:1: note: 'FSOpenResourceFile' has been explicitly marked deprecated here 1142 | FSOpenResourceFile( | ^ build/obj/gfx/qdpict.mac.cpp:480:15: warning: 'Count1Resources' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 480 | int nPicts = Count1Resources('PICT'); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:317:1: note: 'Count1Resources' has been explicitly marked deprecated here 317 | Count1Resources(ResType theType) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:482:3: warning: 'CloseResFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 482 | CloseResFile(custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:148:1: note: 'CloseResFile' has been explicitly marked deprecated here 148 | CloseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:486:21: warning: 'Get1Resource' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 486 | Handle resHandle = Get1Resource('PICT', 1); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:383:1: note: 'Get1Resource' has been explicitly marked deprecated here 383 | Get1Resource( | ^ build/obj/gfx/qdpict.mac.cpp:487:5: warning: 'ResError' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 487 | if(ResError() == resNotFound) { | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:163:1: note: 'ResError' has been explicitly marked deprecated here 163 | ResError(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:488:3: warning: 'CloseResFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 488 | CloseResFile(custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:148:1: note: 'CloseResFile' has been explicitly marked deprecated here 148 | CloseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:493:3: warning: 'CloseResFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 493 | CloseResFile(custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:148:1: note: 'CloseResFile' has been explicitly marked deprecated here 148 | CloseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:503:3: warning: 'CloseResFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 503 | CloseResFile(custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:148:1: note: 'CloseResFile' has been explicitly marked deprecated here 148 | CloseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ build/obj/gfx/qdpict.mac.cpp:508:2: warning: 'CloseResFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] 508 | CloseResFile(custRef); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:148:1: note: 'CloseResFile' has been explicitly marked deprecated here 148 | CloseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | ^ 17 warnings generated. clang++ -o build/obj/gfx/render_image.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/render_image.cpp build/obj/gfx/render_image.cpp:121:13: warning: 'setParameter' is deprecated [-Wdeprecated-declarations] 121 | maskShader.setParameter("texture", sf::Shader::CurrentTexture); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Graphics/Shader.hpp:626:5: note: 'setParameter' has been explicitly marked deprecated here 626 | SFML_DEPRECATED void setParameter(const std::string& name, CurrentTextureType); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Config.hpp:196:45: note: expanded from macro 'SFML_DEPRECATED' 196 | #define SFML_DEPRECATED __attribute__ ((deprecated)) | ^ build/obj/gfx/render_image.cpp:122:13: warning: 'setParameter' is deprecated [-Wdeprecated-declarations] 122 | maskShader.setParameter("mask", mask_gworld); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Graphics/Shader.hpp:618:5: note: 'setParameter' has been explicitly marked deprecated here 618 | SFML_DEPRECATED void setParameter(const std::string& name, const Texture& texture); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Config.hpp:196:45: note: expanded from macro 'SFML_DEPRECATED' 196 | #define SFML_DEPRECATED __attribute__ ((deprecated)) | ^ 2 warnings generated. clang++ -o build/obj/gfx/render_shapes.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/render_shapes.cpp In file included from build/obj/gfx/render_shapes.cpp:13: In file included from /opt/homebrew/Cellar/boost@1.85/1.85.0_3/include/boost/math/constants/constants.hpp:10: /opt/homebrew/Cellar/boost@1.85/1.85.0_3/include/boost/math/tools/config.hpp:26:6: warning: "Boost.Math requires C++14" [-W#warnings] 26 | # warning "Boost.Math requires C++14" | ^ build/obj/gfx/render_shapes.cpp:122:2: warning: 'glGetFloatv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 122 | glGetFloatv(GL_LINE_WIDTH, &saveThickness); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2509:13: note: 'glGetFloatv' has been explicitly marked deprecated here 2509 | extern void glGetFloatv (GLenum pname, GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:123:2: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 123 | glLineWidth(thickness); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here 2569 | extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:125:2: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 125 | glLineWidth(saveThickness); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here 2569 | extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:226:2: warning: 'glClearStencil' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 226 | glClearStencil(0); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2399:13: note: 'glClearStencil' has been explicitly marked deprecated here 2399 | extern void glClearStencil (GLint s) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:227:2: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 227 | glClear(GL_STENCIL_BUFFER_BIT); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here 2394 | extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:228:2: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 228 | glEnable(GL_STENCIL_TEST); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here 2472 | extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:229:2: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 229 | glStencilFunc(GL_ALWAYS, 1, 1); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here 2672 | extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:234:4: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 234 | glStencilOp(GL_REPLACE, GL_REPLACE, GL_REPLACE); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here 2674 | extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:235:8: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 235 | else glStencilOp(GL_ZERO, GL_ZERO, GL_ZERO); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here 2674 | extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:241:2: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 241 | glStencilFunc(GL_EQUAL, 1, 1); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here 2672 | extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:242:2: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 242 | glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here 2674 | extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.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] 264 | glEnable(GL_SCISSOR_TEST); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here 2472 | extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:265:2: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 265 | glScissor(pivot.x, rectangle(where).height() - pivot.y, abs(opposite.x - pivot.x), abs(opposite.y - pivot.y)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here 2668 | extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:279:2: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 279 | glDisable(GL_SCISSOR_TEST); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here 2462 | extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); | ^ build/obj/gfx/render_shapes.cpp:280:2: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 280 | glDisable(GL_STENCIL_TEST); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here 2462 | extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); | ^ 16 warnings generated. clang++ -o build/obj/gfx/render_text.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/render_text.cpp build/obj/gfx/render_text.cpp:53:7: warning: 'setColor' is deprecated [-Wdeprecated-declarations] 53 | text.setColor(colour); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Graphics/Text.hpp:210:5: note: 'setColor' has been explicitly marked deprecated here 210 | SFML_DEPRECATED void setColor(const Color& color); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Config.hpp:196:45: note: expanded from macro 'SFML_DEPRECATED' 196 | #define SFML_DEPRECATED __attribute__ ((deprecated)) | ^ build/obj/gfx/render_text.cpp:40:18: warning: expression result unused [-Wunused-value] 40 | texture_scale << 1; | ~~~~~~~~~~~~~ ^ ~ build/obj/gfx/render_text.cpp:300:10: warning: enumeration value 'ELLIPSIS' not handled in switch [-Wswitch] 300 | switch(mode) { | ^~~~ build/obj/gfx/render_text.cpp:300:10: note: add missing switch cases 300 | switch(mode) { | ^ build/obj/gfx/render_text.cpp:337:16: warning: 'setColor' is deprecated [-Wdeprecated-declarations] 337 | str_to_draw.setColor(options.hilite_fg); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Graphics/Text.hpp:210:5: note: 'setColor' has been explicitly marked deprecated here 210 | SFML_DEPRECATED void setColor(const Color& color); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Config.hpp:196:45: note: expanded from macro 'SFML_DEPRECATED' 196 | #define SFML_DEPRECATED __attribute__ ((deprecated)) | ^ build/obj/gfx/render_text.cpp:340:22: warning: 'setColor' is deprecated [-Wdeprecated-declarations] 340 | } else str_to_draw.setColor(options.style.colour); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Graphics/Text.hpp:210:5: note: 'setColor' has been explicitly marked deprecated here 210 | SFML_DEPRECATED void setColor(const Color& color); | ^ /opt/homebrew/Cellar/sfml@2/2.6.2_1/include/SFML/Config.hpp:196:45: note: expanded from macro 'SFML_DEPRECATED' 196 | #define SFML_DEPRECATED __attribute__ ((deprecated)) | ^ 5 warnings generated. clang++ -o build/obj/gfx/tiling.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/gfx/tiling.cpp build/obj/gfx/tiling.cpp:114:2: warning: 'glFlush' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 114 | glFlush(); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2490:13: note: 'glFlush' has been explicitly marked deprecated here 2490 | extern void glFlush (void) OPENGL_DEPRECATED(10.0, 10.14); | ^ 1 warning generated. clang++ -o build/obj/scenario/item.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/item.cpp clang++ -o build/obj/scenario/monster.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/monster.cpp clang++ -o build/obj/scenario/outdoors.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/outdoors.cpp clang++ -o build/obj/scenario/scenario.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/scenario.cpp clang++ -o build/obj/scenario/shop.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/shop.cpp clang++ -o build/obj/scenario/special-affect.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-affect.cpp clang++ -o build/obj/scenario/special-condition.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-condition.cpp clang++ -o build/obj/scenario/special-general.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-general.cpp clang++ -o build/obj/scenario/special-oneshot.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-oneshot.cpp clang++ -o build/obj/scenario/special-outdoor.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-outdoor.cpp clang++ -o build/obj/scenario/special-rect.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-rect.cpp clang++ -o build/obj/scenario/special-town.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special-town.cpp clang++ -o build/obj/scenario/special.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/special.cpp clang++ -o build/obj/scenario/talking.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/talking.cpp clang++ -o build/obj/scenario/terrain.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/terrain.cpp clang++ -o build/obj/scenario/town.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/town.cpp clang++ -o build/obj/scenario/vehicle.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/scenario/vehicle.cpp clang++ -o build/obj/tools/cursors.mac.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/cursors.mac.mm build/obj/tools/cursors.mac.mm:40:81: warning: 'graphicsPort' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] 40 | CGContextRef imageContext = (CGContextRef) [[NSGraphicsContext currentContext] graphicsPort]; | ^~~~~~~~~~~~ | CGContext /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:107:28: note: property 'graphicsPort' is declared deprecated here 107 | @property (readonly) void *graphicsPort NS_RETURNS_INNER_POINTER API_DEPRECATED_WITH_REPLACEMENT("CGContext", macos(10.0,10.14)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:107:28: note: 'graphicsPort' has been explicitly marked deprecated here 1 warning generated. clang++ -o build/obj/tools/prefs.mac.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/prefs.mac.mm clang++ -o build/obj/tools/winutil.mac.o -c -std=c++11 -stdlib=libc++ -include global.hpp -g -O0 -DDEBUG=1 -DTIXML_USE_TICPP -I/usr/include -I/usr/local/include -I/opt/homebrew/Cellar/boost@1.85/1.85.0_3/include -I/opt/homebrew/Cellar/sfml@2/2.6.2_1/include -I/usr/local/opt/boost@1.85/include -I/usr/local/opt/sfml@2/include -Isrc -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Ideps/Catch2/include/external -Ideps/cppcodec -Isrc -Isrc/tools -Isrc/dialogxml -Isrc/dialogxml/dialogs -Isrc/dialogxml/widgets -Isrc/fileio -Isrc/fileio/gzstream -Isrc/fileio/xml-parser -Isrc/fileio/xml-parser/tests -Isrc/fileio/xml-parser/tests/mocks -Isrc/fileio/resmgr -Isrc/pcedit -Isrc/game -Isrc/scenario -Isrc/scenedit -Isrc/universe -Isrc/doxy -Isrc/gfx -Ibuild/obj/tools/deps/Catch2/single_include/catch2 -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks build/obj/tools/winutil.mac.mm build/obj/tools/winutil.mac.mm:219:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 219 | [dlg_get_scen setAllowedFileTypes: [NSArray arrayWithObjects: @"exs", @"boes", NSFileTypeForHFSTypeCode('BETM'), nil]]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:226:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 226 | [dlg_get_game setAllowedFileTypes: [NSArray arrayWithObjects: @"exg", @"boe", @"SAV", @"mac", NSFileTypeForHFSTypeCode('beSV'), nil]]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:239:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 239 | [dlg_put_scen setAllowedFileTypes: [NSArray arrayWithObjects: @"boes", nil]]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:245:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 245 | [dlg_put_game setAllowedFileTypes: [NSArray arrayWithObjects: @"exg", nil]]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:257:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 257 | bool gotFile = [dlg_get_scen runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:271:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 271 | bool gotFile = [dlg_put_scen runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:279:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 279 | bool gotFile = [dlg_get_game runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:292:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 292 | bool gotFile = [dlg_put_game runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:305:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 305 | [dlg_get_rsrc setAllowedFileTypes: allowTypes]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:307:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 307 | bool gotFile = [dlg_get_rsrc runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:324:16: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] 324 | [dlg_put_rsrc setAllowedFileTypes: allowTypes]; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here 286 | @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here build/obj/tools/winutil.mac.mm:325:44: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] 325 | bool gotFile = [dlg_put_rsrc runModal] != NSFileHandlingPanelCancelButton; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | NSModalResponseCancel /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:290:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here 290 | NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, | ^ build/obj/tools/winutil.mac.mm:357:66: warning: 'NSCompositeCopy' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] 357 | [image drawAtPoint: NSZeroPoint fromRect: NSZeroRect operation: NSCompositeCopy fraction: 1.0]; | ^~~~~~~~~~~~~~~ | NSCompositingOperationCopy /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:59:37: note: 'NSCompositeCopy' has been explicitly marked deprecated here 59 | static const NSCompositingOperation NSCompositeCopy API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationCopy", macos(10.0,10.12)) = NSCompositingOperationCopy; | ^ 13 warnings generated. ar rc build/lib/libtools.a build/obj/tools/undo.o build/obj/tools/framerate_limiter.o build/obj/tools/drawable_manager.o build/obj/tools/keymods.o build/obj/tools/replay.o build/obj/tools/profile.o build/obj/tools/winutil.o build/obj/tools/prefs.o build/obj/alchemy.o build/obj/damage.o build/obj/enchant.o build/obj/location.o build/obj/mathutil.o build/obj/porting.o build/obj/pattern.o build/obj/sounds.o build/obj/spell.o build/obj/utility.o build/obj/fileio/estreams.o build/obj/fileio/fileio.o build/obj/fileio/fileio_scen.o build/obj/fileio/map_parse.o build/obj/fileio/special_parse.o build/obj/fileio/tarball.o build/obj/fileio/tagfile.o build/obj/fileio/gzstream/gzstream.o build/obj/fileio/resmgr/res_cursor.o build/obj/fileio/resmgr/res_dialog.o build/obj/fileio/resmgr/res_font.o build/obj/fileio/resmgr/res_image.o build/obj/fileio/resmgr/res_sound.o build/obj/fileio/resmgr/res_strings.o build/obj/gfx/gfxsheets.o build/obj/gfx/qdpict.mac.o build/obj/gfx/render_image.o build/obj/gfx/render_shapes.o build/obj/gfx/render_text.o build/obj/gfx/tiling.o build/obj/scenario/item.o build/obj/scenario/monster.o build/obj/scenario/outdoors.o build/obj/scenario/scenario.o build/obj/scenario/shop.o build/obj/scenario/special-affect.o build/obj/scenario/special-condition.o build/obj/scenario/special-general.o build/obj/scenario/special-oneshot.o build/obj/scenario/special-outdoor.o build/obj/scenario/special-rect.o build/obj/scenario/special-town.o build/obj/scenario/special.o build/obj/scenario/talking.o build/obj/scenario/terrain.o build/obj/scenario/town.o build/obj/scenario/vehicle.o build/obj/tools/cursors.mac.o build/obj/tools/prefs.mac.o build/obj/tools/winutil.mac.o ranlib build/lib/libtools.a clang++ -o "build/bin/Blades of Exile" build/obj/game/boe.actions.o build/obj/game/boe.combat.o build/obj/game/boe.dlgutil.o build/obj/game/boe.fileio.o build/obj/game/boe.graphics.o build/obj/game/boe.graphutil.o build/obj/game/boe.infodlg.o build/obj/game/boe.items.o build/obj/game/boe.locutils.o build/obj/game/boe.main.o build/obj/game/boe.monster.o build/obj/game/boe.newgraph.o build/obj/game/boe.party.o build/obj/game/boe.specials.o build/obj/game/boe.startup.o build/obj/game/boe.text.o build/obj/game/boe.town.o build/obj/game/boe.townspec.o build/obj/game/boe.ui.o build/obj/pcedit/pc.editors.o build/obj/fileio/fileio_party.o build/obj/view_dialogs.o build/obj/game/boe.appleevents.o build/obj/game/boe.menus.mac.o src/universe/creature.o src/universe/living.o src/universe/party.o src/universe/pc.o src/universe/population.o src/universe/universe.o build/lib/libdlogutil.a build/lib/libtools.a -L/usr/lib -L/usr/local/lib -L/opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib -L/opt/homebrew/Cellar/sfml@2/2.6.2_1/lib -L/usr/local/opt/boost@1.85/lib -L/usr/local/opt/sfml@2/lib -lz -lboost_system -lboost_filesystem -lsfml-system -lsfml-window -lsfml-audio -lsfml-graphics -lobjc -lc++ -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -F/Users/williamgibb/Library/Frameworks -framework OpenGL -framework Cocoa ld: warning: ignoring duplicate libraries: '-lc++' ld: warning: search path '/usr/local/opt/boost@1.85/lib' not found ld: warning: search path '/usr/local/opt/sfml@2/lib' not found ld: warning: search path '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks' not found ld: warning: search path '/Users/williamgibb/Library/Frameworks' not found Install file: "build/bin/Blades of Exile" as "build/Blades of Exile/Blades of Exile.app/Contents/MacOS/Blades of Exile" Delete("#build/Blades of Exile/Blades of Exile.app/Contents/Frameworks") bundle_libraries_for(["build/Blades of Exile/Blades of Exile.app/Contents/Frameworks"], ["build/Blades of Exile/Blades of Exile.app/Contents/MacOS/Blades of Exile"]) Mkdir(["build/Blades of Exile/Blades of Exile.app/Contents/Frameworks"]) /opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-graphics.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-graphics.2.6.2.dylib /opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-system.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-system.2.6.2.dylib /opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-window.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-window.2.6.2.dylib /opt/homebrew/Cellar/freetype/2.13.3/lib/libfreetype.6.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libfreetype.6.dylib /opt/homebrew/Cellar/libpng/1.6.48/lib/libpng16.16.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libpng16.16.dylib /opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/libboost_filesystem.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libboost_filesystem.dylib /opt/homebrew/Cellar/sfml@2/2.6.2_1/lib/libsfml-audio.2.6.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libsfml-audio.2.6.2.dylib /opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbisfile.3.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbisfile.3.dylib /opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbis.0.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbis.0.dylib /opt/homebrew/Cellar/libogg/1.3.5/lib/libogg.0.8.5.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libogg.0.8.5.dylib /opt/homebrew/Cellar/libvorbis/1.3.7/lib/libvorbisenc.2.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libvorbisenc.2.dylib /opt/homebrew/Cellar/flac/1.5.0/lib/libFLAC.14.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libFLAC.14.dylib /opt/homebrew/Cellar/boost@1.85/1.85.0_3/lib/libboost_system.dylib -> build/Blades of Exile/Blades of Exile.app/Contents/Frameworks/libboost_system.dylib Install file: "pkg/mac/BoE-Info.plist" as "build/Blades of Exile/Blades of Exile.app/Contents/Info.plist" echo 'APPLblx!' > "build/Blades of Exile/Blades of Exile.app/Contents/PkgInfo" Install file: "rsrc/icons/mac/BoE.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/BoE.icns" Install file: "rsrc/icons/mac/boegraphics.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boegraphics.icns" Install file: "rsrc/icons/mac/boeresources.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boeresources.icns" Install file: "rsrc/icons/mac/boesave.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boesave.icns" Install file: "rsrc/icons/mac/boesounds.icns" as "build/Blades of Exile/Blades of Exile.app/Contents/Resources/boesounds.icns" ibtool --compile build/obj/menus/game.nib rsrc/menus/game.xib xcode-select: error: tool 'ibtool' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance scons: *** [build/obj/menus/game.nib] Error 1 scons: building terminated because of errors. Traceback (most recent call last): File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in <module> binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)] ~~~~~~~~~~^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks' Traceback (most recent call last): File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in <module> binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)] ~~~~~~~~~~^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks' Traceback (most recent call last): File "/Users/williamgibb/Documents/projects/cboe/deps/fix-rpaths/fix-rpaths.py", line 23, in <module> binaries_unfiltered = [app_binary] + [join(app_frameworks, library) for library in os.listdir(app_frameworks)] ~~~~~~~~~~^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'build/Blades of Exile/BoE Scenario Editor.app/Contents/Frameworks' build/Blades of Exile/BoE Scenario Editor.app build/Blades of Exile/BoE Scenario Editor.app build/Blades of Exile/BoE Scenario Editor.app </details>
CelticMinstrel commented 2025-06-01 14:12:55 +00:00 (Migrated from github.com)

The title and the issue body mention different OSX versions. Which is correct? Please fix the inaccurate one.

Also, please surround your full build log with <details> ... </details> tags so it doesn't take up so much space. Thanks.

The title and the issue body mention different OSX versions. Which is correct? Please fix the inaccurate one. Also, please surround your full build log with `<details>` ... `</details>` tags so it doesn't take up so much space. Thanks.
williamgibb commented 2025-06-01 17:23:21 +00:00 (Migrated from github.com)

Apologies for the version confusion. I've corrected the title, added the output of sw_vers to the original comment, and wrapped the build log in a <details> tag.

Apologies for the version confusion. I've corrected the title, added the output of `sw_vers` to the original comment, and wrapped the build log in a `<details>` tag.
NQNStudios commented 2025-06-02 16:41:33 +00:00 (Migrated from github.com)

@williamgibb I'm around to help troubleshoot this if you're available today.

fix-rpaths.py is throwing the error here, but I think the problem is happening earlier in the build, based on that output.

ibtool --compile build/obj/menus/game.nib rsrc/menus/game.xib
xcode-select: error: tool 'ibtool' requires Xcode, but active developer directory '/Library/Developer/> CommandLineTools' is a command line tools instance
scons: *** [build/obj/menus/game.nib] Error 1
scons: building terminated because of errors.

The build is failing, and fix-rpaths is running after the build process and not finding the binaries it expects the build would have produced.

I'm fixing things now so that fix-rpaths won't run if the app doesn't exist.

To fix the underlying problem and get your build working:

  1. Do you have a full installation of Xcode on your computer, not just the command-line tools?
  2. If so, can you try running the command suggested here which solved a similar problem in another project's build?

EDIT: One more thing. If you're wanting to compile BoE with all the features of the Itch Edition release, you'll want to do this:

git remote add nqnstudios https://github.com/NQNStudios/cboe
git checkout nqnstudios/itch-edition
@williamgibb I'm around to help troubleshoot this if you're available today. fix-rpaths.py is throwing the error here, but I think the problem is happening earlier in the build, based on that output. > ibtool --compile build/obj/menus/game.nib rsrc/menus/game.xib > xcode-select: error: tool 'ibtool' requires Xcode, but active developer directory '/Library/Developer/> CommandLineTools' is a command line tools instance > scons: *** [build/obj/menus/game.nib] Error 1 > scons: building terminated because of errors. The build is failing, and fix-rpaths is running after the build process and not finding the binaries it expects the build would have produced. I'm fixing things now so that fix-rpaths won't run if the app doesn't exist. To fix the underlying problem and get your build working: 1. Do you have a full installation of Xcode on your computer, not just the command-line tools? 2. If so, can you try running the command suggested [here](https://github.com/solvespace/solvespace/issues/335#issuecomment-404648115) which solved a similar problem in another project's build? EDIT: One more thing. If you're wanting to compile BoE with all the features of the Itch Edition release, you'll want to do this: ``` git remote add nqnstudios https://github.com/NQNStudios/cboe git checkout nqnstudios/itch-edition ```
williamgibb commented 2025-06-03 16:05:41 +00:00 (Migrated from github.com)

Hi!

I do have a full installation of Xcode available.

I can try the Xcode-selection fix & itch-edition this evening.

Hi! I do have a full installation of Xcode available. I can try the Xcode-selection fix & itch-edition this evening.
williamgibb commented 2025-06-04 01:46:38 +00:00 (Migrated from github.com)

Using sudo xcode-select -switch /Applications/Xcode.app allowed the game to build without error :)

Using `sudo xcode-select -switch /Applications/Xcode.app` allowed the game to build without error :)
williamgibb commented 2025-06-04 02:06:40 +00:00 (Migrated from github.com)

I am closing this issue since that resolved the build problem I encountered.

I am closing this issue since that resolved the build problem I encountered.
Sign in to join this conversation.
No description provided.