[mythtv] FYI: minor compile bug for MythMusic / RH8

Joseph A. Caputo jcaputo1 at comcast.net
Fri Jul 18 11:15:37 EDT 2003


> -----Original Message-----
> From: mythtv-dev-bounces at snowman.net
> [mailto:mythtv-dev-bounces at snowman.net]On Behalf Of Michael J. Hammel
> Sent: Thursday, July 17, 2003 6:32 PM
> To: MythTV Development
> Subject: [mythtv] FYI: minor compile bug for MythMusic / RH8
>
>
> I'm not sure if anyone cares about RH8 (I only use it because I have to
> at the moment), but the RPMs that load cdparanoia put the headers under
> /usr/include/cdda and not under /usr/include.  So you need to change
>
> #include <cdda_interface.h>
> #include <cdda_paranoia.h>
>
> to
>
> #include <cdda/cdda_interface.h>
> #include <cdda/cdda_paranoia.h>
>
> in cdrip.cpp and cddecoder.h

Instead of modifying the source, try adding the following line to your
mythmusic/settings.pro:

	INCLUDEPATH *= /usr/include/cdda

Works for me.

-JAC



More information about the mythtv-dev mailing list