[Webkit-unassigned] [Bug 125759] New: can't build from trunk: WebKitCookieManager: 'WebString' was not declared in this scope

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 15 18:18:33 PST 2013


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

           Summary: can't build from trunk: WebKitCookieManager:
                    'WebString' was not declared in this scope
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adam at yorba.org


I'm attempting to build WebKit from svn trunk on Ubuntu 14.04.  I configured with

$ ./configure --enable-introspection --enable-debug

The build fails with this:

  CXX      Source/WebKit2/UIProcess/API/gtk/libwebkit2gtk_3_0_la-WebKitCookieManager.lo
Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.cpp: In function 'void webkitCookieManagerGetDomainsWithCookiesCallback(WKArrayRef, WKErrorRef, void*)':
Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.cpp:208:9: error: 'WebString' was not declared in this scope
         WebString* domainString = static_cast<WebString*>(domains->at(i));
         ^
Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.cpp:208:20: error: 'domainString' was not declared in this scope
         WebString* domainString = static_cast<WebString*>(domains->at(i));
                    ^
Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.cpp:208:47: error: expected type-specifier before 'WebString'
         WebString* domainString = static_cast<WebString*>(domains->at(i));
                                               ^
Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.cpp:208:47: error: expected '>' before 'WebString'
Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.cpp:208:47: error: expected '(' before 'WebString'
Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.cpp:208:57: error: expected primary-expression before '>' token
         WebString* domainString = static_cast<WebString*>(domains->at(i));
                                                         ^
Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.cpp:208:74: error: expected ')' before ';' token
         WebString* domainString = static_cast<WebString*>(domains->at(i));
                                                                          ^
make[1]: *** [Source/WebKit2/UIProcess/API/gtk/libwebkit2gtk_3_0_la-WebKitCookieManager.lo] Error 1
make[1]: Leaving directory `/home/adam/src/WebKit'
make: *** [all] Error 2

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