I pulled the CVS version of DRI and found that it does not compile because the kernel version
checks against 2.6.11 all need to be 2.6.10. For example:

CC [M] /home/bscott/wc/cvs/dri/drm/linux-core/drm_agpsupport.o
/home/bscott/wc/cvs/dri/drm/linux-core/drm_agpsupport.c: In function ‘drm_agp_acquire’: /home/bscott/wc/cvs/dri/drm/linux-core/drm_agpsupport.c:114: error: too few arguments to function ‘agp_backend_acquire’

Having replace all KERNEL_VERSION(2,6,11) with KERNEL_VERSION(2,6,10) it built and works.

Barry



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to