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 XF86dri.c:421: error: conflicting types for ‘XF86DRICreateDrawable’ /usr/include/X11/dri/xf86dri.h:101: error: previous declaration of ‘XF86DRICreateDrawable’ was here XF86dri.c:455: error: conflicting types for ‘XF86DRIDestroyDrawable’ /usr/include/X11/dri/xf86dri.h:104: error: previous declaration of ‘XF86DRIDestroyDrawable’ was here make[3]: *** [libxephyr_hostdri_a-XF86dri.o] Error 1 make[3]: Leaving directory `/home/joe/Desktop/xorg-server-1.5.3/hw/kdrive/ephyr' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/joe/Desktop/xorg-server-1.5.3/hw/kdrive' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/joe/Desktop/xorg-server-1.5.3/hw' make: *** [all-recursive] Error 1 _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
