Dear All I get the directfb compile under x86-64 and it run fine except the color and the refreshing seem to be off. I'm still digging in and see where the bug coming from. Before that I just wonder anyone get the same problem? Just wonder is my configuration problem or driver specific problem.
Thanks Alex Lau wrote: >> >> On Tue, 2006-04-11 at 06:14:58 +0300, Guillem Jover wrote: >>> This patch by Andreas Jochens <[EMAIL PROTECTED]>, fixes a build failure >>> on amd64 due to types clashing by including 'dfb_types.h' instead >>> of 'asm/types.h' (needs to be applied after the fbdev one, or just >>> ignore the error from the missing file). >> There has been another build failure on Debian GNU/Linux amd64, due >> to the redefinition of kernel types from userland. Here's a better >> approach, rename all kernel types from userland to proper userland >> ones. I've chosen the inet types as they are the ones currently used >> in "dfb_types.h", but those could be changed to use <stdint.h> as well. >> >> I include an incremental patch over the other one I sent, and a script >> to do a mass rename over the whole source tree (because the patch >> generated was 430 KiB). >> >> regards, >> guillem >> _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
