From 86849038ea0a8aefbd651e0ab8ec23b9ac88efde Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Wed, 1 Aug 2012 09:15:45 -0300 Subject: libraries/ois: Included patch for gcc-4.7. Signed-off-by: Niels Horn --- libraries/ois/gcc-4.7.patch | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 libraries/ois/gcc-4.7.patch (limited to 'libraries/ois/gcc-4.7.patch') diff --git a/libraries/ois/gcc-4.7.patch b/libraries/ois/gcc-4.7.patch new file mode 100644 index 0000000000000..16c103b040149 --- /dev/null +++ b/libraries/ois/gcc-4.7.patch @@ -0,0 +1,63 @@ +diff -Naur ois-v1-3.orig/demos/FFConsoleDemo.cpp ois-v1-3/demos/FFConsoleDemo.cpp +--- ois-v1-3.orig/demos/FFConsoleDemo.cpp 2010-04-01 03:38:04.000000000 +0000 ++++ ois-v1-3/demos/FFConsoleDemo.cpp 2012-07-10 02:40:07.339818611 +0000 +@@ -3,6 +3,7 @@ + #include + #include + #include ++#include + #include + #include + #include +diff -Naur ois-v1-3.orig/demos/OISConsole.cpp ois-v1-3/demos/OISConsole.cpp +--- ois-v1-3.orig/demos/OISConsole.cpp 2010-08-15 22:51:34.000000000 +0000 ++++ ois-v1-3/demos/OISConsole.cpp 2012-07-10 02:38:39.624815796 +0000 +@@ -10,6 +10,7 @@ + #include "OISForceFeedback.h" + + #include ++#include + #include + #include + +@@ -77,7 +78,7 @@ + } + bool keyReleased( const KeyEvent &arg ) { + if( arg.key == KC_ESCAPE || arg.key == KC_Q ) +- appRunning = false; ++ appRunning = false; + std::cout << "KeyReleased {" << ((Keyboard*)(arg.device))->getAsString(arg.key) << "}\n"; + return true; + } +diff -Naur ois-v1-3.orig/src/linux/LinuxForceFeedback.cpp ois-v1-3/src/linux/LinuxForceFeedback.cpp +--- ois-v1-3.orig/src/linux/LinuxForceFeedback.cpp 2010-04-01 03:06:55.000000000 +0000 ++++ ois-v1-3/src/linux/LinuxForceFeedback.cpp 2012-07-10 02:33:03.871465001 +0000 +@@ -33,7 +33,8 @@ + #define OIS_LINUX_JOYFF_DEBUG 1 + + #ifdef OIS_LINUX_JOYFF_DEBUG +-# include ++#include ++#include + using namespace std; + #endif + +diff -Naur ois-v1-3.orig/src/linux/LinuxJoyStickEvents.cpp ois-v1-3/src/linux/LinuxJoyStickEvents.cpp +--- ois-v1-3.orig/src/linux/LinuxJoyStickEvents.cpp 2010-07-26 01:28:41.000000000 +0000 ++++ ois-v1-3/src/linux/LinuxJoyStickEvents.cpp 2012-07-10 02:27:07.663922138 +0000 +@@ -31,12 +31,13 @@ + #include "OISException.h" + + #include //Needed to Open a file descriptor +-#include ++#include + #include + + + #include +-# include ++#include ++#include + using namespace std; + + using namespace OIS; -- cgit v1.2.3