Bug 20240
| Summary: | Build failure: Cannot open include file: 'HTTPHeaderPropertyBag.h' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sankar Aditya Tanguturi <sankaraditya+bugzilla> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Major | ||
| Priority: | P1 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
Sankar Aditya Tanguturi
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)
This should be fixed with r35473, though I've not built on Windows to verify.
Sankar Aditya Tanguturi
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.
>