| LinHES Forums http://forums.linhes.org/ |
|
| tv_output make fails http://forums.linhes.org/viewtopic.php?f=2&t=14705 |
Page 1 of 1 |
| Author: | yamahito [ Mon Mar 26, 2007 12:18 pm ] |
| Post subject: | tv_output make fails |
Hi all, I know the short answer for this is going to be 'get an nvideo card,' but I'm short on budget and time so bear with me I'm trying to get the TV Out working on a radeon 7200 (or possibly 9200) using KnoppMyth R5E50. I'm following the guide on the mythTV wiki, which is in turn based on the mini-howto from Gatos. Here's what I've actually typed: Code: wget http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-6.5.8.0.tar.bz2 wget http://megahurts.dk/rune/stuff/xorg7-6.5.8.0-tv_output.patch.gz tar xjvf xf86-video-ati-6.5.8.0.tar.bz2 gunzip -c xorg7-6.5.8.0-tv_output.patch.gz | patch -p1 -d xf86-video-ati-6.5.8.0 cd xf86-video-ati-6.5.8.0/ export XORG_PREFIX="/usr" export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --localstatedir=/var" ./configure $XORG_CONFIG --with-xorg-module-dir=/usr/lib/xorg/modules make and here's the tail of the make with the errors it throws up: Code: In file included from /usr/include/xf86drm.h:40,
from mach64_dri.h:34, from atistruct.h:42, from atibus.c:33: /usr/include/sys/types.h:62: error: conflicting types for 'xf86dev_t' /usr/include/xorg/xf86_libc.h:87: error: previous declaration of 'xf86dev_t' was here /usr/include/sys/types.h:110: error: conflicting types for 'xf86ssize_t' /usr/include/xorg/xf86_libc.h:86: error: previous declaration of 'xf86ssize_t' was here In file included from /usr/include/xf86drm.h:40, from mach64_dri.h:34, from atistruct.h:42, from atibus.c:33: /usr/include/sys/types.h:151: error: duplicate 'unsigned' make[2]: *** [atibus.lo] Error 1 make[2]: Leaving directory `/root/xf86-video-ati-6.5.8.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/xf86-video-ati-6.5.8.0' make: *** [all] Error 2 Can anyone point me in the direction of getting this to compile? Thanks! |
|
| Page 1 of 1 | All times are UTC - 6 hours |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|