I’ve compiled vice which is now compatible with 10.9+. The official build is only compatible to 10.12. In order to compile it on my system (10.11) I did:
- Install Xcode and command line utilities
- Download a 10.9 SDK: Old SDKs
- Patch the build file: remove the “clang workarounds for now” (line 198-201) of file “build-vice-dist.sh”
- Start the build tool:
DEV_BASES=/Library/Developer/CommandLineTools/ ./build/macosx/build-vice-dist.sh x86_64 10.9 clang cocoa dmg
Vice-macosx-cocoa-x86 64-10.9-clang-3.0 (29.1 MiB, 4. January 2017)
Update: compiled Vice 3.1Vice-macosx-cocoa-x86 64-10.9-clang-3.1 (77.3 MiB, 1. September 2017)
Vice-macosx-sdl-x86 64-10.9-clang-3.1 (79.7 MiB, 2. September 2017)
Update: compiled Vice 3.2Vice-macosx-sdl-x86 64-10.9-clang (79.0 MiB, 11. July 2018)
Vice-macosx-cocoa-x86 64-10.9-clang (79.9 MiB, 11. July 2018)