Bug 20012
| Summary: | TOT Windows build is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aroben |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
Eric Seidel (no email)
I'm seeing this failure:
8>Embedding manifest...
8>mt.exe : general error c10100b1: Failed to load file "C:\Projects\WebKit\WebKitBuild\obj\WebKit\Interfaces\WebKit.tlb". The system cannot find the file specified.
8>Project : warning PRJ0018 : The following environment variables were not found:
8>$(PRODUCTION)
8>Build log was saved at "file://C:\Projects\WebKit\WebKitBuild\obj\DumpRenderTree\Release\BuildLog.htm"
8>DumpRenderTree - 1 error(s), 0 warning(s)
========== Build: 7 succeeded, 1 failed, 9 up-to-date, 0 skipped ==========
In order to get to that failure I had to do:
rm -rf WebKitBuild
rm -rf WebKitLibraries
update-webkit && build-webkit
(build failed the first time with a bunch of errors)
build-webkit
(and the build then failed with this error only)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jon Honeycutt
Looks like this was fixed in r35171. If not, please reopen!