[Webkit-unassigned] [Bug 20992] New: Build fails on GTK+ Mac OS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 22 08:54:46 PDT 2008


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

           Summary: Build fails on GTK+ Mac OS
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: richard at imendio.com


JavaScriptCore/wtf/ThreadingGtk.cpp has this snippet at the beginning:

#if !PLATFORM(DARWIN)
static ThreadIdentifier mainThreadIdentifier;
#endif

Later in the same file the variable is used unconditionally, causing a build
error when building with GTK+ on Mac OS. I'm not sure why it is conditionalized
at all, my guess is that the right fix is to just remove the #if.


-- 
Configure bugmail: https://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