On Tue, 11 Jan 2005 08:35:22 +0000, Ashley Bostock <[EMAIL PROTECTED]> wrote: > When updating to the latest cvs mythtv fails to compile with the > following error: > [...] > Lots of "undefined reference" messages the cause of the problem? > I also thought that XvMC support was mainly for nvidia cards, I don't > have a nvidia card in this machine and its not in my use variables, so > can I safely disable XvMC support and if so how?: >
Are you using the ebuild from bugzilla (http://bugs.gentoo.org/show_bug.cgi?id=66337) ? It looks to me like it has an error. Apply the following patch: --- mythtv-cvs-0.16.ebuild.orig Tue Jan 11 11:03:09 2005 +++ mythtv-cvs-0.16.ebuild Tue Jan 11 11:03:42 2005 @@ -124,8 +124,7 @@ # xrandr should always be available with Gentoo X builds if true ; then - sed -e '/#CONFIG += using_xvmc *$/s:#::' \ - -e '/#CONFIG += using_xrandr/s:#::' \ + sed -e '/#CONFIG += using_xrandr/s:#::' \ -e '/#DEFINES += USING_XRANDR/s:#::' \ -i 'settings.pro' || die "enable xrandr sed failed" fi Regards, Petter
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
