You didn't say on what flavor. I assume you are doing a release build. If so, you probably need a x64 OS to link the static library.
You may want to install a few hotpatches from Microsoft, http://dev.chromium.org/developers/how-tos/build-instructions-windows lists a fews in addition to the ones listed at http://webkit.org/building/tools.html. This is especially necessary with the SDK 7 + VS2005 configuration. Also, you may be interested in the workaround listed at http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=521439 In short; use /expectedoutputsize:120000000 M-A 2010/1/25 wupei <[email protected]>: > Hi,All: > > I am trying to build WebKit-r53371 on windows. But now i am blocked with > this error when build the webcore project: > > Performing Pre-Link Event... > Creating library... > C:\cygwin\home\wupei\WebKit-r53371\webkitbuild\lib\WebCore.lib : fatal error > LNK1106: invalid file or disk full: cannot seek to 0x5254F4AC > Project : warning PRJ0018 : The following environment variables were not > found: > $(PRODUCTION) > $(DXSDK_DIR) > When I monitored the webcore.lib in the disk space, when "Creating > library..." is in progress, > WebKitBuild/lib/WebCore.lib is created and rapidly grows from a couple > of megs to 128M, then to 256M, and at last to 512M, 1G. After LNK1106 error > is displayed, the file is removed. > > Frist, The disk has more than 10GB free space when build the webkit, so I > think it isn't because of the free space. > > Second, I have seen the Bug 19743 - Release build fails on 32-bit Windows > (https://bugs.webkit.org/show_bug.cgi?id=19743), but my version is newer > than the bug fixed one. > > Third, I have done update-webkit before build-webkit. > > And I also seen someone met the same problem in the network, but I can't > search the solution. > > Dose anyone meet the same problem and have solved it? Will be appreciated > for any comments. > > > > WuPei > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

