[gstreamer-bugs] [Bug 609918] [OS X] configure: cdda_interface.h: present but cannot be compiled (if VERSION is defined)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jun 11 16:12:33 PDT 2010


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

--- Comment #9 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-06-11 23:12:28 UTC ---
This can be solved properly after the next cdparanoia release, which will
contain a pkg-config file for cdparanoia. I've added the checks to configure.ac
in git already:

 commit dab38bb8a05262d52f8abbb9848a913763f9579c
 Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
 Date:   Fri Jun 11 22:16:26 2010 +0100

    cdparanoia: check for cdparanoia with pkg-config first

    cdparanoia now has a .pc file in post-0.10.2 SVN, so use
    that to check for cdparanoia before we try all the other
    checks. Besides being generally nicer, this may help with
    correctly detecting cdparanoia on OSX some day (see #609918).

so in order to try the patch above you could drop a file cdparanoia-3.pc into
$prefix/lib/pkgconfig that looks like this:

---snip-------------------------------------------
prefix=/usr/local 
exec_prefix=${prefix} 
libdir=${exec_prefix}/lib 
includedir=${prefix}/include 

Name: Cdparanoia III 
Description: Compact Disc Digital Audio (CDDA) Digital Audio Extraction (DAE)
library 
Requires: 
Version: 10.2
Libs: -L${libdir} -lcdda_interface -lcdda_paranoia 
Cflags: -I${includedir} 
---snip-------------------------------------------

You might need to adjust the path in prefix to match yours.

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