[gstreamer-bugs] [Bug 614767] libgstreamer build failure on OS X x86_64

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 5 13:31:39 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=614767
  GStreamer | gstreamer (core) | 0.10.26

--- Comment #6 from David Schleef <ds at schleef.org> 2010-04-05 20:31:34 UTC ---
__udivti3 is for 128-bit division, so what's probably happening is that
GStreamer detects existence of uint128_t, and assumes that the compiler will
support 128-bit division.  In the ideal situation, if this assumption were not
true, I'd complain about a broken toolchain, but I can think of several
innocuous reasons why a particular system might be broken in this way (say,
mismatched compiler and system headers).  So we should probably check that the
toolchain supports 128-bit divide directly.

In the meantime, you can work around it by setting "gst_cv_uint128_t=no" in the
environment (or config.site) before running configure.

-- 
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