WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
20240
Build failure: Cannot open include file: 'HTTPHeaderPropertyBag.h'
https://bugs.webkit.org/show_bug.cgi?id=20240
Summary
Build failure: Cannot open include file: 'HTTPHeaderPropertyBag.h'
Sankar Aditya Tanguturi
Reported
2008-07-30 23:00:00 PDT
When I am building the webkit, I encounterd the following erro: <error> ..\WebURLResponse.cpp(31) : fatal error C1083: Cannot open include file: 'HTTPHe aderPropertyBag.h': No such file or directory </error> After I have done little browsing through the source code, I found that HTTPHeaderPropertyBag.h file is removed in Changeset 35471. But, there are dangling references to that file in WebURLResponse.cpp file. Because of this, I couldn't build the webkit. I need to submit latest patches for
bug 20013
. I feel, this bug regarding Build failure is a critical. (I don't know whether I have the eligibility to make this bug P1 and blocker. So, I just leave this bug to P2 and severity to major). ~ Thanks.
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2008-07-30 23:15:51 PDT
This should be fixed with
r35473
, though I've not built on Windows to verify.
Sankar Aditya Tanguturi
Comment 2
2008-07-31 10:38:26 PDT
I have taken the latest code from repository. This issue is fixed in
r35473
. Closing this bug. ~ Thanks (In reply to
comment #1
)
> This should be fixed with
r35473
, though I've not built on Windows to verify. >
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