[Webkit-unassigned] [Bug 47455] New: [Qt] Compile fails when building qtwebkit with the "--v8" option...

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 9 13:07:18 PDT 2010


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

           Summary: [Qt] Compile fails when building qtwebkit with the
                    "--v8" option...
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adawit at kde.org


Because of the following #include sequence in the generated webkit v8 source files:
V8Proxy.h -> PlatformBridge.h -> npapi.h -> Xlib.h -> X.h

That sequence leads to the word "None" being defined as 


#ifndef None
#define None                 0L /* universal null resource or null atom */
#endif

in X.h. Unfortunately that leads to the "None" in "v8::None" enum values being changed to v8::0L by the gcc preprocessor...

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