[mythtv-users] Help compiling mythtv from svn on Fedora

John Nissley jnissley at nissley.org
Sun Aug 30 16:15:55 UTC 2009


On a slightly different note. I am trying to compile with vdpau support 
on my two production mythtv fe/be computers and am getting the 
following. My test / desktop computer running Fedora 11 is now compiling 
fine with the --enable-vdpau switch.

mythpainter_vdpau.o mythpainter_vdpau.cpp
mythpainter_vdpau.cpp:15:25: error: vdpau/vdpau.h: No such file or 
directory
mythpainter_vdpau.cpp:16:29: error: vdpau/vdpau_x11.h: No such file or 
directory
mythpainter_vdpau.cpp:32: error: ‘VdpOutputSurfaceRenderBlendState’ does 
not name a type
mythpainter_vdpau.cpp:82: error: ‘VdpOutputSurface’ does not name a type
mythpainter_vdpau.cpp:83: error: ‘VdpRect’ does not name a type
mythpainter_vdpau.cpp:85: error: ‘VdpOutputSurface’ does not name a type

I can compile with the --disable-vdpau switch just fine.

My Fedora 10 computer has the following
# uname -a
Linux mythtv.nissley.org 2.6.29.6-99.fc10.x86_64 #1 SMP Mon Aug 17 
10:43:23 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
$ rpm -qa | grep nvidia
kmod-nvidia-2.6.29.6-99.fc10.x86_64-180.60-1.fc10.4.x86_64
xorg-x11-drv-nvidia-libs-180.60-1.fc10.x86_64
xorg-x11-drv-nvidia-180.60-1.fc10.x86_64
xorg-x11-drv-nvidia-devel-180.60-1.fc10.x86_64
kmod-nvidia-2.6.29.6-93.fc10.x86_64-180.60-1.fc10.x86_64
kmod-nvidia-180.60-1.fc10.4.x86_64
As recommended earlier
$ rpm -qVf /usr/lib/libGL.so* /usr/lib64/libGL.so*
error: file /usr/lib/libGL.so*: No such file or directory


My Fedora 11 computer has the following
$ uname -a
Linux mythtv2.nissley.org 2.6.29.6-217.2.3.fc11.x86_64 #1 SMP Wed Jul 29 
16:02:42 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
$ rpm -qa | grep nvidia
kmod-nvidia-2.6.29.6-217.2.3.fc11.x86_64-185.18.14-1.fc11.3.x86_64
kmod-nvidia-2.6.29.6-217.2.8.fc11.x86_64-185.18.14-1.fc11.6.x86_64
xorg-x11-drv-nvidia-185.18.14-3.fc11.x86_64
xorg-x11-drv-nvidia-libs-185.18.14-3.fc11.x86_64
xorg-x11-drv-nvidia-devel-185.18.14-3.fc11.x86_64

As recommended earlier
$ rpm -qVf /usr/lib/libGL.so* /usr/lib64/libGL.so*
error: file /usr/lib/libGL.so*: No such file or directory


Any idea on why my compile fails with this error


More information about the mythtv-users mailing list