[pulseaudio-tickets] [Bug 90881] _FILE_OFFSET_BITS redefined warnings when building echo-cancel module
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jun 11 13:32:43 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90881
--- Comment #3 from shawn.walker at oracle.com <shawn.walker at oracle.com> ---
The compilation errors are likely due to platform differences; I promise the
patch I provided works as expected here :-)
With that said, your alternative patch also works, so I'm fine with that fix
instead; it's probably the more portable fix.
FYI, this is the warning that was originally seen:
CC modules/echo-cancel/module_echo_cancel_la-adrian-aec.lo
In file included from
/builds/pulseaudio-6.0/src/modules/echo-cancel/adrian-aec.h:17:0,
from
/builds/pulseaudio-6.0/src/modules/echo-cancel/adrian-aec.c:23:
../config.h:698:0: warning: "_FILE_OFFSET_BITS" redefined [enabled by default]
#define _FILE_OFFSET_BITS 64
^
In file included from /usr/include/iso/math_iso.h:12:0,
from /usr/include/math.h:12,
from
/builds/pulseaudio-6.0/src/modules/echo-cancel/adrian-aec.c:17:
/usr/include/sys/feature_tests.h:214:0: note: this is the location of the
previous definition
#define _FILE_OFFSET_BITS 32
^
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150611/09c08cbd/attachment.html>
More information about the pulseaudio-bugs
mailing list