Bug 20012 - TOT Windows build is failing
Summary: TOT Windows build is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-11 16:00 PDT by Eric Seidel (no email)
Modified: 2008-07-17 01:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-07-11 16:00:20 PDT
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)
Comment 1 Jon Honeycutt 2008-07-17 01:37:10 PDT
Looks like this was fixed in r35171. If not, please reopen!