summarylogtreecommitdiffstats
path: root/fltk_status.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fltk_status.patch')
-rw-r--r--fltk_status.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/fltk_status.patch b/fltk_status.patch
new file mode 100644
index 000000000000..f359cf530190
--- /dev/null
+++ b/fltk_status.patch
@@ -0,0 +1,23 @@
+diff -Nur stanford_wbc-stanford_wbc-1.1.orig/tutorials/tut05_opspace_and_parameters.cpp stanford_wbc-stanford_wbc-1.1/tutorials/tut05_opspace_and_parameters.cpp
+--- stanford_wbc-stanford_wbc-1.1.orig/tutorials/tut05_opspace_and_parameters.cpp 2011-04-30 02:20:22.000000000 +0200
++++ stanford_wbc-stanford_wbc-1.1/tutorials/tut05_opspace_and_parameters.cpp 2014-09-22 00:57:31.945610649 +0200
+@@ -63,6 +63,7 @@
+ #include <FL/fl_draw.H>
+ #include <err.h>
+
++#undef Status
+
+ namespace tut05 {
+
+diff -Nur stanford_wbc-stanford_wbc-1.1.orig/tutorials/tut06_eepos.cpp stanford_wbc-stanford_wbc-1.1/tutorials/tut06_eepos.cpp
+--- stanford_wbc-stanford_wbc-1.1.orig/tutorials/tut06_eepos.cpp 2011-04-30 02:20:22.000000000 +0200
++++ stanford_wbc-stanford_wbc-1.1/tutorials/tut06_eepos.cpp 2014-09-22 00:46:46.049689729 +0200
+@@ -56,6 +56,8 @@
+ #include <FL/fl_draw.H>
+ #include <err.h>
+
++#undef Status
++
+
+ static std::string model_filename(TUTROB_XML_PATH_STR);
+ static boost::shared_ptr<jspace::Model> model;