GNOME Bugzilla – Bug 567853
osxaudiosrc does not build on 10.4
Last modified: 2009-01-23 08:38:07 UTC
Hi, osxaudiosrc doesn't build on 10.4 because of some missing symbols: _FindNextComponent _CloseComponent _OpenAComponent These are in the CoreServices framework. Adding -Wl,-framework -Wl,CoreServices fixed the issue for us. Also there appears to be a typo in that -Wl,AudioUnit needs a -Wl,-framework before it.
2009-01-15 Michael Smith <msmith@songbirdnest.com> * sys/osxaudio/Makefile.am: Link against CoreServices (needed for osx 10.4) and fix up the linker flags. Fixes #567853.