Hi,
On Thursday 05 October 2006 18:49, Matthew Burgess wrote:
>
> #if defined(__GNUC__) && !defined(__STRICT_ANSI__)
> typedef __signed__ long long __s64;
> typedef unsigned long long __u64;
> #endif
>
Since the __STRICT_ANSI__ define seems to be set I did the following:
<patch>
diff -Naur kdebase-3.5.2-orig/kcontrol/joystick/joydevice.h
kdebase-3.5.2/kcontrol/joystick/joydevice.h
--- kdebase-3.5.2-orig/kcontrol/joystick/joydevice.h 2005-11-26
07:51:17.000000000 +0100
+++ kdebase-3.5.2/kcontrol/joystick/joydevice.h 2006-09-16 22:42:21.440219977
+0200
@@ -24,7 +24,9 @@
#include <qstring.h>
#include <sys/types.h>
+#undef __STRICT_ANSI__
#include <linux/joystick.h>
+#define __STRICT_ANSI__
// helper class which holds all current values, file descriptor, etc. for
// one device
</patch>
well, it works for me...
Moody
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page