[Webkit-unassigned] [Bug 74866] New: Webkit compilation error without http feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 08:42:16 PST 2011


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

           Summary: Webkit compilation error without http feature
           Product: WebKit
           Version: 420+
          Platform: All
               URL: https://bugreports.qt.nokia.com/browse/QTBUG-23243
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laborer2008 at gmail.com


After configure stage with "-no-feature-http" option and make I got

WebCoreSupport/InspectorServerQt.cpp: In member function 'void WebCore::InspectorServerRequestHandlerQt::tcpReadyRead()':
WebCoreSupport/InspectorServerQt.cpp:179:5: error: 'QHttpRequestHeader' was not declared in this scope
WebCoreSupport/InspectorServerQt.cpp:179:24: error: expected ';' before 'header'
WebCoreSupport/InspectorServerQt.cpp:192:13: error: 'header' was not declared in this scope
WebCoreSupport/InspectorServerQt.cpp:218:65: error: 'header' was not declared in this scope
WebCoreSupport/InspectorServerQt.cpp:225:17: error: 'QHttpResponseHeader' was not declared in this scope
WebCoreSupport/InspectorServerQt.cpp:225:37: error: expected ';' before 'responseHeader'
WebCoreSupport/InspectorServerQt.cpp:226:17: error: 'responseHeader' was not declared in this scope
WebCoreSupport/InspectorServerQt.cpp:287:9: error: 'QHttpResponseHeader' was not declared in this scope
WebCoreSupport/InspectorServerQt.cpp:287:29: error: expected ';' before 'responseHeader'
WebCoreSupport/InspectorServerQt.cpp:288:9: error: 'responseHeader' was not declared in this scope
make[2]: *** [.obj/debug-shared-emb-x86_64/InspectorServerQt.o] Error 1

Reproduced with Qt 4.8.0, not Qt 4.7.4

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