[Webkit-unassigned] [Bug 72085] Impossible build WebKit with glib2-2.31.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 20 07:24:19 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72085





--- Comment #2 from Matthew Dawkins <mattydaw at gmail.com>  2011-11-20 07:24:19 PST ---
ok to fix the next build error and this seems to be it, to me this makes since, you can only call glib/ headers thru glib.h now.

--- webkit-1.6.1/Source/JavaScriptCore/wtf/gobject/GOwnPtr.h~    2011-09-26 14:54:57.000000000 -0600
+++ webkit-1.6.1/Source/JavaScriptCore/wtf/gobject/GOwnPtr.h    2011-11-20 06:46:08.302440259 -0700
@@ -24,6 +24,7 @@

 #if ENABLE(GLIB_SUPPORT)

+#include <glib.h>
 #include <algorithm>
 #include <wtf/Assertions.h>
 #include <wtf/Noncopyable.h>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list