[Bug 660302] audioconvert: build fails with "non-relocatable subtraction expression" on OS X

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 17 03:34:39 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=660302
  GStreamer | gst-plugins-base | 0.11.x

--- Comment #8 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-01-17 11:34:34 UTC ---
As far as I can see, it complains about something in the .s file, which is an
assembly file generated by the compiler. You need to check the compiler man
page to figure out how to make it not delete the temp files or how to just
generate the .s and then stop. For gcc, passing -S in CFLAGS might do the
trick.

As for orc, if there is no liborc our build will use a back-up file
(gstaudioconvertorc-dist.c in this case) with the C fallback code. If liborc
exists, we will use the orc compiler to generate the C fallback code.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list