[Webkit-unassigned] [Bug 17001] Build error with Gtk port on Mac OS X (r29781)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 05:42:33 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17001


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dobey at wayofthemonkey.com




------- Comment #3 from mrowe at apple.com  2008-01-25 05:42 PDT -------
Thanks!  So the problem would seem to be that both XP_MAC and XP_UNIX are
defined on Mac OS X.  This pulls in both Quickdraw.h and Xlib.h, which have
conflicting definitions for Cursor.

I'm guessing that for the Gtk port on Mac OS X, we probably don't want XP_MAC
defined at all.  Whether or not XP_UNIX is defined should depend on whether
you're using the X11 or "native" version of Gtk.


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



More information about the webkit-unassigned mailing list