On Wed, 2009-06-10 at 15:32 +0000, [email protected] wrote: > I'm trying to build Kdrive from the xorg-server-1.5.3 sources. > Autogen seemed to run fine with the following: > ./autogen.sh --enable-kdrive --disable-dmx --disable-dbus > --prefix=/var/tmp/xorg > > But when I run make I am getting the following output. > Can anyone give me some insight to we hat I/Ive done wrong. > > > /exa -I../../.. -I/opt/gfx-test/include -I/opt/gfx-test/include/drm > -I/usr/include/X11/dri -g -O2 -MT libxephyr_hostdri_a-XF86dri.o -MD -MP -MF > .deps/libxephyr_hostdri_a-XF86dri.Tpo -c -o libxephyr_hostdri_a-XF86dri.o > `test -f 'XF86dri.c' || echo './'`XF86dri.c > XF86dri.c:399: error: conflicting types for ‘XF86DRIDestroyContext’ > /usr/include/X11/dri/xf86dri.h:98: error: previous declaration of > ‘XF86DRIDestroyContext’ was here
Current versions of xf86dri.h don't have any declarations for XF86DRI* functions. You need to upgrade to xf86driproto 2.0.4. - ajax
signature.asc
Description: This is a digitally signed message part
_______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
