[mythtv-users] Need help with Air2pc setup

Byron Poland wpoland at gmail.com
Mon Feb 28 21:54:18 UTC 2005


On Mon, 28 Feb 2005 15:57:07 -0500, Tom Dombrosky <tbdombrosky at gmail.com> wrote:
> >
> 
> You're compiling myth with the wrong dvb headers.  Make sure the line
> in your settings.pro is correct and then recompile.  You won't be able
> to do any scans until you fix this.
> 
> Tom
> 

Thanks for the quick reply, however the compile never gets past the
first Makefile for libavcodec:


byron at glide:~/downloads/mythtv/mythtv$ make
cd libs && qmake libs.pro -o Makefile
cd libs && make -f Makefile
make[1]: Entering directory `/home/byron/downloads/mythtv/mythtv/libs'
cd libavcodec && qmake libavcodec.pro -o Makefile
cd libavcodec && make -f Makefile
make[2]: Entering directory
`/home/byron/downloads/mythtv/mythtv/libs/libavcodec'
gcc -c -pipe -w -O3 -march=k8 -fomit-frame-pointer -O3 -Wall
-Wno-switch -DPIC -fPIC -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -D_REENTRANT
-fPIC  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
-DMMX -DUSING_DVB -DUSING_FIREWIRE -DUSING_XVMC -DHAVE_XVMC
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED
-I/usr/share/qt3/mkspecs/default -I. -I../.. -I/usr/include/qt3 -o
utils.o utils.c
cc1: error: bad value (k8) for -march= switch
cc1: error: bad value (k8) for -mcpu= switch
make[2]: *** [utils.o] Error 1
make[2]: Leaving directory
`/home/byron/downloads/mythtv/mythtv/libs/libavcodec'make[1]: ***
[sub-libavcodec] Error 2
make[1]: Leaving directory `/home/byron/downloads/mythtv/mythtv/libs'
make: *** [sub-libs] Error 2


More information about the mythtv-users mailing list