Bug #2242
[macOS] Crash when running on macOS 10.11 or older (FluidSynth and GLib)
Description
The FluidSynth audio plugin uses GLib libraries compiled for macOS 10.12. This naturally causes FluidSynth to fail to load and possibly even crash Doomsday altogether.
The GLib libraries should be targeting the 10.10 like Doomsday itself does.
Associated revisions
macOS|CMake|FluidSynth: Option to use a static version of GLib et al.
Previously, the build was configured to use GLib from Homebrew, but
that is built for the currently installed version of macOS. Doomsday
is targeting macOS 10.10, so a manually compiled GLib is required
instead.
IssueID #2242
History
#1 Updated by skyjake over 7 years ago
- Description updated (diff)
#2 Updated by skyjake over 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
#3 Updated by skyjake over 7 years ago
- Status changed from Resolved to Closed
#4 Updated by skyjake over 7 years ago
- Status changed from Closed to Resolved
#5 Updated by skyjake over 7 years ago
- Status changed from Resolved to Closed
macOS|CMake|FluidSynth: Option to use a static version of GLib et al.
Previously, the build was configured to use GLib from Homebrew, but
that is built for the currently installed version of macOS. Doomsday
is targeting macOS 10.10, so a manually compiled GLib is required
instead.
IssueID #2242