[mythtv] mythmusic cvs compile issue

thor mythtv at lamedomainname.com
Fri Jan 23 18:59:23 EST 2004


On Friday 23 January 2004 18:25, Chris Petersen wrote:


> In file included from cddecoder.cpp:11:
> cddecoder.h:8:28: cdda_interface.h: No such file or directory
> cddecoder.h:9:27: cdda_paranoia.h: No such file or directory

	Seen this before ... I think the Redhat cddecoder rpm puts them in a 
different place than other packages or a source install.

	Try editing the mythmusic/mythmusic/mythmusic.pro file and adding:

		INCLUDEPATH *= /usr/include/cdda

	somewhere near the top, i.e. just after the test for:

		!exists(../config.pro ) {
    		error(Missing config.pro: please run the configure script)
		}

	then qmake, make.

	If that fixes it, I'll add that in CVS.

- thor

 



More information about the mythtv-dev mailing list