Skip to content

Instantly share code, notes, and snippets.

@MihailJP
Created January 8, 2013 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MihailJP/4481117 to your computer and use it in GitHub Desktop.
Save MihailJP/4481117 to your computer and use it in GitHub Desktop.
Patch to compile GPACO with newer GLIB/GTKMM
diff -ru paco-2.0.9/gpaco/gconfig.h paco-2.0.9-newglib/gpaco/gconfig.h
--- paco-2.0.9/gpaco/gconfig.h 2010-06-26 04:51:00.000000000 +0900
+++ paco-2.0.9-newglib/gpaco/gconfig.h 2013-01-08 13:03:12.497896388 +0900
@@ -11,7 +11,7 @@
#include "paco/baseconfig.h"
#include <glibmm/ustring.h>
-#include <glib/gkeyfile.h>
+#include <glib.h>
#include <vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment