WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
74866
Webkit compilation error without http feature
https://bugs.webkit.org/show_bug.cgi?id=74866
Summary
Webkit compilation error without http feature
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug