[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:07:09 PDT 2010


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

Benjamin Otte (Company) <otte> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |otte at gnome.org

--- Comment #3 from Benjamin Otte (Company) <otte at gnome.org> 2010-04-08 12:07:04 UTC ---
Is that a zlib bug?
Or is that -Wundef being extra annoying again?

Also, that macro is not defined by any header, but you are supposed to define
it yourself if you want 64bit functions (kinda like _LARGEFILE64_SOURCE).

I'd vote for defining this macro unconditionally in common/ for all GStreamer
configure scripts - and I'd probably define it to 32, just to be sure we don't
use weird code paths anywhere (and because - to quote Edward's link - "On 64
bit systems this macro has no effect").

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