Created
August 10, 2024 19:40
-
-
Save chenrui333/1dc936992805012aa22b18ad69837b14 to your computer and use it in GitHub Desktop.
brogue on macOS 14 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for brogue on macOS 14 | |
Build date: 2024-08-10 15:39:16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 4.3.14-3-geaa5204 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: eaa5204b20dab9377b63755b174d2066cf1a7d03 | |
Last commit: 2 days ago | |
Core tap HEAD: 4f45f4abe6404b3afa0584d9e8d216e59cfe256c | |
Core tap last commit: 4 minutes ago | |
Core tap branch: bump-brogue-1.14 | |
Core cask tap HEAD: d62efbb4562873a9cfbee1e10ac3ef7e09b0d40d | |
Core cask tap last commit: 6 days ago | |
HOMEBREW_PREFIX: /opt/homebrew | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_DEVELOPER: set | |
HOMEBREW_EDITOR: vim | |
HOMEBREW_GITHUB_API_TOKEN: set | |
HOMEBREW_MAKE_JOBS: 10 | |
HOMEBREW_NO_ANALYTICS: set | |
HOMEBREW_NO_AUTO_UPDATE: set | |
HOMEBREW_NO_INSTALL_CLEANUP: set | |
HOMEBREW_NO_INSTALL_FROM_API: set | |
HOMEBREW_NO_VERIFY_ATTESTATIONS: set | |
HOMEBREW_SORBET_RUNTIME: set | |
Homebrew Ruby: 3.3.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.4_1/bin/ruby | |
CPU: 10-core 64-bit arm_firestorm_icestorm | |
Clang: 15.0.0 build 1500 | |
Git: 2.46.0 => /opt/homebrew/bin/git | |
Curl: 8.6.0 => /usr/bin/curl | |
macOS: 14.5-arm64 | |
CLT: 15.3.0.0.1.1708646388 | |
Xcode: 15.4 | |
Rosetta 2: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: Some installed casks are deprecated or disabled. | |
You should find replacements for the following casks: | |
cocoapods | |
Warning: Some installed kegs have no formulae! | |
This means they were either deleted or installed manually. | |
You should find replacements for the following formulae: | |
arti | |
blush | |
rvvm | |
dfrs | |
protobuf241 | |
wat-inspector | |
blst | |
pegomock | |
chatgpt-cli | |
single-file | |
termtunnel | |
libemf | |
polyrhythmix | |
amoco | |
poke-elf | |
cross | |
kibi | |
munit | |
jplot | |
python-pathspec | |
loz | |
hiredict | |
osmedeus | |
lensm | |
otto | |
stringsext | |
pydantic | |
bingo | |
tran | |
rpds-py | |
dovitool | |
rustpython | |
polyclipping | |
python-distro | |
mox | |
Warning: Some installed formulae are deprecated or disabled. | |
You should find replacements for the following formulae: | |
coda-cli | |
git-ssh | |
libcroco | |
node@14 | |
[email protected] | |
Warning: You have the following deprecated, official taps tapped: | |
Homebrew/homebrew-cask-fonts | |
Untap them with `brew untap`. | |
Warning: You have unlinked kegs in your Cellar. | |
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
libgedit-tepl | |
unixodbc | |
pkgconf | |
libvpx | |
inetutils | |
bash-completion | |
v | |
protobuf | |
tofuenv | |
Warning: You have uncommitted modifications to Homebrew/brew. | |
If this is a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /opt/homebrew && git stash -u && git clean -d -f | |
Uncommitted files: | |
M Library/Homebrew/dev-cmd/bump-formula-pr.rb | |
M Library/Homebrew/dev-cmd/bump.rb | |
M Library/Homebrew/test/support/fixtures/test.mp3 | |
You have uncommitted modifications to Homebrew/homebrew-core. | |
If this is a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /opt/homebrew/Library/Taps/homebrew/homebrew-core && git stash -u && git clean -d -f | |
Uncommitted files: | |
M Formula/b/brogue.rb | |
Warning: Some taps are not on the default git origin branch and may not receive | |
updates. If this is a surprise to you, check out the default branch with: | |
git -C $(brew --repo homebrew/portable-ruby) checkout master | |
git -C $(brew --repo homebrew/core) checkout master | |
Warning: Broken symlinks were found. Remove them with `brew cleanup`: | |
/opt/homebrew/opt/[email protected] | |
/opt/homebrew/opt/node@21 | |
Warning: Some installed formulae are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install allegro pyyaml | |
Run `brew missing` for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brogue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-08-10 19:39:15 +0000 | |
make | |
clean | |
Makefile:78: 'make clean' is no longer needed in many situations, so is not supported. Use 'make -B' to force rebuild something. | |
make: `clean' is up to date. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-08-10 19:39:16 +0000 | |
make | |
bin/brogue | |
RELEASE=YES | |
TERMINAL=YES | |
DATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec | |
mkdir -p vars | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Architect.c -o src/brogue/Architect.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Buttons.c -o src/brogue/Buttons.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Combat.c -o src/brogue/Combat.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Dijkstra.c -o src/brogue/Dijkstra.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Globals.c -o src/brogue/Globals.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/GlobalsBase.c -o src/brogue/GlobalsBase.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Grid.c -o src/brogue/Grid.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/IO.c -o src/brogue/IO.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Items.c -o src/brogue/Items.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Light.c -o src/brogue/Light.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/MainMenu.c -o src/brogue/MainMenu.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Math.c -o src/brogue/Math.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Monsters.c -o src/brogue/Monsters.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Movement.c -o src/brogue/Movement.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/PowerTables.c -o src/brogue/PowerTables.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Recordings.c -o src/brogue/Recordings.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/RogueMain.c -o src/brogue/RogueMain.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/SeedCatalog.c -o src/brogue/SeedCatalog.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Time.c -o src/brogue/Time.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Utilities.c -o src/brogue/Utilities.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Wizard.c -o src/brogue/Wizard.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -DBROGUE_EXTRA_VERSION='""' -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/variants/GlobalsBrogue.c -o src/variants/GlobalsBrogue.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -DBROGUE_EXTRA_VERSION='""' -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/variants/GlobalsRapidBrogue.c -o src/variants/GlobalsRapidBrogue.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/main.c -o src/platform/main.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/platformdependent.c -o src/platform/platformdependent.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/null-platform.c -o src/platform/null-platform.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/curses-platform.c -o src/platform/curses-platform.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/term.c -o src/platform/term.o | |
clang -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/sdl2-platform.c -o src/platform/sdl2-platform.o | |
src/platform/curses-platform.c:226:5: error: incompatible function pointer types initializing 'char (*)(short, PauseBehavior)' (aka 'char (*)(short, struct PauseBehavior)') with an expression of type 'char (short)' [-Wincompatible-function-pointer-types] | |
curses_pauseForMilliseconds, | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
make: *** [src/platform/curses-platform.o] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
src/platform/sdl2-platform.c:6:10: fatal error: 'SDL_image.h' file not found | |
#include <SDL_image.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
make: *** [src/platform/sdl2-platform.o] Error 1 | |
HOMEBREW_VERSION: 4.3.14-3-geaa5204 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: eaa5204b20dab9377b63755b174d2066cf1a7d03 | |
Last commit: 2 days ago | |
Core tap HEAD: 4f45f4abe6404b3afa0584d9e8d216e59cfe256c | |
Core tap last commit: 3 minutes ago | |
Core tap branch: bump-brogue-1.14 | |
Core cask tap HEAD: d62efbb4562873a9cfbee1e10ac3ef7e09b0d40d | |
Core cask tap last commit: 6 days ago | |
HOMEBREW_PREFIX: /opt/homebrew | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_DEVELOPER: set | |
HOMEBREW_EDITOR: vim | |
HOMEBREW_MAKE_JOBS: 10 | |
HOMEBREW_NO_ANALYTICS: set | |
HOMEBREW_NO_AUTO_UPDATE: set | |
HOMEBREW_NO_BOOTSNAP: set | |
HOMEBREW_NO_INSTALL_CLEANUP: set | |
HOMEBREW_NO_INSTALL_FROM_API: set | |
HOMEBREW_NO_VERIFY_ATTESTATIONS: set | |
HOMEBREW_SORBET_RUNTIME: set | |
Homebrew Ruby: 3.3.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.4_1/bin/ruby | |
CPU: 10-core 64-bit arm_firestorm_icestorm | |
Clang: 15.0.0 build 1500 | |
Git: 2.46.0 => /opt/homebrew/bin/git | |
Curl: 8.6.0 => /usr/bin/curl | |
macOS: 14.5-arm64 | |
CLT: 15.3.0.0.1.1708646388 | |
Xcode: 15.4 | |
Rosetta 2: false | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j10 | |
CMAKE_PREFIX_PATH: /opt/homebrew | |
CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /opt/homebrew/opt/sdl2/lib/pkgconfig:/opt/homebrew/opt/jpeg-turbo/lib/pkgconfig:/opt/homebrew/opt/brotli/lib/pkgconfig:/opt/homebrew/opt/highway/lib/pkgconfig:/opt/homebrew/opt/imath/lib/pkgconfig:/opt/homebrew/opt/libpng/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/lz4/lib/pkgconfig:/opt/homebrew/opt/zstd/lib/pkgconfig:/opt/homebrew/opt/libtiff/lib/pkgconfig:/opt/homebrew/opt/little-cms2/lib/pkgconfig:/opt/homebrew/opt/openexr/lib/pkgconfig:/opt/homebrew/opt/webp/lib/pkgconfig:/opt/homebrew/opt/jpeg-xl/lib/pkgconfig:/opt/homebrew/opt/libvmaf/lib/pkgconfig:/opt/homebrew/opt/aom/lib/pkgconfig:/opt/homebrew/opt/libavif/lib/pkgconfig:/opt/homebrew/opt/sdl2_image/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
HOMEBREW_GIT: git | |
HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk | |
ACLOCAL_PATH: /opt/homebrew/share/aclocal | |
PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/sdl2/bin:/opt/homebrew/opt/jpeg-turbo/bin:/opt/homebrew/opt/brotli/bin:/opt/homebrew/opt/giflib/bin:/opt/homebrew/opt/libpng/bin:/opt/homebrew/opt/xz/bin:/opt/homebrew/opt/lz4/bin:/opt/homebrew/opt/zstd/bin:/opt/homebrew/opt/libtiff/bin:/opt/homebrew/opt/little-cms2/bin:/opt/homebrew/opt/openexr/bin:/opt/homebrew/opt/webp/bin:/opt/homebrew/opt/jpeg-xl/bin:/opt/homebrew/opt/libvmaf/bin:/opt/homebrew/opt/aom/bin:/opt/homebrew/opt/libavif/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Buttons.c -o src/brogue/Buttons.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Buttons.c -o src/brogue/Buttons.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Dijkstra.c -o src/brogue/Dijkstra.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Dijkstra.c -o src/brogue/Dijkstra.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Light.c -o src/brogue/Light.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Light.c -o src/brogue/Light.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Architect.c -o src/brogue/Architect.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Architect.c -o src/brogue/Architect.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Items.c -o src/brogue/Items.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Items.c -o src/brogue/Items.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/GlobalsBase.c -o src/brogue/GlobalsBase.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/GlobalsBase.c -o src/brogue/GlobalsBase.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/IO.c -o src/brogue/IO.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/IO.c -o src/brogue/IO.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Globals.c -o src/brogue/Globals.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Globals.c -o src/brogue/Globals.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Grid.c -o src/brogue/Grid.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Grid.c -o src/brogue/Grid.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Combat.c -o src/brogue/Combat.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Combat.c -o src/brogue/Combat.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/MainMenu.c -o src/brogue/MainMenu.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/MainMenu.c -o src/brogue/MainMenu.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Math.c -o src/brogue/Math.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Math.c -o src/brogue/Math.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Monsters.c -o src/brogue/Monsters.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Monsters.c -o src/brogue/Monsters.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Movement.c -o src/brogue/Movement.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Movement.c -o src/brogue/Movement.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/PowerTables.c -o src/brogue/PowerTables.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/PowerTables.c -o src/brogue/PowerTables.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Recordings.c -o src/brogue/Recordings.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Recordings.c -o src/brogue/Recordings.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/RogueMain.c -o src/brogue/RogueMain.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/RogueMain.c -o src/brogue/RogueMain.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/SeedCatalog.c -o src/brogue/SeedCatalog.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/SeedCatalog.c -o src/brogue/SeedCatalog.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Time.c -o src/brogue/Time.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Time.c -o src/brogue/Time.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Utilities.c -o src/brogue/Utilities.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Utilities.c -o src/brogue/Utilities.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/brogue/Wizard.c -o src/brogue/Wizard.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/brogue/Wizard.c -o src/brogue/Wizard.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -DBROGUE_EXTRA_VERSION="" -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/variants/GlobalsBrogue.c -o src/variants/GlobalsBrogue.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -DBROGUE_EXTRA_VERSION="" -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/variants/GlobalsBrogue.c -o src/variants/GlobalsBrogue.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -DBROGUE_EXTRA_VERSION="" -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/variants/GlobalsRapidBrogue.c -o src/variants/GlobalsRapidBrogue.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -DBROGUE_EXTRA_VERSION="" -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/variants/GlobalsRapidBrogue.c -o src/variants/GlobalsRapidBrogue.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/main.c -o src/platform/main.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/platform/main.c -o src/platform/main.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/platformdependent.c -o src/platform/platformdependent.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/platform/platformdependent.c -o src/platform/platformdependent.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/curses-platform.c -o src/platform/curses-platform.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/platform/curses-platform.c -o src/platform/curses-platform.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/null-platform.c -o src/platform/null-platform.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/platform/null-platform.c -o src/platform/null-platform.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/term.c -o src/platform/term.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/platform/term.c -o src/platform/term.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
clang called with: -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -O2 -c src/platform/sdl2-platform.c -o src/platform/sdl2-platform.o | |
superenv removed: -Wall -Wpedantic -Werror=implicit -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -O2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
superenv executed: clang -pipe -w -Os -DDATADIR=/opt/homebrew/Cellar/brogue/1.14/libexec -DBROGUE_CURSES -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wno-parentheses -Wno-unused-result -I/opt/homebrew/Cellar/sdl2/2.30.6/include/SDL2 -D_THREAD_SAFE -c src/platform/sdl2-platform.c -o src/platform/sdl2-platform.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/brogue-20240810-99967-m04jug/BrogueCE-1.14=. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment