[mythtv-users] Installing/Compiling a backend only machine

Roo roo.watt at gmail.com
Tue Aug 21 22:00:42 UTC 2007


On 22/08/07, Joacim J <jocke4news at gmail.com> wrote:
> I just tried with
>
>  # ./configure \
> --prefix=/opt/mythtv_svn_r14230 \
> --enable-lirc \
> --enable-audio-alsa \
> --enable-audio-jack \
> --disable-audio-arts \
> --enable-dvb \
> --enable-proc-opt \
> --enable-firewire \
> --enable-libdts \
> --enable-xvmc
>
> Then
> # make
>
> Which gives me:
> ....
> gcc -c -pipe -march=k8 -Wall -Wno-switch -Wdisabled-optimization
> -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -w -fomit-frame-pointer
> -O3 -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC  -DMMX -D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/opt/mythtv_svn_r14230\"
> -DLIBDIR=\"/opt/mythtv_svn_r14230/lib\" -DHAVE_AV_CONFIG_H
> -D_LARGEFILE_SOURCE -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_NO_DEBUG
> -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
> -I/usr/share/qt3/mkspecs/default -I. -I.. -I../..
> -I../libavutil -I../libswscale -I../../../../../include/qt3 -o xvmcvideo.o
> xvmcvideo.c
> In file included from xvmcvideo.c:43:
> xvmc_render.h:13:36: error: X11/extensions/XvMClib.h: No such file or
> directory

I suspect the error is the above line...
$ apt-file search X11/extensions/XvMClib.h returns
   libxvmc-dev: usr/include/X11/extensions/XvMClib.h

So try installing "libxvmc-dev" package and you should be OK. Mind you
I don't use xvmc so there may be other dependencies as well. apt-file
will help you find the packages that provide particular headers or
files.

Cheers,

Roo.


More information about the mythtv-users mailing list