Logged In: YES
user_id=4882
Originator: NO

Hi! in http://www.kde-apps.org/content/show.php?content=28270&forumpage=4
we have a suggestion thats works (compiles don't try my pad yet ) for me .

--- kxmame.old/trunk/src/kxmame_joy.cpp 2007-05-27 06:24:59.000000000 +0100
+++ kxmame/src/kxmame_joy.cpp 2008-01-01 03:02:22.000000000 +0000
@@ -41,7 +41,9 @@ extern "C" {

#ifdef ENABLE_JOYSTICK
# ifdef HAVE_LINUX_JOYSTICK_H
+#undef __STRICT_ANSI__
# include <linux/joystick.h>
+#define __STRICT_ANSI__
# else
# error Joystick is only supported on Linux. Reconfigure with --disable-joystick.
# undef ENABLE_JOYSTICK