Bug 21519
| Summary: | Release build fails on Windows | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Helge C. <contacttheliving> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aroben, sfalken |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
Helge C.
I got the same building error again as mentioned here ( https://bugs.webkit.org/show_bug.cgi?id=19743 ).
> Creating library...
> c:\cygwin\home\user\WebKit\WebKitBuild\lib\WebCore.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x201381B1
My Revision is r37479 and I use Visual Studio 2005 with its Service Pack for Vista. Also there there isalways a warnings occurring which say that the environment variable %(PRODUCTION) is not found (PRJ0018) and an error which says that an Error result 1 is returned from 'c:\Windows\system32\cmd.exe" (PRJ0002) (this error occurs with every project following Webcore).
I already set the cygwin/bin and the windows/system32 - Folders to the VC++ Directories in Visual Studio as mentioned at http://trac.webkit.org/wiki/BuildingOnWindows
I also tried to build the project with the --debug flag, which worked fine, though the same warnings as above did also appear.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
Hm, maybe we need to move more files into DerivedSources.cpp (or start another combined source file like that).
Adam Roben (:aroben)
Supposedly Steve fixed this in r40052 <http://trac.webkit.org/changeset/40052>. Steve, please reopen this bug if I'm wrong.