Hi all I tried to compile DirectFBGL with 2.6.15 kernel installed as i wanted to run argonium [1] over DFB, but it seems to me (i'm not a kernel expert, anyway :) that DirectFBGL is tied to pre 2.6.12/2.4.x kernels as there are many references, when coming to compile mga.ko, to structs like drm_agp_t that seem to have been removed in latest kernels. After declaring the struct drm_agp_t (taken fron 2.6.8 kernel), replacing inter_module_get() with symbol_get(), io_rema_page_range() with io_remap_pfn_range() i didn't know how to replace remap_page_range() with remap_pfn_range() [2] => as a result i cannot load the mga.ko module as my kernel doesn't know where to take remap_page_range() from. Are there plans to update DirectFBGL so that compiles with latest kernels?
thanks Attilio [1] http://www.planetquake.com/td/argonium/ [2] http://lwn.net/Articles/104333/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
