On 2010-03-16 19:29, Rogerio Luz Coelho wrote:
Hello I have a SiS 671 video card and have downloaded a source driver to
see if I can make it work ... I have installed a bunch of dependencies but
the 'make config' command fails complaining abou a missing xf86Resources.h
file
[snip]
$ make install
Making install in src
make[1]: Entrando no diretório
`/home/rogerio/xf86-video-sis-imedia/src' /bin/bash ../libtool
--tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1
-I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT init.lo -MD -MP -MF
.deps/init.Tpo -c -o init.lo init.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I..
-fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1
-I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT init.lo -MD -MP -MF
.deps/init.Tpo -c init.c -fPIC -DPIC -o .libs/init.o In file included from
init.h:60,
from init.c:63:
/*sis.h:63:24: error: xf86_ansic.h: Arquivo ou diretório não encontrado
(file not found) sis.h:68:27: error: xf86Resources.h: Arquivo ou
diretório não encontrado (file not found) */ In file included from
init.h:60,
from init.c:63:
[snip]
Anyone got any clues as to what is wrong ??
Why didn't you search for xf86Resources.h and xf86_ansic.h?
me@haggis:~$ apt-file search xf86_ansic.h
me@haggis:~$
me@haggis:~$
me@haggis:~$ apt-file search xf86Resources.h
xserver-xorg-dev: /usr/include/xorg/xf86Resources.h
me@haggis:~$