Bug 74866

Summary: Webkit compilation error without http feature
Product: WebKit Reporter: Sergey Gusarov <laborer2008>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Major    
Priority: P2    
Version: 420+   
Hardware: All   
OS: All   
URL: https://bugreports.qt.nokia.com/browse/QTBUG-23243

Sergey Gusarov
Reported 2011-12-19 08:42:16 PST
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
Attachments
Alexey Proskuryakov
Comment 1 2022-07-29 10:53:33 PDT
The Qt port has been removed from WebKit, resolving this bug.
Note You need to log in before you can comment on or make changes to this bug.