When compiled with WORLD_SCORE not set on macOS with the clang compiler, compilation of the current develop branch fails with a linker error for the missing symbol, screen_dump. load/load.c and save/save.c were the object files referencing the missing symbol.
When compiled with WORLD_SCORE not set on macOS with the clang compiler, compilation of the current develop branch fails with a linker error for the missing symbol, screen_dump. load/load.c and save/save.c were the object files referencing the missing symbol.
This commit, https://osdn.net/projects/hengbandforosx/scm/git/hengbandosx/commits/22b7f5c29fb47fc24f1bcaef60ef395f770881f1 , (screen-dump-missing-symbol branch of the hengbandforosx project; branch is based off Hengband's develop branch) always defines screen_dump in io/report.c regardless of whether WORLD_SCORE is set.