[gstreamer-bugs] [Bug 615161] MacOSX 10.5 : Failure to build due to missing _FILE_OFFSET_BITS symbol

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 8 05:38:58 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=615161
  GStreamer | gst-plugins-good | git

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-04-08 12:38:57 UTC ---
At least for the release (but also in general) I would very much prefer a local
fix. Ultimately it's really just an annoying side effect of -Wundef really
IMHO. But since this is all zlib API we're not using at all it doesn't really
matter, we may just as well define it to 32 if it's undefined before including
zlib.h.

I'm guessing the same is also needed for qtdemux and matroskademux?


> > Does adding AC_SYS_LARGEFILE to configure.ac help?
> 
> Yes, unless passing --disable-largefile to configure, because that causes
> _FILE_OFFSET_BITS to not be defined.

Well, sure, but as long as the default works, I'm perfectly happy to treat that
similar to 'Doctor, my arm hurts when I hit it with a hammer', ie. 'don't do
that then' ;-)

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