[Webkit-unassigned] [Bug 50867] [Gtk] WebKitGtk+ doesn't build on Mac OS X 10.6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 12 01:37:51 PST 2010


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





--- Comment #5 from Koan-Sin Tan <koansin.tan at gmail.com>  2010-12-12 01:37:51 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > Because CFString will be undeclared type with OS(DARWIN) && PLATFORM(GTK). Anyway, I know other ways to deal with this. will update the patch later. Thanks
> 
> The file includes <CoreFoundation/CoreFoundation.h>.  CFString will be declared as a result of that.

Yes, but I think I didn't explain it clear. The  problem is that CFString is not declared in the String class ("PlatformString"), which is included/declared in UUID.h. So #define WTF_PLATFORM_CF before including UUID.h is needed. If this sounds reasonable, I'll submit a modified patch.

-- 
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