You probably don't have all the development libraries that you need. Here's what I did:
Run 'apt-get showsrc mythtv-frontend', and install the packages in the Build-deps list, except libxinerama-dev, and don't worry about the version of x-libs-static. Make sure that you have gcc-3.2 and g++-3.2 installed and make sure that /usr/bin/gcc and /usr/bin/g++ point to these binaries. You may need to add some stuff to your /etc/apt/sources.list. Here's mine. deb http://ftp.ca.debian.org/debian/ stable main non-free contrib deb-src http://ftp.ca.debian.org/debian/ stable main non-free contrib deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free deb http://security.debian.org/ stable/updates main contrib non-free #deb ftp://gd.tuwien.ac.at/kde/stable/3.2/Debian stable main deb ftp://ftp.nerim.net/debian-marillat/ stable main deb-src http://perso.wanadoo.fr/debian/ unstable main #deb http://xbox-linux.sourceforge.net/packages/dists/xebian/ ./ #deb-src http://xbox-linux.sourceforge.net/packages/dists/xebian/ ./ deb http://ftp.linux.pt/pub/xbox/debian/ woody main #deb http://localhost/packages/packages_xebian/ ./ #deb-src http://localhost/packages/packages_xebian/ ./ #deb http://192.168.1.21/packages_experimental/ ./ #deb-src http://192.168.1.21/packages_experimental/ ./ #deb http://ftp.freenet.de/pub/debian-openoffice/ woody main contrib #deb-src http://ftp.freenet.de/pub/debian-openoffice/ woody main contrib # Sources need for MythTV deb ftp://ftp.nerim.net/debian-marillat/ unstable main deb http://dijkstra.csh.rit.edu/~mdz/debian unstable mythtv deb-src http://dijkstra.csh.rit.edu/~mdz/debian unstable mythtv deb http://myth.blkbk.com/debian xebian mythtv deb http://ftp.us.debian.org/debian/ unstable main non-free contrib deb-src http://ftp.us.debian.org/debian/ unstable main non-free contrib deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
