Hi Dustin, > I have an AMD64 3000+ that runs just lovely. I recently tried to > build MythTV Plugins 0.18 using my default G++ 3.4 and the error below > halted the build. I removed MythMusic and it crapped out on MythGallery > instead. Has anyone else been having build problems?
Here's the clue: > In file included from cddecoder.cpp:10: > cddecoder.h:6:21: cdaudio.h: No such file or directory > cddecoder.h:8:28: cdda_interface.h: No such file or directory > cddecoder.h:9:27: cdda_paranoia.h: No such file or directory You need to have all of the pre-requisites installed as detailed in mythplguins/README. Here it's saying that it can't find a few .h files.... It took me a while to figure out which ones could be installed from RPMs (I'm using Fedora Core 3) and which had to be downloaded and compiled. With FC3, I had to download and compile and install libcdaudio, libmad and libid3tag. The rest were packages available in the FC3 distribution (they were mainly the -devel versions). Cheers, Richard.
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
