Bug 74866 - Webkit compilation error without http feature
Summary: Webkit compilation error without http feature
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 420+
Hardware: All All
: P2 Major
Assignee: Nobody
URL: https://bugreports.qt.nokia.com/brows...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-19 08:42 PST by Sergey Gusarov
Modified: 2022-07-29 10:53 PDT (History)
0 users

See Also:


Attachments

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