After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 567853 - osxaudiosrc does not build on 10.4
osxaudiosrc does not build on 10.4
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.11
Other Linux
: Normal normal
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-15 12:55 UTC by Andy Wingo
Modified: 2009-01-23 08:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andy Wingo 2009-01-15 12:55:23 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.
Comment 1 Michael Smith 2009-01-15 21:17:22 UTC
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.