In file included from /usr/include/asm/types.h:5,
from ../../systems/fbdev/fbdev.h:31,
from uc_ioctl.h:6,
from unichrome.c:48:
/usr/include/asm-x86_64/types.h:22: error: conflicting types for 's64'
../../include/dfb_types.h:31: error: previous declaration of 's64' was
here
/usr/include/asm-x86_64/types.h:23: error: conflicting types for 'u64'
../../include/dfb_types.h:26: error: previous declaration of 'u64' was
here
Oh, that again :-)
Can you try the attached patch?
Mark
Index: gfxdrivers/unichrome/unichrome.c
===================================================================
RCS file: /cvs/directfb/DirectFB/gfxdrivers/unichrome/unichrome.c,v
retrieving revision 1.12
diff -u -r1.12 unichrome.c
--- gfxdrivers/unichrome/unichrome.c 1 Feb 2007 18:42:44 -0000 1.12
+++ gfxdrivers/unichrome/unichrome.c 8 Feb 2007 18:35:59 -0000
@@ -11,6 +11,8 @@
#include <config.h>
+#include <fbdev/fbdev.h>
+
#include <directfb.h>
#include <direct/messages.h>
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users