Hi Chris,
I tried those. Problem is it doesn't seem to build via_drv
(there must be someone that got this thing compiled)
do the openchrome drivers work with the pico ITX ?
here is what happens (in via/X11R7):
[root@dpur-1 X11R7]# make
make all-recursive
make[1]: Entering directory `/opt/drivers/graphics/CLE266CN400CN-CX700CN800XORG40072-kernel-src_20071213d/src/via/X11R7'
Making all in src
make[2]: Entering directory `/opt/drivers/graphics/CLE266CN400CN-CX700CN800XORG40072-kernel-src_20071213d/src/via/X11R7/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -g -O2 -MT hw.lo -MD -MP -MF ".deps/hw.Tpo" -c -o hw.lo hw.c; \
then mv -f ".deps/hw.Tpo" ".deps/hw.Plo"; else rm -f ".deps/hw.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -g -O2 -MT hw.lo -MD -MP -MF .deps/hw.Tpo -c hw.c -fPIC -DPIC -o .libs/hw.o
In file included from /usr/include/xf86drm.h:40,
from /usr/include/xorg/sarea.h:42,
from via_driver.h:69,
from hw.c:32:
/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 /usr/include/xorg/sarea.h:42,
from via_driver.h:69,
from hw.c:32:
/usr/include/sys/types.h:151: error: duplicate 'unsigned'
make[2]: *** [hw.lo] Error 1
make[2]: Leaving directory `/opt/drivers/graphics/CLE266CN400CN-CX700CN800XORG40072-kernel-src_20071213d/src/via/X11R7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/drivers/graphics/CLE266CN400CN-CX700CN800XORG40072-kernel-src_20071213d/src/via/X11R7'
make: *** [all] Error 2
|