[gstreamer-bugs] [Bug 609918] configure: WARNING: cdda_interface.h: present but cannot be compiled

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 15 14:11:17 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=609918
  GStreamer | gst-plugins-base | 0.10.26

--- Comment #4 from Daniel Macks <dmacks at netspace.org> 2010-02-15 22:11:16 UTC ---
> #define VERSION "0.10.26"
> #include <cdda_interface.h>

is the reproducible failure here. In particular it fails iff VERSION is defined
in a way that is not a simple string. Here's why:
/System/Library/Frameworks/IOKit.framework/Headers/scsi/SCSICmds_INQUIRY_Definitions.h
defines some structs that have an element named VERSION. Yikes! So the bug is
really triggered by (and can only be solved within) gst, by avoiding using that
apparently non-safe AC variable because cdda uses an OS X system header that
uses that for another meaning.

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